go1.20-openssl-doc-1.20.5.2-150000.1.5.1 >  A dp9|Q-2p3U'1F5+ҀXa`/JZ#*AC O3H&Z'6? #'.ܡ{NXt0*՘acPh :݉$|B^dϷEvO42Jߺѣ~j6V>opRO̪MvaʄޞCI+R6nǞӝ9<Uxe#>\֎-%s/Js]a6djI3 LfuKTd63ac774175a71f84b4fb4dae3f5457093ca8d87157dc4b18c4b3be23c2dd8826ce1f7ffdd23d8440ed86267e1454536e053bc51&dp9|D zAq=I;Nl6x4] _0c!*Qڞo+R k?~г|VuX]+ iAZs k7΃CZ2D>}HD#Ӻ4q 9"hlAD|X'i.jz<X~Qb2۲2$4o/?(rd{ mpwLqb˸qYM&di9@/i{_YnbA} A>p;?d + <\`hl   $ 8 }  DT(89,:FGHIXY\@]T^bcedefluvz:LPVCgo1.20-openssl-doc1.20.5.2150000.1.5.1Go documentationGo examples and documentation.dsheep22 =SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxx86_64Mh>i+xdLdLdLdLdLd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7e9fec1047b1a8e504dc8796e5e86bfccb1423d52ee9aa8f699d16e2346b40fb9f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d263ce5b7390691d66f71e60d7425026bbd3cd6c2845ccbcaa0d3c5b9af46b204crootrootrootrootrootrootrootrootrootrootgo1.20-openssl-1.20.5.2-150000.1.5.1.src.rpmgo-docgo1.20-openssl-docgo1.20-openssl-doc(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1dq@dq@ddp@dldcp@dP@dP@dK@d-bd,@d,@d @d'@cl@cwcT@c@cj@cjkowalczyk@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.comdmueller@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.com- Update to version 1.20.5.2 cut from the go1.20-openssl-fips branch at the revision tagged go1.20.5-2-openssl-fips. * Update generated 001 patch file- Update to version 1.20.5.1 cut from the go1.20-openssl-fips branch at the revision tagged go1.20.5-1-openssl-fips. * Update to Go 1.20.5- go1.20.5 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, the runtime, and the crypto/rsa, net, and os packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60516 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60518 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60512 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60514 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#58927 crypto/rsa: 4096 bit keys are not generated with BoringCrypto * go#59975 cmd/compile: multiple memories live at block start * go#60001 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60217 os: Read of a device driver fails only with Go 1.20 * go#60458 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- Update to version 1.20.4.3 cut from the go1.20-openssl-fips branch at the revision tagged go1.20.4-3-openssl-fips. * Update generated 001 patch file- Update to version 1.20.4.2 cut from the go1.20-openssl-fips branch at the revision tagged go1.20.4-2-openssl-fips. * Fix TestEncryptOAEP and TLS failures in FIPS mode- Update to version 1.20.4.1 cut from the go1.20-openssl-fips branch at the revision tagged go1.20.4-1-openssl-fips. * Update to Go 1.20.4- go1.20.4 (released 2023-05-02) includes three security fixes to the html/template package, as well as bug fixes to the compiler, the runtime, and the crypto/subtle, crypto/tls, net/http, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59812 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59814 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59816 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59064 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59336 crypto/subtle: xor fails when run with race+purego * go#59374 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59450 cmd/compile: internal compiler error: cannot call SetType(go.shape.int) on v (type int) * go#59468 cmd/compile: miscompilation in star-tex.org/x/cmd/star-tex * go#59469 net/http: FileServer no longer serves content for POST * go#59540 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59580 cmd/compile: incorrect inline function variable * go#59585 cmd/compile: Unified IR exports table is binary unstable in presence of generics * go#59637 go/internal/gcimporter: lookupGorootExport should use the go command from build.Default.GOROOT- Packaging revert go1.x Suggests go1.x-race boo#1210963 * Upstream go binary distributions do include race detector .syso * Default Recommends for subpackages is best suited in this case- Packaging improvements: * Re-enable binary stripping and debuginfo boo#1210938 * go1.x Suggests go1.x-race do not install by default boo#1210963 * Use Group: Development/Languages/Go instead of Other- Initial package go1.20-openssl version 1.20.3.1 cut from the go1.20-openssl-fips branch at the revision tagged go1.20.3-1-openssl-fips. Refs jsc#SLE-18320 * Go upstream merged branch dev.boringcrypto in go1.19+. * In go1.x enable BoringCrypto via GOEXPERIMENT=boringcrypto. * In go1.x-openssl enable FIPS mode (or boring mode as the package is named) either via an environment variable GOLANG_FIPS=1 or by virtue of booting the host in FIPS mode. * When the operating system is operating in FIPS mode, Go applications which import crypto/tls/fipsonly limit operations to the FIPS ciphersuite. * go1.x-openssl is delivered as two large patches to go1.x applying necessary modifications from the golang-fips/go GitHub project for the Go crypto library to use OpenSSL as the external cryptographic library in a FIPS compliant way. * go1.x-openssl modifies the crypto/* packages to use OpenSSL for cryptographic operations. * go1.x-openssl uses dlopen() to call into OpenSSL. * SUSE RPM packaging introduces a fourth version digit go1.x.y.z corresponding to the golang-fips/go patchset tagged revision. * Patchset improvements can be updated independently of upstream Go maintenance releases.- go1.20.3 (released 2023-04-04) includes security fixes to the go/parser, html/template, mime/multipart, net/http, and net/textproto packages, as well as bug fixes to the compiler, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59268 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59270 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59274 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59272 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58920 x/text: building as a plugin failure on darwin/arm64 * go#58938 cmd/go: timeout on darwin-amd64-race builder * go#58942 internal/testpty: fails on some Linux machines due to incorrect error handling * go#58954 cmd/link: Incorrect symbol linked in darwin/arm64 * go#59051 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59059 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59075 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59220 runtime: crash on linux-ppc64le * go#59236 cmd/compile: crypto/elliptic build error under -linkshared mode * go#59296 cmd/compile: unsafe.SliceData incoherent resuilt with nil argument- Build subpackage go1.x-libstd compiled shared object libstd.so only on Tumbleweed at this time. Refs jsc#PED-1962- Add subpackage go1.x-libstd for compiled shared object libstd.so. Refs jsc#PED-1962 * Main go1.x package included libstd.so in previous versions * Split libstd.so into subpackage that can be installed standalone * Continues the slimming down of main go1.x package by 40 Mb * Experimental and not recommended for general use, Go currently has no ABI * Upstream Go has not committed to support buildmode=shared long-term * Do not use in packaging, build static single binaries (the default) * Upstream Go go1.x binary releases do not include libstd.so * go1.x Suggests go1.x-libstd so not installed by default Recommends * go1.x-libstd does not Require: go1.x so can install standalone * Provides go-libstd unversioned package name * Fix build step -buildmode=shared std to omit -linkshared - Packaging improvements: * go1.x Suggests go1.x-doc so not installed by default Recommends * Use Group: Development/Languages/Go instead of Other- go1.20.2 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the compiler, the covdata command, the linker, the runtime, and the crypto/ecdh, crypto/rsa, crypto/x509, os, and syscall packages. Refs boo#1206346 go1.20 release tracking CVE-2023-24532 * go#58720 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58427 cmd/covdata: short read on string table when merging coverage counters * go#58442 runtime: some linkname signatures do not match * go#58444 cmd/compile: inline static init cause compile time error * go#58467 cmd/compile: internal compiler error: '(*Tree[go.shape.int]).RemoveParent.func1': value .dict (nil) incorrectly live at entry * go#58498 crypto/ecdh: ECDH method doesn't check curve * go#58503 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58505 crypto/internal/bigmod: flag amd64 assembly as noescape * go#58531 runtime: endless traceback when panic in generics funtion * go#58536 runtime: long latency of sweep assists * go#58624 syscall.Faccessat and os.LookPath regression in Go 1.20 * go#58627 os: cmd/go gets error "copy_file_range: function not implemented" * go#58717 net: TestTCPSelfConnect failures due to unexpected connections * go#58774 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58776 cmd/compile: ICE on method value involving imported anonymous interface * go#58793 crypto/x509: Incorrect documentation for ParsePKCS8PrivateKey * go#58811 crypto/x509: TestSystemVerify consistently failing- Improvements to go1.x packaging spec: * On Tumbleweed bootstrap with current default gcc13 and gccgo118 * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap using go1.x package (%bcond_without gccgo). This is no longer needed on current SLE-12:Update and removing will consolidate the build configurations used. * Change source URLs to go.dev as per Go upstream * On x86_64 export GOAMD64=v1 as per the current baseline. At this time forgo GOAMD64=v3 option for x86_64_v3 support. * On x86_64 %define go_amd64=v1 as current instruction baseline * In %check on x86_64 use value %go_amd64=v1 as GOAMD64=v1 to grep correct TSAN version is checked out from LLVM with new spelling for internal/amd64v1/race_linux.syso- go1.20.1 (released 2023-02-14) includes security fixes to the crypto/tls, mime/multipart, net/http, and path/filepath packages, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the time package. Refs boo#1206346 go1.20 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57276 boo#1208269 security: fix CVE-2022-41722 path/filepath: path traversal in filepath.Clean on Windows * go#58356 boo#1208270 security: fix CVE-2022-41723 net/http: avoid quadratic complexity in HPACK decoding * go#58359 boo#1208271 security: fix CVE-2022-41724 crypto/tls: large handshake records may cause panics * go#58363 boo#1208272 security: fix CVE-2022-41725 net/http, mime/multipart: denial of service from excessive resource consumption * go#58117 time: update zoneinfo_abbrs on Windows * go#58224 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58309 cmd/compile/internal/pgo: Detect sample value position instead of hard-coding * go#58319 cmd/compile: constant overflows when assigned to package level var (Go 1.20 regression) * go#58335 cmd/compile: internal compiler error: panic: interface conversion: ir.Node is *ir.CompLitExpr, not *ir.Name * go#58413 cmd/compile: internal compiler error: Type.Elem UNION * go#58419 runtime: GOOS=ios fails Apple's app validation due to use of private API * go#58421 cmd/go/internal/test: stale flagdefs.go not detected by tests * go#58431 all: test failures with ETXTBSY * go#58450 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.20 (released 2023-02-01) is a major release of Go. go1.20.x minor releases will be provided through February 2024. https://github.com/golang/go/wiki/Go-Release-Cycle go1.20 arrives six months after go1.19. Most of its 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#1206346 go1.20 release tracking Refs jsc#PED-1962 * Go 1.20 includes four changes to the language * Language change: Go 1.17 added conversions from slice to an array pointer. Go 1.20 extends this to allow conversions from a slice to an array * Language change: The unsafe package defines three new functions SliceData, String, and StringData. Along with Go 1.17's Slice, these functions now provide the complete ability to construct and deconstruct slice and string values, without depending on their exact representation. * Language change: The specification now defines that struct values are compared one field at a time, considering fields in the order they appear in the struct type definition, and stopping at the first mismatch. The specification could previously have been read as if all fields needed to be compared beyond the first mismatch. Similarly, the specification now defines that array values are compared one element at a time, in increasing index order. In both cases, the difference affects whether certain comparisons must panic. Existing programs are unchanged: the new spec wording describes what the implementations have always done. * Language change: Comparable types (such as ordinary interfaces) may now satisfy comparable constraints, even if the type arguments are not strictly comparable (comparison may panic at runtime). This makes it possible to instantiate a type parameter constrained by comparable (e.g., a type parameter for a user-defined generic map key) with a non-strictly comparable type argument such as an interface type, or a composite type containing an interface type. * go command: The directory $GOROOT/pkg no longer stores pre-compiled package archives for the standard library: go install no longer writes them, the go build no longer checks for them, and the Go distribution no longer ships them. Instead, packages in the standard library are built as needed and cached in the build cache, just like packages outside GOROOT. This change reduces the size of the Go distribution and also avoids C toolchain skew for packages that use cgo. Refs jsc#PED-1962 * go command: The implementation of go test -json has been improved to make it more robust. Programs that run go test - json do not need any updates. Programs that invoke go tool test2json directly should now run the test binary with - v=test2json (for example, go test -v=test2json or ./pkg.test - test.v=test2json) instead of plain -v. * go command: A related change to go test -json is the addition of an event with Action set to start at the beginning of each test program's execution. When running multiple tests using the go command, these start events are guaranteed to be emitted in the same order as the packages named on the command line. * go command: The go command now defines architecture feature build tags, such as amd64.v2, to allow selecting a package implementation file based on the presence or absence of a particular architecture feature. See go help buildconstraint for details. * go command: The go subcommands now accept -C to change directory to before performing the command, which may be useful for scripts that need to execute commands in multiple different modules. * go command: The go build and go test commands no longer accept the -i flag, which has been deprecated since Go 1.16. * go command: The go generate command now accepts -skip to skip //go:generate directives matching . * go command: The go test command now accepts -skip to skip tests, subtests, or examples matching . * go command: When the main module is located within GOPATH/src, go install no longer installs libraries for non-main packages to GOPATH/pkg, and go list no longer reports a Target field for such packages. (In module mode, compiled packages are stored in the build cache only, but a bug had caused the GOPATH install targets to unexpectedly remain in effect.) * go command: The go build, go install, and other build-related commands now support a -pgo flag that enables profile-guided optimization, which is described in more detail in the Compiler section below. The -pgo flag specifies the file path of the profile. Specifying -pgo=auto causes the go command to search for a file named default.pgo in the main package's directory and use it if present. This mode currently requires a single main package to be specified on the command line, but we plan to lift this restriction in a future release. Specifying - pgo=off turns off profile-guided optimization. * go command: The go build, go install, and other build-related commands now support a -cover flag that builds the specified target with code coverage instrumentation. This is described in more detail in the Cover section below. * go version: The go version -m command now supports reading more types of Go binaries, most notably, Windows DLLs built with go build -buildmode=c-shared and Linux binaries without execute permission. * Cgo: The go command now disables cgo by default on systems without a C toolchain. More specifically, when the CGO_ENABLED environment variable is unset, the CC environment variable is unset, and the default C compiler (typically clang or gcc) is not found in the path, CGO_ENABLED defaults to 0. As always, you can override the default by setting CGO_ENABLED explicitly. The most important effect of the default change is that when Go is installed on a system without a C compiler, it will now use pure Go builds for packages in the standard library that use cgo, instead of using pre-distributed package archives (which have been removed, as noted above) or attempting to use cgo and failing. This makes Go work better in some minimal container environments as well as on macOS, where pre-distributed package archives have not been used for cgo-based packages since Go 1.16. The packages in the standard library that use cgo are net, os/user, and plugin. On macOS, the net and os/user packages have been rewritten not to use cgo: the same code is now used for cgo and non-cgo builds as well as cross-compiled builds. On Windows, the net and os/user packages have never used cgo. On other systems, builds with cgo disabled will use a pure Go version of these packages. On macOS, the race detector has been rewritten not to use cgo: race-detector-enabled programs can be built and run without Xcode. On Linux and other Unix systems, and on Windows, a host C toolchain is required to use the race detector. * go cover: Go 1.20 supports collecting code coverage profiles for programs (applications and integration tests), as opposed to just unit tests. To collect coverage data for a program, build it with go build's -cover flag, then run the resulting binary with the environment variable GOCOVERDIR set to an output directory for coverage profiles. See the 'coverage for integration tests' landing page for more on how to get started. For details on the design and implementation, see the proposal. * go vet: Improved detection of loop variable capture by nested functions. The vet tool now reports references to loop variables following a call to T.Parallel() within subtest function bodies. Such references may observe the value of the variable from a different iteration (typically causing test cases to be skipped) or an invalid state due to unsynchronized concurrent access. * go vet: The tool also detects reference mistakes in more places. Previously it would only consider the last statement of the loop body, but now it recursively inspects the last statements within if, switch, and select statements. * go vet: New diagnostic for incorrect time formats. The vet tool now reports use of the time format 2006-02-01 (yyyy-dd-mm) with Time.Format and time.Parse. This format does not appear in common date standards, but is frequently used by mistake when attempting to use the ISO 8601 date format (yyyy-mm-dd). * Runtime: Some of the garbage collector's internal data structures were reorganized to be both more space and CPU efficient. This change reduces memory overheads and improves overall CPU performance by up to 2%. * Runtime: The garbage collector behaves less erratically with respect to goroutine assists in some circumstances. * Runtime: Go 1.20 adds a new runtime/coverage package containing APIs for writing coverage profile data at runtime from long-running and/or server programs that do not terminate via os.Exit(). * Compiler: Go 1.20 adds preview support for profile-guided optimization (PGO). PGO enables the toolchain to perform application- and workload-specific optimizations based on run-time profile information. Currently, the compiler supports pprof CPU profiles, which can be collected through usual means, such as the runtime/pprof or net/http/pprof packages. To enable PGO, pass the path of a pprof profile file via the -pgo flag to go build, as mentioned above. Go 1.20 uses PGO to more aggressively inline functions at hot call sites. Benchmarks for a representative set of Go programs show enabling profile-guided inlining optimization improves performance about 3–4%. See the PGO user guide for detailed documentation. We plan to add more profile-guided optimizations in future releases. Note that profile-guided optimization is a preview, so please use it with appropriate caution. * Compiler: The Go 1.20 compiler upgraded its front-end to use a new way of handling the compiler's internal data, which fixes several generic-types issues and enables type declarations within generic functions and methods. * Compiler: The compiler now rejects anonymous interface cycles with a compiler error by default. These arise from tricky uses of embedded interfaces and have always had subtle correctness issues, yet we have no evidence that they're actually used in practice. Assuming no reports from users adversely affected by this change, we plan to update the language specification for Go 1.22 to formally disallow them so tools authors can stop supporting them too. * Compiler: Go 1.18 and 1.19 saw regressions in build speed, largely due to the addition of support for generics and follow-on work. Go 1.20 improves build speeds by up to 10%, bringing it back in line with Go 1.17. Relative to Go 1.19, generated code performance is also generally slightly improved. * Linker: On Linux, the linker now selects the dynamic interpreter for glibc or musl at link time. * Linker: On Windows, the Go linker now supports modern LLVM-based C toolchains. * Linker: Go 1.20 uses go: and type: prefixes for compiler-generated symbols rather than go. and type.. This avoids confusion for user packages whose name starts with go.. The debug/gosym package understands this new naming convention for binaries built with Go 1.20 and newer. * Bootstrap: When building a Go release from source and GOROOT_BOOTSTRAP is not set, previous versions of Go looked for a Go 1.4 or later bootstrap toolchain in the directory $HOME/go1.4 (%HOMEDRIVE%%HOMEPATH%\go1.4 on Windows). Go 1.18 and Go 1.19 looked first for $HOME/go1.17 or $HOME/sdk/go1.17 before falling back to $HOME/go1.4, in anticipation of requiring Go 1.17 for use when bootstrapping Go 1.20. Go 1.20 does require a Go 1.17 release for bootstrapping, but we realized that we should adopt the latest point release of the bootstrap toolchain, so it requires Go 1.17.13. Go 1.20 looks for $HOME/go1.17.13 or $HOME/sdk/go1.17.13 before falling back to $HOME/go1.4 (to support systems that hard-coded the path $HOME/go1.4 but have installed a newer Go toolchain there). In the future, we plan to move the bootstrap toolchain forward approximately once a year, and in particular we expect that Go 1.22 will require the final point release of Go 1.20 for bootstrap. * Library: Go 1.20 adds a new crypto/ecdh package to provide explicit support for Elliptic Curve Diffie-Hellman key exchanges over NIST curves and Curve25519. Programs should use crypto/ecdh instead of the lower-level functionality in crypto/elliptic for ECDH, and third-party modules for more advanced use cases. * Error handling: Go 1.20 expands support for error wrapping to permit an error to wrap multiple other errors. * Error handling: An error e can wrap more than one error by providing an Unwrap method that returns a []error. * Error handling: The errors.Is and errors.As functions have been updated to inspect multiply wrapped errors. * Error handling: The fmt.Errorf function now supports multiple occurrences of the %w format verb, which will cause it to return an error that wraps all of those error operands. * Error handling: The new function errors.Join returns an error wrapping a list of errors. * HTTP ResponseController: The new "net/http".ResponseController type provides access to extended per-request functionality not handled by the "net/http".ResponseWriter interface. The ResponseController type provides a clearer, more discoverable way to add per-handler controls. Two such controls also added in Go 1.20 are SetReadDeadline and SetWriteDeadline, which allow setting per-request read and write deadlines. * New ReverseProxy Rewrite hook: The httputil.ReverseProxy forwarding proxy includes a new Rewrite hook function, superseding the previous Director hook. * archive/tar: When the GODEBUG=tarinsecurepath=0 environment variable is set, Reader.Next method will now return the error ErrInsecurePath for an entry with a file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved name such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: When the GODEBUG=zipinsecurepath=0 environment variable is set, NewReader will now return the error ErrInsecurePath when opening an archive which contains any file name that is an absolute path, refers to a location outside the current directory, contains invalid characters, or (on Windows) is a reserved names such as NUL. A future version of Go may disable insecure paths by default. * archive/zip: Reading from a directory file that contains file data will now return an error. The zip specification does not permit directory files to contain file data, so this change only affects reading from invalid archives. * bytes: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * bytes: The new Clone function allocates a copy of a byte slice. * context: The new WithCancelCause function provides a way to cancel a context with a given error. That error can be retrieved by calling the new Cause function. * crypto/ecdsa: When using supported curves, all operations are now implemented in constant time. This led to an increase in CPU time between 5% and 30%, mostly affecting P-384 and P-521. * crypto/ecdsa: The new PrivateKey.ECDH method converts an ecdsa.PrivateKey to an ecdh.PrivateKey. * crypto/ed25519: The PrivateKey.Sign method and the VerifyWithOptions function now support signing pre-hashed messages with Ed25519ph, indicated by an Options.HashFunc that returns crypto.SHA512. They also now support Ed25519ctx and Ed25519ph with context, indicated by setting the new Options.Context field. * crypto/rsa: The new field OAEPOptions.MGFHash allows configuring the MGF1 hash separately for OAEP decryption. * crypto/rsa: crypto/rsa now uses a new, safer, constant-time backend. This causes a CPU runtime increase for decryption operations between approximately 15% (RSA-2048 on amd64) and 45% (RSA-4096 on arm64), and more on 32-bit architectures. Encryption operations are approximately 20x slower than before (but still 5-10x faster than decryption). Performance is expected to improve in future releases. Programs must not modify or manually generate the fields of PrecomputedValues. * crypto/subtle: The new function XORBytes XORs two byte slices together. * crypto/tls: Parsed certificates are now shared across all clients actively using that certificate. The memory savings can be significant in programs that make many concurrent connections to a server or collection of servers sharing any part of their certificate chains. * crypto/tls: For a handshake failure due to a certificate verification failure, the TLS client and server now return an error of the new type CertificateVerificationError, which includes the presented certificates. * crypto/x509: ParsePKCS8PrivateKey and MarshalPKCS8PrivateKey now support keys of type *crypto/ecdh.PrivateKey. ParsePKIXPublicKey and MarshalPKIXPublicKey now support keys of type *crypto/ecdh.PublicKey. Parsing NIST curve keys still returns values of type *ecdsa.PublicKey and *ecdsa.PrivateKey. Use their new ECDH methods to convert to the crypto/ecdh types. * crypto/x509: The new SetFallbackRoots function allows a program to define a set of fallback root certificates in case an operating system verifier or standard platform root bundle is unavailable at runtime. It will most commonly be used with a new package, golang.org/x/crypto/x509roots/fallback, which will provide an up to date root bundle. * debug/elf: Attempts to read from a SHT_NOBITS section using Section.Data or the reader returned by Section.Open now return an error. * debug/elf: Additional R_LARCH_* constants are defined for use with LoongArch systems. * debug/elf: Additional R_PPC64_* constants are defined for use with PPC64 ELFv2 relocations. * debug/elf: The constant value for R_PPC64_SECTOFF_LO_DS is corrected, from 61 to 62. * debug/gosym: Due to a change of Go's symbol naming conventions, tools that process Go binaries should use Go 1.20's debug/gosym package to transparently handle both old and new binaries. * debug/pe: Additional IMAGE_FILE_MACHINE_RISCV* constants are defined for use with RISC-V systems. * encoding/binary: The ReadVarint and ReadUvarint functions will now return io.ErrUnexpectedEOF after reading a partial value, rather than io.EOF. * encoding/xml: The new Encoder.Close method can be used to check for unclosed elements when finished encoding. * encoding/xml: The decoder now rejects element and attribute names with more than one colon, such as , as well as namespaces that resolve to an empty string, such as xmlns:a="". * encoding/xml: The decoder now rejects elements that use different namespace prefixes in the opening and closing tag, even if those prefixes both denote the same namespace. * errors: The new Join function returns an error wrapping a list of errors. * fmt: The Errorf function supports multiple occurrences of the %w format verb, returning an error that unwraps to the list of all arguments to %w. * fmt: The new FormatString function recovers the formatting directive corresponding to a State, which can be useful in Formatter. implementations. * go/ast: The new RangeStmt.Range field records the position of the range keyword in a range statement. * go/ast: The new File.FileStart and File.FileEnd fields record the position of the start and end of the entire source file. * go/token: The new FileSet.RemoveFile method removes a file from a FileSet. Long-running programs can use this to release memory associated with files they no longer need. * go/types: The new Satisfies function reports whether a type satisfies a constraint. This change aligns with the new language semantics that distinguish satisfying a constraint from implementing an interface. * io: The new OffsetWriter wraps an underlying WriterAt and provides Seek, Write, and WriteAt methods that adjust their effective file offset position by a fixed amount. * io/fs: The new error SkipAll terminates a WalkDir immediately but successfully. * math/big: The math/big package's wide scope and input-dependent timing make it ill-suited for implementing cryptography. The cryptography packages in the standard library no longer call non-trivial Int methods on attacker-controlled inputs. In the future, the determination of whether a bug in math/big is considered a security vulnerability will depend on its wider impact on the standard library. * math/rand: The math/rand package now automatically seeds the global random number generator (used by top-level functions like Float64 and Int) with a random value, and the top-level Seed function has been deprecated. Programs that need a reproducible sequence of random numbers should prefer to allocate their own random source, using rand.New(rand.NewSource(seed)). * math/rand: Programs that need the earlier consistent global seeding behavior can set GODEBUG=randautoseed=0 in their environment. * math/rand: The top-level Read function has been deprecated. In almost all cases, crypto/rand.Read is more appropriate. * mime: The ParseMediaType function now allows duplicate parameter names, so long as the values of the names are the same. * mime/multipart: Methods of the Reader type now wrap errors returned by the underlying io.Reader. * net: The LookupCNAME function now consistently returns the contents of a CNAME record when one exists. Previously on Unix systems and when using the pure Go resolver, LookupCNAME would return an error if a CNAME record referred to a name that with no A, AAAA, or CNAME record. This change modifies LookupCNAME to match the previous behavior on Windows, allowing LookupCNAME to succeed whenever a CNAME exists. * net: Interface.Flags now includes the new flag FlagRunning, indicating an operationally active interface. An interface which is administratively configured but not active (for example, because the network cable is not connected) will have FlagUp set but not FlagRunning. * net: The new Dialer.ControlContext field contains a callback function similar to the existing Dialer.Control hook, that additionally accepts the dial context as a parameter. Control is ignored when ControlContext is not nil. * net: The Go DNS resolver recognizes the trust-ad resolver option. When options trust-ad is set in resolv.conf, the Go resolver will set the AD bit in DNS queries. The resolver does not make use of the AD bit in responses. * net: DNS resolution will detect changes to /etc/nsswitch.conf and reload the file when it changes. Checks are made at most once every five seconds, matching the previous handling of /etc/hosts and /etc/resolv.conf. * net/http: The ResponseWriter.WriteHeader function now supports sending 1xx status codes. * net/http: The new Server.DisableGeneralOptionsHandler configuration setting allows disabling the default OPTIONS * handler. * net/http: The new Transport.OnProxyConnectResponse hook is called when a Transport receives an HTTP response from a proxy for a CONNECT request. * net/http: The HTTP server now accepts HEAD requests containing a body, rather than rejecting them as invalid. * net/http: HTTP/2 stream errors returned by net/http functions may be converted to a golang.org/x/net/http2.StreamError using errors.As. * net/http: Leading and trailing spaces are trimmed from cookie names, rather than being rejected as invalid. For example, a cookie setting of "name =value" is now accepted as setting the cookie "name". * net/netip: The new IPv6LinkLocalAllRouters and IPv6Loopback functions are the net/netip equivalents of net.IPv6loopback and net.IPv6linklocalallrouters. * os: On Windows, the name NUL is no longer treated as a special case in Mkdir and Stat. * os: On Windows, File.Stat now uses the file handle to retrieve attributes when the file is a directory. Previously it would use the path passed to Open, which may no longer be the file represented by the file handle if the file has been moved or replaced. This change modifies Open to open directories without the FILE_SHARE_DELETE access, which match the behavior of regular files. * os: On Windows, File.Seek now supports seeking to the beginning of a directory. * os/exec: The new Cmd fields Cancel and WaitDelay specify the behavior of the Cmd when its associated Context is canceled or its process exits with I/O pipes still held open by a child process. * path/filepath: The new error SkipAll terminates a Walk immediately but successfully. * path/filepath: The new IsLocal function reports whether a path is lexically local to a directory. For example, if IsLocal(p) is true, then Open(p) will refer to a file that is lexically within the subtree rooted at the current directory. * reflect: The new Value.Comparable and Value.Equal methods can be used to compare two Values for equality. Comparable reports whether Equal is a valid operation for a given Value receiver. * reflect: The new Value.Grow method extends a slice to guarantee space for another n elements. * reflect: The new Value.SetZero method sets a value to be the zero value for its type. * reflect: Go 1.18 introduced Value.SetIterKey and Value.SetIterValue methods. These are optimizations: v.SetIterKey(it) is meant to be equivalent to v.Set(it.Key()). The implementations incorrectly omitted a check for use of unexported fields that was present in the unoptimized forms. Go 1.20 corrects these methods to include the unexported field check. * regexp: Go 1.19.2 and Go 1.18.7 included a security fix to the regular expression parser, making it reject very large expressions that would consume too much memory. Because Go patch releases do not introduce new API, the parser returned syntax.ErrInternalError in this case. Go 1.20 adds a more specific error, syntax.ErrLarge, which the parser now returns instead. * runtime/cgo: Go 1.20 adds new Incomplete marker type. Code generated by cgo will use cgo.Incomplete to mark an incomplete C type. * runtime/metrics: Go 1.20 adds new supported metrics, including the current GOMAXPROCS setting (/sched/gomaxprocs:threads), the number of cgo calls executed (/cgo/go-to-c-calls:calls), total mutex block time (/sync/mutex/wait/total:seconds), and various measures of time spent in garbage collection. * runtime/metrics: Time-based histogram metrics are now less precise, but take up much less memory. * runtime/pprof: Mutex profile samples are now pre-scaled, fixing an issue where old mutex profile samples would be scaled incorrectly if the sampling rate changed during execution. * runtime/pprof: Profiles collected on Windows now include memory mapping information that fixes symbolization issues for position-independent binaries. * runtime/trace: The garbage collector's background sweeper now yields less frequently, resulting in many fewer extraneous events in execution traces. * strings: The new CutPrefix and CutSuffix functions are like TrimPrefix and TrimSuffix but also report whether the string was trimmed. * sync: The new Map methods Swap, CompareAndSwap, and CompareAndDelete allow existing map entries to be updated atomically. * syscall: On FreeBSD, compatibility shims needed for FreeBSD 11 and earlier have been removed. * syscall: On Linux, additional CLONE_* constants are defined for use with the SysProcAttr.Cloneflags field. * syscall: On Linux, the new SysProcAttr.CgroupFD and SysProcAttr.UseCgroupFD fields provide a way to place a child process into a specific cgroup. * testing: The new method B.Elapsed reports the current elapsed time of the benchmark, which may be useful for calculating rates to report with ReportMetric. * time: The new time layout constants DateTime, DateOnly, and TimeOnly provide names for three of the most common layout strings used in a survey of public Go source code. * time: The new Time.Compare method compares two times. * time: Parse now ignores sub-nanosecond precision in its input, instead of reporting those digits as an error. * time: The Time.MarshalJSON method is now more strict about adherence to RFC 3339. * unicode/utf16: The new AppendRune function appends the UTF-16 encoding of a given rune to a uint16 slice, analogous to utf8.AppendRune.- go1.20rc3 (released 2023-01-12) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc3. Refs boo#1206346 go1.20 release tracking- go1.20rc2 (released 2023-01-04) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc2. Refs boo#1206346 go1.20 release tracking- go1.20rc1 (released 2022-12-08) is a release candidate version of go1.20 cut from the master branch at the revision tagged go1.20rc1. Refs boo#1206346 go1.20 release trackingsheep22 16861500381.20.5.21.20.5.2-150000.1.5.11.20.5.2-150000.1.5.1asm.htmlgo1.17_spec.htmlgo1.20.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.20-openssl/-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:29169/SUSE_SLE-15_Update/2caaa93ab6ffd9ac819125c526b51222-go1.20-openssl.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textGW`J_Gutf-8efdce35ae953d8acf29087ca3382e29462f73699228081b370891df5e967d609?P7zXZ !t/] crv(vX0\ȍ/%( [d+|,iZK|UC'8t\U踊3>WY&Ņ[`I9h9@ )fKc(:OoD7繦ײLKb3e9!P U\NfDQU7ƧW]>!w)sB{R50%z ʭJu)Z*o0S)$yH.!̰W^8ۋiΡgRQ?M'P*=;QЊE6U umO(HB\.<0#BX+s-4_k qQ@}4 ,eS"20R~6PΧkoNfaX_d VGT8@e PV>+'"J3z 3(ݽ{'K}=*sgC~ݝmD@;[t3oˈQ;223V#4.=theifX[?w7'zܣyoN睘K44NOǮh;>n;@Fm57#ǔF䏲8|R3ݽHY0[uzAio7Ř">55ߴ2_ySq~M[ "鴢()wD: sL6H~R?π Nkw.N P S 3 L\a[ U+ 0@ )Z&\n5kX&s/1ۊh7W-22q^xAodj) bGc/s f+3O8ְHѴURNoPwoG|=w@i~4;j3 d-vV\Vz0=roA?ˏvdɜN]2MC4M!gN@;txl%q~ κrt+Xkjݐc9"uAb 4>m1Ke%bXe͗5'بDP!L:W9޺f;(` 4'|Y1G[pD=rYcͶ^ёaΒNb0lB|> O:,δ7T`7K6̎/S:OكGk)XQū[VhN˩#z&Ÿ֪+q5:|Ro]o/rUx;q F17@. Z'Q18QِZN2gk'AhssX?ޏ=e!vGr/Ye?"D^'q\hԗ6̀dvKB*]GѮrؕE&c9Aʼuϐݪv֥bL]6ET4.)er'憁HMU#l D MɥM%w,{#.wv1ߗ1 4aG(Rr2df9aGUDF7FgxcܫzXkp-V#x|; j#}AUX ]%!^}4zGnZcP99 2}B%r 6\ig K *\˶g@ky{܍W O}d^nidU"yLU 4PRߖŇ @:{M(H~ѯ3B\04_YuGHAP' ` Bb^:i@vԘa7r\/_bWYN`Ms~הe ~Z!Î4a][fIP]ȞEQg >Ke@3O4#k8e28Q2K0iѿ9 ɂvn6mП@eǯb!}#aCb{~Mz.e:MJEK։n0]/Z7X`i712=JQ*{c^6 ~|8.Hsj)8o|qEHNvyx I~WTZ;h;|M7BmJ>P3e>U7#õm MS<8 ptƆ'' h9 >EbRe8+O0sWlEX:;ͱ|@:Z(*yESj+?! SD X4D ׁqU>ɊErQ̶R##(1SulWs6k%fYYR @sbqU\̋38'&Sjoyc?򽖃9p(2baTRd,9 Ҁ(Rb"pH@]wZ4%CrȤGzQ3K#l 6#> /r8u*!6aޚUb/[?-!5n"ija:s8Jz~MljTmщ[%Y"9 c m0纷g^G{S2dJ;\^Dqe*.Wwi9̹.|P6HGL(`1ԉ{,XNY ӈIޙGn57Il=$Wllp*̚ I^Q#!$T1ސ$` .tZ8ܞvOW ViA΢;NQ1$P3dY1t4pd9=>m3\R53Te홈3[s.*A|QޝlAf]^߉Dz;fg\靷.Ok $DrZ ns݋i"i7 &,gPP'KKFx.Nia[$n0qT:whlqKoEc| 3 ^%ڻZzҪ~2:'W/:/Je0ƯͯA+MZӊ4mZL0nWk#Miv3#%Px@|U aWi{%?'TT9o# YGHㆃ&{zU+rˋ~Tw{ <exԔFWv~I>p<Rccj}$uU{vq=hge CEwg,[):Me!IѶ2K1N`٣6Fb4=.P4VP9UWiy0c0" ϙm.*["ZV3DLSyT2\ ΍+ Z--cx;qS*16޵]RZƴfED`s{AdOln# };g )4=>V0ZOD2o^20ʆD'ɯV&m;<. 6}6,1etםMb`~pS*y'n,<+磣nFi$Z,jK6ck&E\ U#ߝTR]7.. _9}k`$skK/׽,|;H3c>`¶4+jpU;X4&67I^aRAqkjs6lՑ_Jqxl܊ZA)AC)[/TQ['D }8\#@%PX" K!Ҷv*kȂ=)z"0Z[AUu井tb X?k &fa7>CK-YP]]ieyLoqBx}aG ԗ ds#:VN.V2N጖Ԁ3^L  g[Ȅ3s/@}&yތpq[271:pl\% q=DJ_kav80}֢N?|q=25 += (F9Jj*?<0I+Rn͝'Ģ'ӱ2;ΥVm.xBbT5#Q8ơ:)|uA M2ꪾ9_6(o |IrT';n@: TWu>v0&dS8@ßdtĖ7:cNSΤfYyHɮUԡu^;TkXK&e>%$EBzҨOJS.@? 0YKs]xM9`\11h[wy!wK\dYwe|1ngņ}%鶴*tjF#4_m̐DQ?G퇒%ĚTLgK6SXt I8"ˍG YCv̪ }ik7qUM A!1K0fn:$mm*P5u~irW]G]pG@B͛ЇjH_ G4XK6eH{Az߳k55oapfpu'Bf@Al M S|?7&/P[o.0hhD2)Čgc@%X1JcEQvbpxƁ1`. b&~o~& =ֲp\+zpiZ aIP8ѸPsPM+ø5k$6 :E)esT٤:]puT~oV4ͼn?Է#T#QMLIkF,w0.SӷeWiN5I#x `ѵ[L܃20.+HĚo>ݎd!+r~_ִk=I{ސ 5l'(N~c8[}`JG$K!_fX?/ʺAl%Vy8_|m{;fG̽]>ϧU4a;T^z#sA\B2b {|Q*24UJW%?9B44ى} jMZ̏|'$_E9*p~7ڠ+`,sٚHIG:η&[2#_9Jz:ՀbgDPkʁ&srM-pՄ98:lL!EyevV"I .)|-gN7GˆYw]01$Ts= о0>68v<Įmw !mlת%:nr~)ւ 'U_f.i&^] ^WWΣr  ۸!Te?ABY 5!b &>"/!*xwju ?5KJ)kiIԜdO%pEȩy+xw3-iدj!طV| $I[OfYb~\mtf.Bp$GހepdxUFb>/|vٶM"My9mò>] ߦY.u|p%$d"33 1:gaL!ATdҀ+R}1dhFDQy`1iX6fcTm}p_.ԳwՕ|1Mw#$É63;hÂ9e*`qmT+~xGӉu+(I0>ɺ&\ M!A3o(fb5raFDwzXN!Ul` 牱k2;9=Xs>UKU>5v;s'mS{ mgmlEO[R_$"A[mz\),ϲ3Kۜ^f|6M$>AUu<Gm /Q ̣ݢTě!\"ߣQ%sƮ)xo=#F?}Nee)Yl!Tk"K9 i*Q IP |{m.b B5@Zdy/9t m{>Gȳ8OÀx[3CcƳQЍ3\z̰^nr56_TQt˟VU @DǾogMR^~H ~gYp8ߓL)|;)2)tb>B=z0A- Sۡr6wYkbE:)P:VX܅36pH{#9QB 쫧+0/u5HOaB^Kµ{a5. 3ü}o0>Q=Y4"3lKh^Ub0J-%@V K\myt;F1#RYaSRB(5鎛do~9dIg(6_Hwz Gk>{uU-ОٟhVlZcP ߴ^oTw]]OEqceREw]7'ϺO^LTZƛ&W8(ם1fV /RewI<+VZk;Lb7:٩Ek}ˉ$rk-3EQ~:8]#әNsؤ`ù 7hكBRXc^(钏ܥ۸L{8:zF(lW:g9Kb]FIM#|pYc5"k[#e3Fq\& K874E7hcs[FFKea"Y *!E&޽;?UPPTj!&yOfO bV8ty[nNx=֨d'9+]B$~˛d W0IEeaSC)S%]spqx6Mj@r5VO}7ѡ <4G]P bꙿ߸$*3!yШ<7 ްl_ jމTw~F~ crqRZl9 9I^}N-s^:a,uqmWYosMC_]~9ᇫ0\ Tཪx&b(#L&|Io$T3WhڣJ#y!Yaps9]FfJD z*.B>r^a-ʧ gZ:6x9ml*I`VUiA 4CZĭ9)QϗXڨll("7;9ש(jkvq00%g8bWp缴bPUP*yØyɪ.p-cyuu,L*Edr.S@USʍ9p.8Ck N2ߖ ƹTY͙ZؽyE92 ﷋%J%< M/,KYL4#r*6yl6XH FJȆl^D0+x l_ͯ')*=Z\jE[ռzٷ{ |C0h1fk h'pIxḤ>"kZ'YY2ۈf0q=?eͲAfR O=W+ZQ|Wn!< =藤s{)qI$gx0I$4AWܯ0tsǙ0§ D((^BZ>9_l!-1b cîؘfѐHr)ځe/Dy5w"۟dn2z -B<-le&XE@QoCge{lC\'#Zo 1{h3™T-"2S!(;i\.:m̢:tM1eJQ& Ŧ֧wM~YV D!转ws'[B<5Yjl\oF`*L I;mby`7U*_2bkx(xOb 쵝l' gswכ+5ⱬU)&9|<"ofq.R3;[taR]y nzzAyYc^`h1EvRg3O'fB}YGds$ϊ*m_,ZHr{vˀ{]}Z&Rw^-8]wZ1.`0XDEeb \ xvg̋@Ӏҙ#1+úI|xӄlKO0 եؗ薿y=ʩ& |ZZP"~ ܋KuPZ6wj:OU-I5Vs:6519 Yg~b0զfG6nI9#HvǤBQk?;_ri'ywoc}t>-zălUU yq5BK:Ɖe!)>Dgy ­ip4Y C'%aCSg3%LP8L:2'Iڠ:_Lc0u/Lc%J}}iVPvZ{~F db)"ǜ gM{OL>~uHp$RE}=u# `gE\G p l?AO!݂p̸&i*OˡM7 RSNEvK4pz.<])KLtMD\Y_u3Ҵ=}\{LWXp v>X|JX iH]cWh 5a +a|#f Wen3 f |{j:vpN*S| 34@ΥS+,INbPw+/z!igXLg/=0%37eIXV=X+ +v19zIvT q AnX&%t)qJ Lino!@rvAFֱֈD~`RV<Ǩyd]+@ 2(. gFr na^׫ޕRu Ii5Nty͓+ T8B9v2LgO hQ3G*]erF)n3^"Z j.@SM+ y}z\puu+Znz=p( ߌ78CC]؊GA%tL{b:rg)qqF19):oO7eC.ȴk/`ϗx1y45I?o.? yI>Y T@y-}¡V_4eZDve.aџa` O>q}s%x xs3 Y+aFQrEclc?0]XI#ֽoYE>ð8,zeǯjNZ` JFy~XU/.a䟊K*#+0*al{?7(2H"*H43& R0ׁPEC i &nFɃ7Mz/}_ q,aa\st}irXU?a6BTC/z|3|R0\Ѱ"VUFخ#\/J{n{ٲ 3j|Pn<ۖxǫՌ+o\ӁvǮ_!Vz@^JgH*rQF͓Y(ChnD稇T3]dLRNw.&1n N=+SPrzZZElQW j&I̿~|/R\[ *T&0[`8z0T 1apOrߜS!v;cZ`n{3c=VT9q.@];OWpͪ?ۜT/k/x9͈AEWAI3qpG yȯ1TaԞTZAUgà[YV(ʦwCR0h;L*kYiKL_,-3%x~ HG3e->B.RWTM9)qJ# {PƵVġxzM"1tUbd5݊uDW88< L殚 '?Oa57~Տ[PҙEcDx@hpie\U=14U!Iq<<"+ՠXo&lx蠏68u#RN8wG@=-הF!*PtʷcQt#xµoD:"]iz^oPJ+;د){5;R0~*; nZ&i]?FJLW~'yO7FD>*^Duƌɞg, )<)dۧc"c;%sRmӱש{Fij k",@A "2H%}?S~ľZ!aV eW>6\&1ON.k䗒G:+YR BJaR%Fx,%|ЁtU+V3A8)G+F{]=bT^o:SE4ebzvШ%cJ-9Rrrx Hp'8 9۸ܨ~rvdlL<㒶\[ËBl|W5hmcZ%HZ}wڄ' G1}Q[/Sx:ՂE`@.ں>}\7@*e'f3{hW2rq?~rNu6vsinU :-ի-/\tܫ8Sa5M_6lטY+U߫GIww,n@c㦫(|C™1e?W]ι?YKA#]4Zw#uLz` ڮ ZblQS=Kh6y bvF(_R=F_˱ptS7bcYOͮa :;>̽Ε$V<: 4F?8wX%wo]j `6pnTd&G)S,] "e ѡ6Ͽ.jy۠>3cN| ZICWR%qHvhjgL`Cǽ ٨i+Iˑ #J:؋u~}I_Ͼ+z+wtUlʃ'x24v͝X-a/[#L߃GMML& DiM@(dp2fH,Fw?\LBꖕ:j2tܫK \]-C a2Ka|HsiR ww "aHZc*z2ze6}wѕ{LjC~Fmf Y'LA خٌS6"PY/ͧQ@*UcNӎ|tv|6ip>`GTih3H΅I>†t', VWstO;Q .||>'|[ ecq7 W™ < + NHMI rEy=څL Ba|V 44m-?S6s' U4o%B[_y:|׬0d0 ZF.\U2>?"WުPFGҽGr袌= )sUQsƠBJBEEۢDבE_vmsrLkQbQ>1B 5%7UgyJ+9=Ⱥ5*pJGEW2uΞiM+B*͂SvQuGֺeQ j$T+RD|PZ`GəcMr |7Ȝ,p懯L&ՉfI|.!5Y߳nUQxqB~yP1\!Hq.LE}\ך!Qh//RL}=3Ê:q5*b \L̶mHb1߯n heh9642tO MQG8>bKkXqŬNfӠn` }_mJ^20}Ա~>wDU07hyD>^ʸXRR;o9|̍{Ml3(*^rxDyߔ:{6 ݓ&Ym 4s q6х8RV{eRw*:)4U_LX+q- 9W+=8_Vy`4 xKk yb d6d1 7̝vDb0+PM5ʍNj|&u-_H7>^ ҤQ&.a( ; ^~Z!bƚ&k@`skp їSDcA2#dc8} F=fl$vTA6w)Y#q!+*3%3]92@qBO FV05ǾQ9gڪl }6a427V;Wݞ&]`WԺ/񮘦THTe,B\h^T-+"- `glrHJ:ڼ=wHqCzDj}h2}h"0joN<\0l`aCXU -71SGavQ Tg?K.B%~)@*:@azCwc|kc`V._FN/"i2*;ʎc%bitX"f6C"B->2 y3Yf ~p0"~zae]'@GE9G=׹m!d V¨(FQ1=oG o%g&$Z!?lrcEoԾZ)n6mc< 3Zc VS0ZFLS̚L1#Z ]t> %2^QھL%+mB9l':cg}jO_;AlLT!~|ybi6A )c2A;PT6Pue UA)X0[W7{ m`v PnB'`KuMtĸ&ʇLN׫esv! .;(QZt6Wf` ;P2 2~aTEh4݆OP\*R%I<"jqsM/R:&:Gh kBiȹ ycd \xJ.yg$&v )4e,ulx&|c)gpI^yn Pδ _{mU(9WǏ A]2ta@Fm&A/a|sNm`Ƕ`(ӉLKMթx̯g|i<\ {x xpqљkTrU=\Mq#'#m)դvۑr3[Î5.`_=i+%輙XXߔYxQԬhFZ)p}9D.%u\R#3W)NuX#`wde+$uJv:7+ <tfjh]NﲏC%iUyBpvSZΧzM:gN(Cvo>@jNoSJ.<='ӌPF""mC$*nA#W dW | P,;h.MG&@\RRI(ܻx;뗅NG2i2bnt)ә?΄pd)^\)l烻p0;lxK* #un6"4qfw;&Гm7;v;#Xo9.=i%A g/c?w[Hrn$iR\LQ3ZD7\xxrH/, v,] ;P=c]lp%o78|L$y7YlO4Ms['k\ič{';pDx%嵲`,2M\2ݬkdIwb dl#U6VSa?T%R}T:w泤ga8+2[XQcϲem /a_͟#b7.+)gGRNAo0P M"Gu+j/2_"bY<1V[2s1Z \sn/ё$C|̂St@|9(>5L5ش2.4 7uqIip|hP#_C<4 rRSg= 6+$h*ILےj@*fNj=~v ִMWOZu->0^NoM+_? ?u1GGwtFiRɟ`|d1" Sk0E,Yu rxIh]WZsnc2- ,Md/NӴ | (.ڱ/i VjR6͢e|aݱO0T-!V"}gJmcY.w$h>1V܊s^5Q'8a = 8 3PflL2RjwP폂}lIze M,j Z]1O6m>Ըib1ߝ~s^bHCdTJ5VytO6+s=ht)rk̿SBL!V(ϸٟJg)7,,="ΩLh1A6Oyt.tlD}6Qjw/!A)$,nwɓap gt|0cU矛{ۓodԣWrrOS/2۸( l¾vj|1B^i6ちd;a`|ulIE܃3@VbkZłOvED[S`0gWOA)#[d!E֝;!L NĈ*P y[;)1) ;h?UӷBj䣃i@ [wM(j!,XL-C#'xb^Z riiKnj#%5VT#y? UuqW#…_F~+|CTՊ?jWޘП[`sĀ+])Pw$<Wt8 yjcDía%燱d κ\sANMJL'hs.>ʽ:xxo:˚<0n'H{ ՞ @{F+ɻ]w}E{*ql [cR"=ʖ>m466lGWzJ#c&ޫ(lkb[?U5l9JYOS`UvRP-&Ryh釞sSǵ(6W tc3a_ F6*u 7⿤u< 6RGGCKpUd=^+I!ʫF|]P_a4]Hsߚ:>VU`w!x9ݏ#EzwZm.)&4LZ"VtI~nnHĽ_jF@PEQ%]|@{?6MCLH9ޗ1@l>k! F88/ 7<<fyg1]DV,Xvv<nXX 3c>Bf&ɟÕ8?ݛj6KD\Um~ȉC0$ MJS3Nk`vi>.g)d6j QO-*Lz1ϧ1kC}Rxr]Xey`فa)/ pK9 LO]0FF>vWo]N=# kxr gLOe\uw<' $k>[h\"\fM?:j=<gdw# }9G5x኉k+E!x-oIs#T&?ztV'(RJΉjfbxٽO~>.Ah[V-S֑(K2w^`))]Osp*n\~X &T2F0 MF(Ozһ`MkK!@>= %a{@Uz< *{ cx4Id$vLUPC! (N} RUp~댿)6D3o*˼[N>۴]" ~?MeL( ݩo07b(@{%8:%P糇<5d`fþO1vuFZDHgT׾8?Lp݋Le%IK~Ϧω>0&"py]O呵 cҝZi]X, xPZC3_܊8}") S߉0.3KTѨ~/W/C֠G;B^r_3<ւ= b`;mR?LuH;m%2-P<{is[ݏ iԙS18q(wrX0cyZ"c~|ը?σwt rBm2Ǧ}DzCV`I=>LLȁKA#p KhB%#o.?\2-}5I $ A#_& -jscY03/>C/oYHDg+B'cWi:\ȹ;I\F:^G<\Q2~*+87yeІe$m.@:wQX̱hVkqԕ ȒHە/S0!7߇T,& .qÓk/Q?1Ep54< WDE> J0涖I;/2V-#(s?&6pK^z a@8-X HD`,H*s*}H ذ0 jYp*7J&DkV'00 1P>MM"Nٙ=zVMN GTNƓu5aS3|^(EI+IZ"{d/2i(Y {qe;¼}7˾M*& jҚ|)|_id_&Oi'B @tƙrr$KQ7b^S`}ÒwE$T܄}pBx[%CT8ȌVlhE]?CSO6@E:*FnbA`ao7ςBFvab*s  ?6*XV1Gdz-;C؄[z"C%eV Y0/`\bp*9S.gLh~%Łnꚾ5,C$*f{y*n'@FyJ2 _{a)x-3SCvyT}[mT`9t [~Ge ;~)Z Q ̀N xFl'f{uSnGTcuƺ=%FNN}ucYs:yuiaJzkv%%9aj0?榻p"XOds1Y.^wUI=gr[6^ 6ѿ\/PW촍JUDu|/@}w=@ψ}^2o{?o:`#EO{&Km3͆BS~ M3ͅ1u`[J8CV JG.9bɯG9D^d0b#݉z@P?u2HGlPmaxtv0} lJLDs׌}.f~bRz=zW#:Ib3O^O>9 K`?6s {+9ĠjiN-@3D|M?l2'ΰ 1DCxb5w88WZwt[QWb' ^L `$*Oyc0zFwaj@^1rY.H ֯n8pƍA3D鳑L&i%"2;; Q>6[ }sxCs٠u2FdWp;px[n2nJܔd.0&Qzð&J~ /P.7YK/m֩CՌ}) +|?)dzD}P9hl[cݷ*Ґ3 d*DMk6_Kza7udp>ɪk?x @h=`D Ѻ@yus.M i…X wX|=NME?4^;xvwm9}Ȁ2{~**03 |Ϝl1Dh!1I J Xib:M[wN& ?=l %6LHU2±4^0b6g4RflW~:uӼ |s7~C{͕rjJ:૤|̌Ê׸q68x*nq^CCeKyވx_ ,.Bhӿ<(dӑoK<&mڧDQSCtZOUMl+_@qu37ktom?:rL*>a҆.vߘiBYC SʚYm >?$bIjݟrx>рՒoGSⓂgКkm;-=(](. v0N=toYr㨜6=cp*9e7y^:ѻl?]-fJL&FFq}R2Y$6ȪgH`CX)wh&!NQ-$٤4 CK O:7;Ki] ,}` P;bȇlN%Ƙd>tı!zQJ ۿ 1xLf6nY98x?Q13pZ@1;hdm{\ K1FZfbYF:H ͞Sx Sn.#"nj^+ZX L]v-7^_uvn9Zy@/xvy@`n^q_|k[<#aU<8p9PBITR<GT8{/5"ԛZ+2D4;("m4ZdZ}nVLE )kg'.m@h!5 ^^k8N)p(<{!|_( a1*UB؛WYǧ|=JO\f|> :r\ͭy}[ TYo#)B&}﷉`#8FaNgDGE).tȽJ-mE:{Qw4<'fՓ@==HW:?b|HNtVUYqsͶ3>ÃhU oAVQ؎wkQDqUP/JY큷W% 6D-y+`U)!6Acp3'8:w(-z}uQoߴnNG!jWCFFRF \M{%2:sǤ Y/7z3*č(~F2 K# 5@2CJ>Gu4-@->Y>{k$7*?> /,FsHLwfx9nӹ?*>l~"Pez\{#Iu22ƲɘUK[iZ4J7x JL4,rH< ]d稱[I,`udz@iڦ3pUe/1yZpZ#vYy$TfTh. 0; }3, iO*NTFR&֓}%?-EIuLW@ދ=aԷIt}3u " l;m -[؝T`-1vdG`^$ў1kvHjF+'Pxf3 [k ]j8BQb2|FLan T;+ #OkR A̡Y{: NtB@(?[]'oxJy׸ c7JkT :L7;U qW,8ÔY_^e+CG9ZhXY=lĨam[*+{ k\ { _z%)Bcqrүn +b*ϋ6uME5X3RB`,ܞvt$F9&jneb@Xp7j!gIEC %kҮ;U yY7hP%b։n6T.vtk[absc·wxDF!l0d)ʐǵzDv7!vUVE׭~GAkD4PNBvmF MT HU6p\l@;4{jVCq]~%ɿ#nM^KuB}^q`pR]5|~ f2f49zx 7&s:ai@bؒp}TA]dž}ja x{B߼LɿBɸTm5 x}oui#Ns);^UZJ WShDPgaKo3[CJ2s+C#ee}!#QݫkC$ l4Ž$!BPcqP$U&1wl"KG dTfHc y^G? v"99,r͵ib#s3̪q Si?m^+2&.lə6([:Lh:X#)ea8V" XF; ƽȎ64(1ftmg2ywu>cnIfڅ) 2#06뉵1!_hϺiTe> 9t=5wV7,!̬rtsljh*^s3*q;v%L pf:Ln酨g"}6Y4 39(%5mx̝VD9CP5sp }ng5sY^(yiQ,* N /D 0^tByVث] kdTUlm-loaNY!h i#qr+m% L;d,OۭN-YZ-fDl1ѫztƎH؂s2Bb?d=db` Zee -ZqaF+yg OxPq#c=a=0‛/2LV< 3K{*vT+T@k7̯-ÁU[S! ds=u[^4SjvIlHA+*&Jn `uH,jI6-Rc~ҧJ݅MZfhZ/[ ۹΍!yImyM-uJ+/6##jQH;wxh|b !pR#^n{:'S65Ҝ{5e#ІZmU 6`9/,à I]di\N<ͯ:9J-!QTN=oB.E9o9w䷦393*MuP!W)=zOm1M454]mDg~;pX7HoEi /gWׁp.&h^vOƁpf=yIaS.2+"nXTụ@AQ#5>yxGˋZ{q9`M@f\*8.{O HK@uע7͵K> , W4QsX`, E/+%kuǻ >H%yMy0d=<;JT>Q^8k}z`BҏCxPɷ)~r'6QAy؁̿8; "#脷~ 3CTnRxa%H$ՄMg:JcjApJzX-s ys:AK(*uR *y-?G$ip0 /hr8×f!ôйpkwqs@:oiC3&/R]";W#y][ ;ջĪyJ2q0nyFf.;8 i90 ԗP)V7BR.28&WAFj#9A_X ج$[vU=yaE*0ۤ+nwY c 4 W 17SR;B-,}n@}psɱP,)_bl[ϢUG+%*O\FR.BcQG> Rbt9>j&;0f0*i7rz.`Qj.dV+ ,5kg{S",cx6(a"0.t:;CuEZ @W}su pŠ|O?ѰǺ| 959@^6NzLP:NzS ܛLwڝLz|XD/ t3F.5Th> %x/ڂ J/|b_z=S:=Ey[ f,^C4AcR]3ˍj r~zN<$G}ކ]NoKF2}pZfLꍆ?HnSʏ+7B^8qIg9ü3a߳ĕg{6Jčju @a& @f2.&|Y-ɕsDԢd*@UGS$GSs8+Ů~p Cl±o! :.q8jy]\EͪlF]jI;?2 yt@=c +ܨnZe81fPʹ4叞>&3 9?4!Ajr ӴSc`SO0>>R\W]]GɰW iPK[/ϧ'r?%F)(-p8?<- 𒓁'Б sZ9' ?%P.{"=yp*RA)lgĮI9ZBHp4j{Pܡ`*Fo38C+D~ͫbKlo6Ō4{Bn$IXl 9/k@!Z\{HuQscN`\}++f {rspaEӓJR2DST##ɛf>o{Kk<ňld&7wuv* "e;pșo4_<7p;5$ӸxCZpVƎ/+lxxj{6)gk38SAC`C{Bjh(;z*l@63|׿Ukb_ul7L ;uؐegMpZkQNm>Dzݓ, XK-`#"!<5Wd]eTl9*aˌ aڲ@^D׼#V L1q}=`,@4,He@pޙ@_IWp{~,Tt#bӝʓiS]:) wQI\INKrk7ۑc"6VPkhsyۮ6zG1i,$x&S|Wfj5, Q t =_$vCo2r1#tSsoZr9D؞?ü7Y/*(k1 Ai9Ldд]J^G mwЮ-8[ yP%7R!7ub-ǛǤ 2bG]A}7gK:|[0:f8SlBqZm0ƒ>+{K m"gۻw.IP('tn@H `DI˼е]*ii'sSʡX/ad;MAQ`D\ Lar'JYdFY.bWNN51G};ߒyn2mc=$+)Hz`g]&z2\Tj',fD : '>*l@)]2փ!cuI*XdqP{n~^ acmWšف@&_TYsOC5upDۏu$K&>4ͳ j΂+$zu5&߷ 4B(ۛn*U)d&ќf2"HuuIxN2s»Cw<%0+Ģ2SdBEN}~𲓑Df,oPF9%/5ø:Ҳ23HbPB΁M-yk'76O\`8A"%aV+X:ضx1)7Aq!A\"dG 0XrAA&_jO=E+D+ʊ2%U& 1"g1Tt?,0H칩97I=X "RxWW>nN!gz/_ngo:}--]ʃb:SUQpt([/,aoIA&Q'd[8;D ZfT<+˃|4i[QI0bey!vሎGKxHbM^mGboΝ@ :*\*\pܗqW2@1Ts*HIm4vxh>O^i>n*m?ⲱlKңp,]E-7Cѫ7Aϲavn@S &m\9)!N"E_;a"luVкX9e) Hzjas_#0m5K"FZ|2|Z ὯpC؋ F 7(9;m $JƵٔQFq@g?& ÕMVVaː\ aÚ]]I˾?^YOz=TeU^> Z'š,L%0-͜T SMƧZ=YrBk8z!h?7C2Ns9Jh:=7Q>Kޛ[JM*1s%cQϬTWD2>e( O鮭[WhIdQxV܍v:?;.xbܚXrŨ~FJKd׃g ?bM6hU & b2Dv{ܵPjAٕ\EVNg3|`~#07o)Z!_FsI!?q=a\G6=ߏ(tC*KdѴוh8; 5.w&;mMb9g#ݴgڦdK6><pᐮd^~pB41ڻ6FQ]1{Y|ǮmF̜O6k8upV@ y\ڂ&9Dw(̪VǩBJ~6  0dьx P,;8duS۩6fbp,nkrM0"X2"mJ$QGj?LOehC"j%s0X\qUI=2" ڽ# f4ӓ )/y9;{^x҇q@m ~FSp :@  t17;XQ%9Sl,•Up9zSW$Hz7e-Sz6?*7Ƌ!ZHC3?.b ❝Sc7%ע&j\6 [2KF.=y/mx[ve UD.v 4\%"D4$]9L+wӸmfg8Y}9l@ 9m7=!ڸM:xR:$ۂ fILWj1Lr3&4P w)vW wɁγ Ct VBg+D$ (R`rNKd)C>(KXhrPEDUޟb .!f^mN ؉̂sT bnGAs((s~,[q2cmln/7w[YFd+qS4tvd|AS]rf2z_vzjݨ5;,A|e*=7FD^.l$.I?:-p[k-FyNE,~7^z$'T-!;ךخ/R5 ̀ϦEcJԂљZ⌙Tp@bk|fsVeV@&{# d6TmRBIElU4UoB(>^v)!$"z(:nCgۘ)Vo_>LIUg&'+Xa`3<- N-c௛͸Ơ5.w >TC.s(ͻS8Z`Ldhx6}Q[xҶ~+ & hcy'֛C8fZࢭ{ ֤/liI|gçqzӕBU"W%&tT!^h,10menc K}qه<Ŋe8 y9,a7s4|lp1gr9>3<] dj׿,W̵ {1 RpSSޑ%iVx#M5RSû=arKw|a`]06)83{0&Ăw_혅LrB5/b2?k_;qPc/V[ul0F=%+LnrؓZ!w>9j)UP>&CŨuAyGcfrVr>e8:*/-I8J^fMt=QECpUqo8'efZA06_ꅺ2E~EiZk{&z8^=*xKL&%gK2IbsH•1e+Y`Ӫ;2s  4S᱕$q A#z 1t p}~.WoQjLydcs'W<`r.ܦRRR4LmuV]EeLޑ1}7KT=~1Ay%avU)ǩqS [f*ٴJBi7$KǍOH,֯z@K)T۰ Me.F|К /%q@y]%("Uza~O@|ƪJxzaʛ*d|xӖL.Q5ѕv5FI\n ;3t0S; l[e)0ky$T"v\EGu"0!:,?&Sal`zJ+KA,o!*Շo&dUkEc{cJP|M$t29sN.75g<#mFH׆? htwxҼKM,)c7`Mᕲs%LJq$Y6fSlp z}t9LɢhLJVҤH`uQ~Zx m>.s̐=SVr|Q'x'_C! oz !(^r6?T1G'RX/WEl^arǛs AU?ALdҰRӠ*3$\uB+0qєu9{'}6UCXLKEpr OUD\w J%iYmHձHLi>/} 뀱n; ?r7|(j {oPS枻;W)*Ke !'Y.ALL4I'9K5P fXN @Sٻu _Vtvw[ NՄYYsG4 tw\ybϻ zhPVOj*zYhn)@y89@:tD$^ίVگe0s_ތ?\EqXmeèIrJ >DD p"JqJJsw77GŹefnv>k%*/IEUPО S&$FW8ݗOZ|JݝGGrFp:`C^ָQCF3w^qrTPZGG~;qۙ&?uKiVh>%-p@p/R񷧞0#}\: lݛTJ_:Ҙ fk]3ȴ\{{/~3)T' LzwqO@`3T"CZ(S>\ Nxd%ME >S>zzG:c А!޳] Gb oaz\׍݈{[s/ʿua2BZK-s]Zlmjf.F%8Y^59paO4Ly]dVd^&n" u2FJd_ PLb^rPW쀛ƻDjBc4@*{Z,D.(ӧ;K IhR!@Ԗ>^F{M0a4-:[Ӛmj6k!g:$wx&]=s&v;}xqtyFyx// uDKЗjx˾_pFu VՕ_i. J܆T)f{ W#b ~LhdڽG(22xQSmtSvHoh##X́l'>gwpQFSitHC#/+pȍ?L=.VJ?0"b@zkhRDu^ l^E:0Dؒp]=D@\h֫:kW49bί#"?.X+uLj- c0yI:eCE ca/Qυr".8ƙPD ^Q׼x`(ۏF?ʪ˿e&T"o۱*| LK|+aq$H@d[VCn3; q>nH'4 k0*IS$↻ (ܡ O ӓG#aodΨkʏsh}[ğ чbYCXmE)j/= *KA 7ƘsڰO+-2 ¸ r{QpyRuY{ ӭ:?'2qgHH (,a @zcqf 8vlO츚еQjg߂?@Rx0 5&TX{6 }ဃd輻Zt9w,JaQ`:qTZ;3A༂DV6LhUSo%O;NH q"CF_áKFNFKd7ל`EQC}.-X,zgaO9)C+يpO6W8w7.2hgKHz>yʩ0"4f=]@ G|]"ỏMҼ#%u57vV%^ !Sw~^\ytZzzq!mr2uB",!ePB"3 ]4m!L47x7pQFґ`Uݷzim9"10W-qA*ĉgL*JR׀(,Fn66G8&ق/3A.s2g_ U"5(6ÊTUs`l:*(RЪ ٮᷭ G6*Q{Xռs(6E &ۇ8`Ёx ^.dnRH2B;ŰZ'?ΩP&W-QwKZ[gLLn$fߞCT$fLV O9Ϝ,32"m>smY]~%kh&"'Łگ?ƟTlB:>Gt|RyY"hH}&= xX (/ =(@˛{tBB?Y_ C|lUݐ/,V6_N7z>HRd9W$MD`5OHNaecCj!V3h&aujO#wK%+ȑG~:ڑ{;Tp:]Me^A2mKQҦ*ȐCaD0,kBej/Drpa%[V';6]9Ec x k2>wg8 NKA`]oczr<H;K3G$Cמj`CzLe8O@MgPnijvϗn0zwat|#EAFOu݀(R?+t\H3(E"~vO1XHCVZH>Jd=qLcs[b.liYCl2Ef+8^Lݤb|4&i)+Js%-:zT. }u8+av )]Ǜ"J)T;#-bPG0)OsFUt!I .l`nՅ't3iPP*x!q6_2z8Wcm:gRAōi%j,IR^Jqm'[3R Eq(ڇq;ϕ|9$,U"c9/?ݗָ|nyc{d eτ _KF3h~j.\4_&A;Lu 1#uaqalfvYj̾nիˆMF`2dZH,čL#uEKZL&2^r*C׻QB:Q>T{#,t>ją6DV Q ~v_tJ2HM= uSo~k`uFKBx>$ck0E2Y}@LI%`͸n3dapt@N{3BCYxiG7.oye7K،:v8^dlmo36&Q㈂u<_e>) ]woɬ`qAZpTݻP鋗KL!:M% ábInƷ܉Mp T=|I{%ϐWX *EϨ/YhT.7>yP&[sdmXСpYef#e+;PA9z.9)3"95ApK<,g[Iy.B}mfr)8mP&tfN+?G$}>W 3#Μfte\wxӡ:w#{)2IK?I ֬@ⵔفOh'Qs]oN"e+gJ!#lF zN{ЯW}on[EHl1sF>"{fP} 5 G`ů !~6]ǻ4+ejv_nXͦl;(#m=2䋹_~A'uQS`HlL[ LA֙v-zlxQLn@ "F>Nhюl*ZZu;IK.i+9nGrv}_VƋҮn#=޶${94#IJ=s YpD.(d}_TR nz" 'ܽBD'Pl0^\4k.x]T%UCOn(U',05I rk*f,F\\%>$ڵP1Eq-4 FC[d+lV.~_7EO E% _HKuVʓ\3P(NrWVk10hS?iLʩt'[W&V;&*`<ݱDf0V]%ntbL2ZR62˺_?H| ߪ$Ma -M&6|vTD2^1l`=a aG*BKFnK.cZl X)ϸ,'RF"+JW>Q:2K A`Ny%T\'x켉z-[c o &=/,y#{G )KxͷZ8`'MyO=Q0rVo<--N܋,֍|S2~d"rȚ5՛+O M'e@nEcwĖ Sb]o" l7s,PWM[/߶ d`R5g@_]Gzg!hxjt$>m-ʊ675#|%ȩ+䜭0n*h6-~ݟ dU/}AHgx~M?ِ趃LMh SpAs>כBŘ]cXxqO-C"ޕgȦb Pp 8CfGEX>վNl:}JV%р8?+e2nCPr-FjvĤpdN|q"pJ=#[+" =APG7*+C@1bx*)o7K_[MjR3$.q`qCj֍lh慠 "亷^K~zHt}3LƟ3E*S"18wEzvhf/1G0$SiC{鷫Q%gnHmGզl@rI :jveˠL0 um6+:Q``9{Y╈85Q'ˢco)z#1yEMTQ=b/b =y 2PTN8WN,*zv職 jQd++ } !kz+&pAkOrVP%{*AnvJ Pȩ 8衳sg^^m a+/4rQ_n7^.8Qpֈ՝W;T#t)vn 7={TV<=4 Fv {򃻣i,. pPdlU`;(6;i_dzWR}zo?dWW'h<9P?SII6 W:QLg_I續/,dJIn#+LKK:AcH]L=yfhx'_e;Ҳ[zd[7, :dUӂ?­оjm,Q8-mJ50QBbˡo{4 O}wu&p-\J*x>ЋSgo|cKBD1>e,_V*֫ ӛp Jq-S3{d5- Sφh/*n1;}ḩwihzdmD1>mGӎKK\dgDŽvII,g]b(荜w.͒:ɊrDxpZT&+2\(PkCQNayxB{O9GD)ڛ: EmēSt X~{ך<ƀ4oJOǔX(vjVj.~@kT $뽥FZCo Ŏk^pJdDajy|nn]N[sY&;Ɵ $ǧN̳Et0P4ZTVQy ^"#YH4CO4lӖʯc!UUc \3qDLf ?oIt߲@a JhDC0uh§ҒƴzSt0>s*&iSJ' bëcbcaQPQOy+I\CM;.;CUBOP m8_Xi#g10ڝgWcx00NK7ĜSpU? ~Q_iIZi ;hJOrG#'tF[ ߼"^iZ;xKWm;ʅ^><;veGΠ5n\Q B~ @s+]XP|Iصf Vt*]qNɡt~vLm U7u^zSl x(JlzMuDeJ`%Smr{CK,˔><&:i̳C=r o/M4ʘ^9tb'=2!L3FPr〼W\xNGbc㱿__:^2QB$C(WXm7dZLB485 ifx߈K?nBd>GvVN._`~{W< ЦµE4\WIeOL}sa='n%-a;T9lOfmsUԟNt8]mkPxż7^FG3O\T۫ bkLyT޹Ě8bT3pIBtoܵ#Y9 FxiFxȟ)?#Cv6med(i|"t-?D,۽<佸R4$}rS`Y~I7Mp7b?L ;2h8NF9bsRڏٗq~pxߋ<]|:dq)zA=cIWTEa(yϮJCI2:\Yc:9ZhaME{b*s. xl?tyi. %}*+W{ZF#Fl>r!F\;ꤴ%k9e}7 [qKͳvJݬ؋;;j2b!k!\j5rrGs]?:6Ɖ׵WѫM7KRI ;\ &&tm _!&ML(;_S 7BӁnm.Ar[9PSo)kzI_*1NUMn^zx-A5.aipLrt_)(hKΎE_kr00Ljv}&cx =$nw}` 8Aur`uCma*@hO_\UuTSBl |7(qZٙ^ՒS> ptlL8 z0)4xumͳϖAJ~1;cwE#Fy#% A ?a^%!MF1rQ\rp%lYo3V%*< r|79&_8cS;,q~܌LFg K5=̒82R`@Y~1 0cAf. DQhֹ̿$YSVjZA5τ5->}u:jJ\k;LOOy՗񘓺`):pz)ҷ~:8$!@PuZn~eMm♋EFZLErkӾ7Ґb+(#NR;{*ܱ)Ym+tRP,.FFp,'asً Vnat3ҕ t0[a۪JWe%k/ OȂ5_H|m=/~{E!u,!&pn=񰫽~2M˅̋XLZIPq%FfhslaѧWfX4 6`'MNעwxF S9vB_Aϝ&@A7뜅Ձz̘b(_C.rs@d5YQ mi`G{ 5n"IV+pO;o5i;nVr _r\"O܆ \2k&ğ ̈́ڠV_T/kD&_مfn]#bU&J*SK;Ʀ8jmj^'Jt;rY@%*A6&: &}M*!4A'TQuqpB|vH+#o}XL;&NKݮ3Y(>W/VWZpxk%㲢֐S3LbQܴ!2`#)a6~hDHRvanTx*y;plqZ^W[ܥEx17"CY锾_[qgZFI=ol!s|oņp6S2[-)b`_%Ūi%C sܩ;j~jgwg|mo(j2sFsǿ{m|~坈w3>p"(BȉRtWۑ9>M Tul|~([a#꾅 FHY%JR+E'G=@37L܁~\k<t R bfb265lK1Np"Q%}aL*ߪ_#`3 WgseT@2IH\6C.L+/=3{DJ}6djڒv/µcbxY3]ɡ$ԋԯݑf2K:z*HjaY&nzjRj^(JC'X?* ;:3Q+WF?DbIj`im ?7&==5=*ԛ*+H=\e&ńa1z9|eQ"U<5Ke6X,5C fYd#/.;/7!2s#;z\ѸK$Z/%z+yRs*,)e gK etY~`*A!b~6E|X[S|ft@pH NNԳ"mhq27~zm]4 zcIH N/V*qJ xA粹S*=GiF1:81N`NPB:Ev[r!@O]BgOKީW̘?H"e?JH,vЁbi0c<ڭ L,[u,JZS yV)2nR_ÿczk/gxȿõi$:o#ik$߲x3 묑;t\:RtS<,E[/6EEJokKC=oE#IrIT 9_ hJ9#hgB=4< B iG8Ƥ$^,7 j:JΦH|9q%i ] uzk|7hSr%^,蠓=>P?e}|WYHJg-+ ١QJBq%{]. eˋOl*,Lvɨ+&;tK̩PUF[q?YP\DdF.ʪ\TR?jy|]Vx{5mtLgu԰Ё>Whr2&Ә 7uD?A3!Ś1M[o@իV]uMٲg^X-g$a-?V\.7+H9r/ bkYZՃcMxH }eY^PP1r_ 4Ꙛ<89Sλk ;8(Bk&.rP]n$P,p_.čx$:r`W_0ۗ.m&=]`+UGځPnW tmP I8 {u$ʣWg $dCF.=I»ӕՊ؋X{b xz7 |z="7a?zI>_rL(6Io|$ b\`}XH}p]Eţ;^J؀uC%lիi՛Q>ךw}DWTK+mDF/gy{7 u X*J~xG=mEp`wl3c`\%R6qY(cŦnRF,$9î*p l>9,c6 u)^P? 6^:5!U W7]ur4Jv[2K=,0gi)eL $ypS9 ^G{%Ϙ@knD^zh4rYL:!3"w:Qql `@A[Te(crV9U+ 2ZtNWӭ {L*9Y NʒxaՇ)&&0Ċt=w [23~@ru^b$[$Z]bXg. ikNt]|(tuxjf02\}#F6yo̳Z&g+u_B2P8G7%`#䶙IB< /]#&k*Ovf*&0<8 ˖Q j+<+XJ7:|cQ= ٺ(&p؜ % Gsd& &I7 ;qh&P)'8;S K,L9F>첍,D-NGXG@>P<|qm1kT( ~)rry“&Y7ߑհ&IHeM]"j^*]4A̵_qӇ b6y_W=1.q[$cSn#M;&u." ;Xmoj&r6Tqk[.9-Wgda^3`JycbSdLAĪavvA)oܫGKZkѮJ S°8* @4*FMF ]UqXe!K刖H4}a0iצE.(mF)M]^: >`79JU;7٨a$ʯ'꼞h=jvŶM 6oP1",!0I+y-VU[25 J|ጁo){KZf,*<+D0>,KϷ-`i 9ݲ_PDoH<:CL?R1'SVH=XG? 9!n5P:}/Ezkv _4|l9-¶Bd&XNpО.5#dywH}?1ߤC#mQ򴂽l$vNFm-N׹G1d'(IYܛD)T*lII3cte~AAWmќNaLCcA:qDI"ooK)x#xr%I1vV̢뉑~aA&Nn*QMCw"k0öq4Y vE?w,}3BQוB9S&vjm+`Dw2rcT   KB^u Z (Ht)*:^" v6*砑lO qdAܯ@^ڣ$f.V+oA{~&!SC6j#W48kr"L$)XiF [^]}M{"ฤ>i1(^Hkl-t{.9Əq9f^}[WΑyD8ӴUϿmS q}>HU 4y>& (/hz2zuWzD'? pľk,`: < I/lзRgBՌNx'].N#aPW99S 6_k'y-řa%E><Қh!u ay_R*H)ޕZ0zAPZ^ƭ(HFUHzne .FPF>V -[(kI!Jb5?Rj9*LZc!0KÝ$C,$te,ٝ j!HnZkmg,GQ5}n`5Ւ] ^DGѫUo*ԇ#3 18w!N=X[$ӭuB?Yhjv+*Qͱ^jHdK^ ;s[.[/`uquF0zx?ngFhIL$\i?%IvOT=危ZHh߯=SZņ .W%q*o>5^@ D24_)'Ύ0mT|;OiOeSKOD-jxNGN{t#'4NCqh3j-A:WC׉JRTRS)ۭWb] AǻZ:Ɲq\ jgisJ7^Oq_>&WLH?k¤"ZjB`mS;t{D"VGH{4T`㜌sjw@4 MNFvVtTQ 3ӚU3sȡ |:׏p8AA "s(5>RH7n!Y\i.QznGRs{k`*L›/E ϬUzR(l2{u~vDk &]!WCz]-_G`CWy675 t(8]u+1Դ}>qaBžPz_V󩋚?(cʕmti]r8|*ha(FG6 E{곰4}-t]5Ug};~'K` 1H'#s3ЫSaoiь B@u5Pf.rH:,W|&ν7QXR@%*ppJ`ʼn{SQ3[S8kBasi*Y TaJˌ|;Liim.ȭCd{ÈD.ǿwNT}P&Kg#[< |@؏ a=[bHifzFk]*dlo6^d'IJهb7zVc@0CZ@HRB>: P ja+ OWičN{l[H';wBDP>TQKk}7TkCr憃| ~HM)mԦ۲,O莤,5|HW{)7_}^[۹N޾Ɲ4^E{BL/Nkgm7WC G !x5eY8W1kG!ī1whk!;(})T+VhvY,dzKکx"18(pZuvȀi&]Ҵt m+1U&=No [䴜W(XX;ߦ4 MȭA汮-d@,wMƟ)JGqg X,$H2R]LP5mU&kz̼b5^9K2yRN&z+7IS09%V$dqƣ/nl^cNWD69gGW|Fd×^D~?X`\A 0#G׍ZrMp:Db98h=C;0u# !)mP.1.jUAal m4ZN :y=W5Χ>wBl2aA8"hcY\PY\4l^lKL1RϏT̠r4pKPU&Cq+ ʼnbKCEذH͘c}˓{Dx:'IOb[ɢBŖL/Vjflp^Z#(؊. BHiuȧu<ͻQHJdYk43dr95YhbؗtA_H/_L[fv#`_<$MEÛu.r›hW-&O%G1u̧͕=r֋AlȸJ# M5+@mp68jw2ֻ$B]2IYУ2 h-/زfK<{ǿݴ Ɉ@8aQUg]xzfIa]uFM !x7Aɏ_ߢjeqI3|?@YUG UY%ڴ"p+ygE@VI/hq ~QCaFKW<.)m!:){I$M@[a7>)"_gԋ@rvh\Ò?R'K,Lv .hX-@aQqh] q@?g~L |aZkO$Ksl{x5BU@l-*8#_S J/zs! ?;lrk7j'IE *wIk!)?&t䚙[K]//+6jնsdzY~.̆5Ck~D^NmIզtaST(Kr葩sg3"t;'cQ+7XݢyDT~TifC 1[K4a3؀#)K2n]Ň:l#z/$6B(fO8Y-qu+}Z_`p;R/uրo{DB9TC۹Zп 2JY6$\>K[דy $*yC}2찐C-8 T($憭ٔt'@6=vfJ W&bAM`'Vg&E@!X}irK '->58!BK -0aK]gYuQ<n" !z!PNΖmv|EkLzA8wU!0{w{e*ʙWQ,Ex);a=Z\\~[ uދ\m4x1v3$bT8xtej o"cG]ܒJg yPM*ǶȄt 4uFF4 RTڻ ^}f9 RHbm r@) #b髃p҇> [Qͼa%sk3ʇʌc[2~҂zV[B :xv1[7R=ct)cY ' i d!b^]W[˾=*i#2"^nN3ƔkKYoxUBa\)S[F=:J{hd>^۝N?ݵ;| S K4RA.| s=z|׺c2bͪ/]µ55ta(2fxKSœpѐJҥ2Xg, ͭT;j79苢c[TY(f(dHĔ CG ,wnֳB OQ1|oNWԛOu).3Fѭx! Dž#@}7ZpP Qh;]hLFdJ ^i&7aw-sdCIKƋ=Iss{ 9O34GkI%Hs`}¾M̩"^,t'o7?&aW[e?مb uV*)r0K^mܞ?>ͷoacKe)Bqn~bI?鰘čEr/(%H2}Ҽ+q2|Td#`^Խizd,KC -ru^J= +wKp$@Wd$F,nYLa'Okp@Hyneo2z#{ML@ rY7^G7q׆ʺkmeY^VM B5~u)ᛶ'c7F\y5tlrƊͅݢ,*;^57Yy}1حuUF ;7؍FD\&W(K~a M|39M g͌e蔕& {rHL 2zvƪrpVKzy7C eFsWn%6F~hB3zgS% _* c~%l SLu q 3j\ZFOe>~Ua, {>pv;ANԞ5@<.. ԎT#T; || 9,>N ml(;Tc1:Qle+p=WEPm'e*dpX.:Mj*%xæ1S͠(A:=H&_ N1l?DH A%0RjfOu'ۗv[ܞ 8,.ciI`Ǽ^e-;r1k|yt*Ux_ڏU5S,яz]G4Vg#vus_IsmnAr! g_?jS?1rΦJ#B@zhA[#5.*)i_8txV"شhQS?m`~5kZfCQ^mcrAx%|)<;[, y($ß$`O;Sqsg97`޵AF|2OWL9m\Z36`YkmRV^G9w@PXIhLH}QC__s-XܢZ ũ 668kfo5+sߔIڬ (w8 o8|^_Q3qa{yQz@)b ]D⟕jBk㞷u- |fuD|I@Җ`E0hwv1Ɵy34ר! hU/w:~ܙh3sAsh,U9vJě&$*(m3SJm8!}x>8#(ʸF*)Hg纐ӿCE=2'yMq# JXr+! SN!Jڛޛ(d|b#^Fp<c piKlJ򡧩z>˲0_EiJT scܒ>7'ARI +\Yؙ5ͩt[; Ffyn =ކwuJcA%p0]B^Ò 8t% QO^nCĬxBR©TtE8S$Xc\בK2GT99zZ޴RUgTw,UКuI{߈M7w%WAGjf|O!|z}# 6tȶ^4Tz;sBteAK7͘s`3!qI`vE+ BwF" Ms|R~=/O\'WGfM;fYE]BHcގV(Quȩ `"_jrh_B |DtĖ=$'je1gobӃ$`bCkOpy, A0YLhpE{nD̓A;D> ƭsQAoQn?mvTMWOL6/ f?FdGdI@xTcqK,$֊=c {\CjOCIOpw Lשϥ?ar/6]_܎(\,4u qI&i=`ngs_}-m@ك$8Fԣ9a;Ti|o@=y,|+7TTww0[GU؎;d5G%2-LdbwR΁LPK'Aӕvn>:޼~|G˲+ڗq-ߎ<8< AD nE`̫s`YhT]dz|R8[jXE6>~[zB 6+hs˩Ǵ ;O+,0 lLtBsXMS޲#%Ű:jd-"2)ii3즜HucN19A^[ކ-Yej{d!њ4Ip dJډD?Ee/BRVܡf^z:@ȌsUjZy V̠Rk%2u1zOj5>ѱj fT^١k!i& ȋq95HYŻE^SY(Qmܶ2LR}9p>?FTc-#icg*fR%ğqf .69o|s6LZDC|6w+Q=EQÊ?#׾~nt)uW yU>CYbĐ l0ȇX+DI#;?-Q\#hܿ ׻В;WhrƼC[ٷ[.p\\\d/BNi Tncc]LXW0O]>$hDMf+NoS5 U+8#U;.̴84))HN0Êi3WIO{Buśǖ3lHte̎Qj&x^ӗ3v;0QX "׎G1!+ai;1ɊVz"R*cia@ZRz|C{ш/+oqyt'x'wd6`-^:OowUK˓kq3@7Q;a$> rHzd^Ba+\^aPh;|4pe/g c1fnE-"e%z#ٝXE} *[-Qq}(! &nRyUB{{L.0#W>My}ll)Gϛ%Z#]ma,.}0Vx;n없8Fkf*|oOr"&^zvm {-<UšGjZ܎V! ~ruݼEV,v{:s2qW-O7f_h"=D Odh }E:767!߭ A):21Xw_+Il8U]xw0ՖQ\"DZ&~|sܿ`OkGח' ^`˶:US+k2 y!lzcGy!Y' 󊢛J?4}SN4][&jL}fȭչ;1S:ج^bͳ"P ⧫JqzN RShJRs +rQSL=?aS^hkck1?s(Et_u*¿Ǝ.T0A=g|SbFsEE ̾Q~65Xux \1g#lE'hNq I 4pN10m\,Q# # $<_F]*V0o-]<6>K%xC+LTzvw,]A;կS r3ExI"w@.Pi( tGIQGQ|6=M⇅=,jSml)4<ڑ M$Zy9%NTwZF0)kh)ݜҶS$HHR$"!<.Ʌ <=NW\󯯣t8YOR%=z&x߷A1<LaT^z>ƋU$KſtC(.p-"h:O'[ [{Ra~$x2+Zw6bĥJvo}lĹ̦JG9&XgyZĉwŰz#]gU[l856#<25[e/ 3%%|j9n-c6e-YQqzm]T%d@Q_cG"bE.iH msX5c*eq";l|%m`]-ikW;W  : 8$5 Mup:)2o4:#MDn[` $Io|*IXQ0V)؝W|)Zą`)o|) ^ރh%\pRV dd5Sߤai(m)f .x[B)')]mF:B a'eؚ\}MO4$AlH9AKL rKJ-3?LykX*eZE~QS⍴6.#|.7f;XXG%x5xmc +) uXɗU亁Pkf7e]Hḟf!X*M5^R:8%-/2KDs 3[߳$ rpLls]0ICLsXER?Lz,%wIG9MP 9(fo'p铝F+ߍM)>y~W Pqgbe|C҈&ZFg34 +H<%s}ᡆn|"YHMAkDVl{·;sGdgV0,Td* n˕z?ط]6c.Vz6`(54^Qv*Eu|xxPgqg-&zoݥ ,jЌfbj!^ "^ykFBOw8 1b18Fn]Vfo&={ɝXT!44fwY8LZ _7LՄ2ciIRZed х5iҲm^dlSh<>GQ9?DR#Bdp y  cw&MemGS{ܭ#Ud+k\+/D[@;Yp(+`X&JW͏| цǺ;wT:VTk~b%߲'YF,=\j⣦睽e-^qE?Vweh%]Yl)7ܲeXJS8+z}z"\ flSJv2 -251Z˷6Ժ #75%]34ەC5hgJS?[jt÷ ۛG %LDQ! yq^jWI*o篏x4DzЙoP&qAΔsK6*Th_x[W*]-?B mMxv^7XRgGKaFfYǘ PP}*=P.k8Z\iB}B*ǵBMؑ(ȧ׀`?딯X314jp[i`͋XԊҚgCz8y|̻(1%NJ^`"<ퟜD[®:lB6vR4$ Oj8 4(?݇#E`l)Ie[1j=P )vrbb,Y|V0 .[TWxV`U3Z8%z.RAu(>Q1 В!>?j+VJhہID7DQhQJ\50tji+#AK^T}-.Anh歩gElb ALph鈟O GŸ!Q D6زQ@i_ Jz*J2!p3)gV rV36q*l?<#T8[5tOY8U".7V0Aj>[R0L[쒔 ~sc)rhߝ;I:Ln4嵿ԺJ GfL +D4O[@\XFB(Q_z! H$3H3*ϳhiob?NRlV +;`8{CfpZ056"WSB/(k$E,T2(f8$C~ZFf wT<9}>eAд"˕w7(Qہ^w25!') {c.PΎv|D0t"/U ]4V btnr_5:IRƪ\p zl_ 5mj m #&/{ @o)nIA U36cydD% LWE}5754 μ`- #w`Xu/ʷMa%O%0c~Ȁ?PQ"?bSfHnV#v?A_&}Ig|( jt7%+(pędM z,=d7=)UO8V"0pk<_n*nC+ Zx<ٗbSi89{'š.7]Dm68xޜXAZ--hq|49GA<5f"ӭl2G+1vߧHv3 ՋP ߸,c0-F"cNj($@E,X\oF)4kx$P橘 {E [jG̽v0vsnS'HfOnlT7zEd: aZpo@F׉2liɇ^UPw36v^bCbr\# VRy7FhcU"c;@䋽 ;e]|/;ti_ {1Є؃V; Hzu\"&ٔ-W7$HH'ҼA\Ǯ/e@GdmAE̹2yl /B@w>H$ϋXm@(e+9Zpu,kMq@ ">ōW]4}sHծ_ '~G8.03M&kS2 ˚, ("4ǁOߙ zzRB NnԔ-WBfU %OrҌgŃ^mXԡS^H?0]G:~n*~+6I_Q*,1xW[e- hOJGHUa s3v:qfe@ި?b;VҰ[=d,twdn%,d@]ienl$U AjK>sO9q\tԌ[#VxB_ /8{g4ߨo.+dCvQv]eӆLTz1w50 GC.`>Z^(Y-|IqWfzY7hlZPkNƞ78Ψc|'<mL ^ D΀k%VޛC# MJc3{Tc sy"Bߣn /Cr^084#ܤHHK0S8=D=ݲo&Kh w,$90;ۚ)y0A -V9'?@}t|M^@VZwp,!Ã?K=Jb2.g^ZァCKO(6Iݴo敃ZL܇G٘#bW{J&rK=ݸu[e#8u__ItҊ݌B_-@A6ī ]6H vSv7P_x&  'lx8֟S0^`:=t@9y!lOOCPO9J>Z$ګv,He2bfl_+7>6&.G2VQ;NRΐc qp_j 0!@u:ȐcoUr( $R +HډD<oq@j? Oh[ D"MAlMФ ^_-1ϟ+ t2N!@x^6. / DMa?J;&"W%O@-o0>'X6[/Ah-Av.ٯasx2_XR ڤױlSWӊf=VԆ5T2M7PK=tTd'aIaG:*n̦7W'm翳.l /䥆`.|) g2Ma2 z#ƿѭƄ>c mwqu6k2ݔڐCz,:p{$e5 YdԮ8V1<0Uob֠~Z렜AqyH6RRQ}Dd*ڈpXi9r.hȼ\r5Uh׿`OK b_G= 9gںP2g6t x $ 5]Z_&<| 4Cإ*뷎mGaA=r lCC%ri${QLt=v5iᠠV OvViy>G _/M3e>ʆYl=]wpc2Q.&D1H^ߘEk 7J+6z_}5=p(.*.)ճaWSenat;PBA.3)vnff$4a1{:RU!cΝN^\>p)=`c3)a$dAݞ;WW-rcɦcDf@]LgU;B ;tbl@j6s?% #]ΰ8.',##Q5w"FpxTuaT-2ܚ}P{{’%LB_1N1}?Y HN q"wVI,E`se# .Om˹^H8;QPxlL4jP9aV!wcB `Q4օEqy@lhKq4s^pv ,O7<DH7ñ&ԇ-@K:E1\ў_Pj*PnԶ_idMowݍ><- cm@ؾab_=CS{‚և*ÖdfR w1%S/f4,{`GJO钯\g)^T$#ɑm@R #)ᚨ8֤VDdεqM*)nŇǾ©hؗQmBNUEw@zHЕryrëߢ"'E+ٙj00jsGV% rt~/Frkg4WzUYWP̽ᕉ,,G-nAF`(zm: |9ۓn E| FWϩ8sh!lPO9:ؑ u#NX'c; %%5yV=Ϧ/5N&+1<__/t )QAɮD4kX'IT `L}S7qX!wB,Bژt{B`kO!^¯^|w6^w"/Bwl:9qS60 u&8bJ1=URt\ؔӹ A`Q)5:3}*7Tə.]ZCv>Y\߇K/, ?n~mnQbΌ+@ڨ=:RS*ql?S]MJr'BiVS̨Np\i"_6`{Ēw9Tc$Z2StcJ'ӲJB~҅Ҁq%vsLOn27W-S:ǻ(ۊIbkH)Tvt3`Ļ_WO\RKurrǾ  %> UvR,(fa|RO?)NkCjW-\Z:p㊤"Ƹf+{F9Yq}}ToΤru7 Efa(>̲R|~7M`(78tsКEis%0Mz>oRoli<-6r?e(| 3eL;yY̪Z OϢxFVr ][.q[Z=~Ry<Ǟ# Uwq~nMރ |#բU3z.4d6j/,F1@/.OXݥϠ}I [x`|췻7VseB?#܆d"N^ڏ95='Rb܁sC竔;b? vX!xG]RD%ܹo 9\I!b1 kiG0b 0!)U z@xiytJnNבoY4<¹2%PFh>~W!0zVMQL?fuq>uւ0>s[d;U}ў+' N`!}Ϗc&=(G|&#%DbcP5&ǭlr)V}T8*x.`ILG1ߕk&0U Mr0 HN{; @8~v%W-g[a&vX{%I (M.UNбWኈc}aX#/WV&kU9V2K8Ђ4v)]gw"<-FYTPŽ{˸v 97 ~WaRv<rҠ9Da `jSE_;m9~q/K,qc~uN|C6Z9};il98y%!X2'hÎaNK{vP{ ך c|B\Rb[CA<2/,զTǥ\,S|:B kG%8caN{\ޅEZqdAM@- <#b s懊hZMf0XS))1/-LD¾(mzHw:u|[l${% 9 Eك x/ v^*rJ['mل{T 3mŸUr!y@COG auDZèNTLz.)cC!g+ <}@5߻f@ 쬠VZH 4X ~idl] b% `3cA8h !c͡j\L @6b:ڬjߝ#TϵjgГVHeRnT@㞂8bHo3kis1 s4ԁA0m*ɕPRԌw&b/J>ļq^b}\i5>@&M=\%d]Vk J|'́jU{p$jMEbD^K<߃=;JdL'y"iCo`=;b`XI%56+cd0T{I6a=LJx˞'El\%@pF:X!s, 7N:e0M^St#F6"f&yv\LټBќ$'u9w79Y_O48+ L-e.qă%.p+ؠX/PЖ\!׷HAEh)~~GGI&)ʮb ֘:6q`0⏭?qH!Z,.|&աEavX_i%ThH4k1yk&>k}%cFdLչg'>WCԩB5 Hv?eᕥ|;T)3'rSo9MjUrH F;Pf Uh(%;ѦCzLP1z;5ĩWT8vrSm({D>jˎriU/zz3+Xhʵց6+ n#AqdmxpUQsYj< q4o2*K4>+|@] Eh,,_zäxGv|Vd$H[]O )$9euih_^"1μj .:+Q1#8 {H @k]!к5˶ R͚f&ӽ0wXwS!L\KѼW`G)EdTd[XGRH(i90/j7u! N Gɥ܉^J|+ui<-(vs:Wgw4˲K9Y.,M',M\ke詽$f߭|] `R=JƠ1ù}~}tb6xd}BD%dy$7DW()"ɇySpm_,_ @JyNLܴ'4N>o9} vsζJNPzv/`1|ԿTQjDrcH7:8 sVe WCgzж6¦s蛣z>GGleQrMgglY2rDЂ.4]ZK.-S `Q[S|+AH)٘fMMn L)2M;vOez1|7o}:]BXqտՙJBm ?rFp84nint(zG/FY&謢#KcM'oU\.~lkvƗ~<ׂQ=TWM}d oJ[UY SV!6"Qӆˤb5l蹋8חqEfDG)Grq^Y~/iSb ѡ W YifT3삪^&D$@ߐD(]-9 ΫתYsoMrGsQ*>w5l-8,8WQs,. ]QtFZ e7/.)h gXt>+U<"vmKf-aITP9ŅĂ Zˉh}XxA؇ɟcOI(x50TUCYߑ1#+[s柫.)P!،㙦wVJĭ1,-K /7ʚ]S-Z>Ƈ .jg3hӖK "%7xw]79>nr\aEgӢUw L^ZЈsO; ycgi,'##OQB )\˚[Rsy k%yݜUP8c)yaXܭRMOTUѩ:s/)Ƅf [q @^­n~N-o9WN؋IT7ol*+iv:DAݖ+li1^ 3A $-<V)ǃa$9.D! pۂƉTQ*tu`zYu.u~n4n=M6kCZ:K޲~֔!Z(?BatE~Q/󳲭|F}x=b>̀`9"d*) fz`<ǎ,#>%r217p3Ϊ+ow/^UV 6l<6 UGW /a&^D}@ک:Qw=X32\ROA)Wz`eft3M͟ʸ+ \Mz MfN-yA@!NjEW DjeU 蟎b.F#RjYFmw-w/qWJea ᪢% -&!τz 8IJSH)cBy`sFi tQUM6ߗb3cg FcU1L^ 4=o'Y؄!J_o cb= m/>@ُ9{-r|.BݿRi05RXc/~I"ooɤ6s95ϼ|Ls_1{Жކ٭N+eWP.'Г=Q@nYzR&Dsp- E^]83g pd·~D$ Ж&ƋɤE͕{S޵Yn1l>SY4r_4ar e RyjV%llItBnr'ʞ׹OF[4=b*6;0jH}7tlsЕSP{(:U/TO_ӣ0Eݻأm"v9&K׉)H[~j`́@fɔ]Qi߲佑SFJR; VjNѝ[)'bYd%zdٍ% ͭE);iM|jOɍZ$6.Blmt41}#Vi̅T3xT_`Q-⸣LL /5(Z4_fy."#K BU+&la@cU^õXߌ@y Z3Mv(9y!ɈH䈠4J#u$|CN:.@ʚ/F6F]zgQ0ލ;cNvC#dEM6QFASm|cfCN%& ,fHcf_9wOW2Ś"u5ecݶ&S)BU3{G*X~*?_)fw5hʹleB\W: "s_,kh\*x,=.bmU5g f6#O%w7x?1hQuF/ "F.p=+bdmKclόhz@:ٞ5):ɃK;ޕxLv{g* %8œcBp,481Z|CO=Fc*ˊ24D#nY߀rj/#h\ qF9BVJ5ǟ4 %XдJh\V1UxQ8xw ?u9ƥzLj4Tu˝N䨻gc0E@Bg08 6"j.6aM̡ ꊌT GeAMdŕ':ɂ\vv͌w5v4`Qr9;#Nw-3⦖MMa'~*!kCf\H͏al[sEbG{K)(Vx /1K]۩U3U,ZU<"s[NP,)BvÄ\Xd[yƺ0_szpJs`p uпz: Df~}I\+;Vm0  `iU֠>)~mhE1gbץ#Ry vA9O<[4x 1sFI/\,驄/|@>Oء!ũ_[w.&:_i!֋Lz/"2 .:DȂ>&|*`isCujfƋo~ =JK5zB`qܺenq?jwSu(Q* h~.kh|>4x&\DlP jk,{"ۄqw$r@Ù@ RI=;yV4`EQ;۹FcnٍD'ѣ:WqB9:V!Pqs<>1<־4֨+eءP8y;:Nci(k  l_a97jl & o_3XBqܕs5;CKT(ȯ9/w4{S q$2Z${`]xCM&a|vblAb! s0}g\ffW-Q[4JxpZGqr@L8d lk1-WLJWMB:UB6S)]4 C Ms@Ԯ2:W91)(bD6 Pـm_"Cg AAl;6ɟ,Cˉ{Ya0]ݓuX_teI 1\Ÿ -b*AW8JֳwfcoK k? Gw)xt(/1RjtELj%.B\Іj$}4uP d_Mfn)GƑ)<ː}dۗv!֯=aq IT1iM4Cat"w!(%>$D((Ae|NsJ$'ᨶ$϶}A}Oq b=в>-}EP\HN 5kr!d-~ͫ.G_ 2ґԼ+\Z~=n=pT :ǡax hTU¯h;`+| L9_Ϛvg{ü4g>dUݕ Ӥ"& 'v3āZ`3&JƁ2=ڰ s)`)'S~H\k~ŠV@ 2$qOaP˗¦MTXIPsY02gM2ڦ L}a>V&klTW6A_쿚M²#|_NaT# ?x`5BINw!~xh--}hh0CA.0OG |M9o~ xwT;B= ~K94Eڋtx7Z@0$;V9Ҭ5\!38јW[|L{N+gL>kqj쯚L?9o|NyϦA ~x^߀GŽe(R<-mZMU>lyDI]Ba"o rckY<6$o` ̽D קQgh*x#whǵ<ȗ5TZ+%8'vgpP B[g wRxS"*-o\!S*vuH࿠1@aRq0X-$F35 w xb?0| ==Z2vGބv#1K[mbqp>+]% ^qButm_!ᢟrdw-hFfJ !e%v ( UmBQVݹb*>kI<`d2gXB!pp}yF vp]g\Di%}(.T\!׿ʆƅ@s %LPH6Lykd/;N̕5.iWraTB݌yNRwZ{t8]jWlb}3EyyvO"(ə)ձQ-?c3ԮIta,M )/Ar0*"~,@t)?ƞbJ-,ѡ)03:m`-:~ ㊻F FE*{K{m?#%7L o&8Sma?d*G"0>ۙO:]=vl"99>}S=> à nDL*xgc}AFw؄&-2;xاʥJTNi`โ.bѺ*)L 2 {f_c~nR[D كǞ=IEq~XXcf&u{>eHFU/: UI (0+K65ӎi|LQ~}W^0qW/5b1uֽ4wЛ1_,IqRj܋C:#C񰵘J=+_|Zb],'ϱP,xxdcs#ͤbJ|6 PuW ykl@&&-Co֠(՞|HЧv0ꪩ$/86ui$E*$vC!J:Jp-M/Y@\'z܌l-,O`ӣFabx8e$sGW!3FG2ЛI}Ee ;Huul;zG+c+7%Dq7pMn;:x5jh~L V y^2OFI %1I:bL}"pç46d?w}1̵`VLhݖ rn0+hA>^,_Gîj?[2DB[ܑUAUy٢iF_.k?úM-TߒZx='Dv| frj`ٜ CP5?cOsV>_7AO0gZ?CpfH6[c𓹘cء|w\s\Wiȗ"1\18Usr},Dj Sΰ7# ݎ o4 ɶn&f>w"8$KAa/:ɨ˰m+&5oEiCsk= :Z l{uR ƃeܐNT^: VTGR*za˻a]pS"el;nG7*JS=[{i0AG8,!Y!3%ۢ7'9ȫE&ۑe/(?-/9ɤл~U~ rPק\R Dۨ-L^Q)݃H0|gr{z>X`ycp 7N05Ew_ċr 2k[463jUĵuU*SZhb/>N;*X}kzcy'WcT04[%Bf9?Fh0 Q"X>( ŗ3_ :DJ0$ XIYr{9$x;5:; QA&\iUGZĚOR8sI(0fٟ|öd%MY{\Iu4#;ȧ*9& naSA-QE 㺺?U<!|I#/>PHrS :\}eoK:Pct秸bErJ[<t\sðEXn{t J52^G5,[f;XKl|pXS]Ry`W7e C j{8MWNKO#4)g2eF/rH%V ؘ73LH!{E.)/T³6b5N6':gP40X )`ѩcWPѐ"!ҕl4 tT9Zn=RP*>B۬_.,)M hu,u{Jd5>cμ͸# BO.,0w@rC,Ů }h;u| )${n&u %H t__h: 7g5B#8 f^ƬWw;_tm>%ù1vtj  / /j Sa;) |Ysq`(Pbxs!7pΛLa0հNleNCxagjh,kK>j4G%]ښڞ6i8'simȾs0-SeRZDdՋV9d hJ[ُp<++7 vu筌o99Z-݉'ˤ=TQȝmd6oLs~A'v3?Dށ_MTz0~gXЌ&pw0[X4D.Ȅ^U~KP[120'C.$wLk_κxK!bydi*]V V=^Br-f.$v\I4Ŵ%t3?o(Wa;N.}6?#r4 p-rTQǎ!Xİ![ZJy9t6&6[ (Ro\>侚GWuNW- M-8[ QHey(y̧§&ŘP{TcS"2no{l Ó<:s{ag:*IP.Ka[]U=s! 8[e X=~f4"/q&rè'm5.` zXagDݝD?r+Uڥ$ђ#*u+{CRb;u!b:t^2m@9sLͼs#z/y(Zԍs&w } 1E5skJAt* ȕ&)HxfEA{DH۫e]"&R76_(se XΏqcHGob{GQrISFek#tTha+jO){Դ SZ)Իu^ʤe*05H9ClN[PڄAIPoNuoE(;yos9ti/x & =Ciqj7?%7=p܊)xsP U4a(59j> k4u[6E%C=K֗+֏-_yջ"lѴ$L Aknv30|[L| |]v?-̑1}ca0j#!Ư{EE|NjRO7pN >#ـܬr9-6_+íNG5`ɅwZz"U>䈰S2 /9fAPi$ y:pO!Qjux ~P7q} x+G ~y>|G0k=N<ȓL!J|ˀ>^ ^}@F81VZ u1YemoĤC$G;H% 1f\k'J6au^/^5vQ&x|i$ZR|RzqlcXvWTߍL4Ri IPNQz<>tR 3aWՂN0v}SrAYY9(g#fcA:s ,Tz]& 4h5ﻇs5IAH2.DOvxt.aPĜŌd?@g|*at2`Q`?_5)gV-'K Skc`k_v!ro}WjL_I0Ƚøh=FT'rѫN,f\)aA6(WJk@(GUe"MT2T\0u3otp*B7Ub#ChĽx鹆Hs6s$`+Afǥ i(>ѿ}Y# ْr^ \:j.9{} B },_FyM!Hó%oo ({Bz!OJ(,(64F@^:OFN= 'jHMSXڅ]WFמ {4V%X7U0i`B ~7mksvNܞFkg'tgΜ(׌ڟwʏfFJ$Ş&t/ _ 5RH y ," cX 5ɪ7yh?; wQE+w"{_\^P?K yqGMv1p"uiGTkP'#6XUaRGJYH6k=וa4Ar`GvMrLmAF}W+sU@Ss]i?z)qcWimNrw0sYDP%^y̟D.Q 9pa COL$PNPS@M-'efrlGW%buGfR 9tqN˸~TxZ;+ݛ{+Ws9iI/j:O]}ۃ ׁ;w dwpw%@aq5ֲ߳yK,VELZsjʹC R.m Ӑ"N  b,No/ ~uKSē n}m+jj=!SluqX2ZX+~VH =gOq1Lfm @ W.$6Ѹr$p~_QQIcϽ7R~}ND|nJ];%ɖF/Hnj3oE˺=W T(DfC:zo$ (ZXX5qbja/\#=Ө1*#9ӗ=JIqҺrwg^2j$-=W%4{&3k$?x̀yRpvEJwlt&Գ{xE+ [\P\nEWFȖMq>{ LUN=9k k#\iUXdČG( Z]wt0֯mnv/p9>IGvnU)_=vPG᫲rS䖥upVp "