go1.19-openssl-doc-1.19.10.1-150000.1.5.1 >  A d@p9|\]} ЦkOcqW~ӜjroTCDp^ʧ\N`rbd># ߸&|.8Q."w ߏ&:Q}47\. x"\CVϛv@;&YsjA3F|_j"z1fŀh X4?9ȺkBVۭIaj98540b992834dc1c1dac27847eaf9437f6f17ecf8b8e176a6d7d78a69e387b2ba17bd91e930538b240f957374b4e198b5ce4bab5̜d@p9|d Rc̅> `kUJǀO>SYz z&{x?D Sd(ܚ76~Y%[C E$ 5QLНayq<҇lyt|Ғp$pdq嫅?je:$]l&alsvw"lhBc tiĀ`},[a4{1Fϊjk L+3,L^p;?d , =\`lp     0 4 8H\p[(w89:aFG,H<ILXPY\\]^bcd*e/f2l4uHvXzzCgo1.19-openssl-doc1.19.10.1150000.1.5.1Go documentationGo examples and documentation.ds390zp34ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxs390xMhi+qddddd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-openssl-1.19.10.1-150000.1.5.1.src.rpmgo-docgo1.19-openssl-docgo1.19-openssl-doc(s390-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1dq@ddldcp@dRLdP@dP@dK@d9@@d9@@d9@@d7d-bd,@d'@ccwcS@cc.ca @c< @c6@cob{@bL@bbb@by@bx@b2@jkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.comjkowalczyk@suse.commliska@suse.czjkowalczyk@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.comjkowalczyk@suse.com- Update to version 1.19.10.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.10-1-openssl-fips. * Update to Go 1.19.10- go1.19.10 (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, and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60515 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60517 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60511 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60513 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#59974 cmd/compile: multiple memories live at block start * go#60000 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60457 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- Update to version 1.19.9.2 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.9-2-openssl-fips. * Fix TestEncryptOAEP and TLS failures in FIPS mode- Update to version 1.19.9.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.9-1-openssl-fips. * Update to Go 1.19.9- Revert re-enable binary stripping and debuginfo boo#1210938. go1.19 and earlier store pre-compiled packages in $GOROOT/pkg as Go .a files which are not ar archives. These .a are incorrectly passed to strip by brp-15-strip-debug. strip incorrectly modifies Go .a files rendering them invalid. Some Go applications fail to build with "reference to nonexistent package" errors. Refs boo#1210938 boo#1211073 * go1.19 and earlier store pre-compiled packages for the standard library as .a files under pkg/GOARCH[_{dynlink,race}]. * Go emitted .a files are a Go specific format, not ar archives. * go1.10+ stores recently built packages in build cache GOCACHE. These are separate from the installed packages in $GOROOT/pkg. * Go build cache objects use a different file format than Go .a. * go1.20+ switches to the GOCACHE for both recently built packages and the installed packages in $GOROOT/pkg. * Current versions of readelf detect Go .a files correctly, e.g.: readelf -d /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a File: /usr/lib64/go/1.19/pkg/linux_amd64/bytes.a(__.PKGDEF ) readelf: Error: This is a GO binary file - try using 'go tool objdump' or 'go tool nm' * binutils strip as of 2.40 detects Go .a files correctly, but incorrectly modifies the .a files altering path resulting in "reference to nonexistent package" errors. * brp_check_suse/brp-15-strip-debug passes files to strip based primarily on the file extension including .a.- go1.19.9 (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/tls and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-29400 CVE-2023-24540 CVE-2023-24539 * go#59811 go#59720 boo#1211029 security: fix CVE-2023-24539 html/template: improper sanitization of CSS values * go#59813 go#59721 boo#1211030 security: fix CVE-2023-24540 html/template: improper handling of JavaScript whitespace * go#59815 go#59722 boo#1211031 security: fix CVE-2023-29400 html/template: improper handling of empty HTML attributes * go#59063 runtime: automatically bump RLIMIT_NOFILE on Unix * go#59158 cmd/compile: inlining function that references function literals generates bad code * go#59373 cmd/compile: encoding/binary.PutUint16 sometimes doesn't write * go#59539 crypto/tls: TLSv1.3 connection fails with invalid PSK binder * go#59579 cmd/compile: incorrect inline function variable- 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- Build subpackage go1.1x-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- 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- Use gcc13 compiler for Tumbleweed.- Update to version 1.19.8.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.8-1-openssl-fips. * Update to Go 1.19.8- go1.19.8 (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 linker, the runtime, and the time package. Refs boo#1200441 go1.19 release tracking CVE-2023-24534 CVE-2023-24536 CVE-2023-24537 CVE-2023-24538 * go#59267 go#58975 boo#1210127 security: fix CVE-2023-24534 net/http, net/textproto: denial of service from excessive memory allocation * go#59269 go#59153 boo#1210128 security: fix CVE-2023-24536 net/http, net/textproto, mime/multipart: denial of service from excessive resource consumption * go#59273 go#59180 boo#1210129 security: fix CVE-2023-24537 go/parser: infinite loop in parsing * go#59271 go#59234 boo#1210130 security: fix CVE-2023-24538 html/template: backticks not treated as string delimiters * go#58937 cmd/go: timeout on darwin-amd64-race builder * go#58939 runtime/pprof: TestLabelSystemstack due to sample with no location * go#58941 internal/testpty: fails on some Linux machines due to incorrect error handling * go#59050 cmd/link: linker fails on linux/amd64 when gcc's lto options are used * go#59058 cmd/link/internal/arm: off-by-one error in trampoline phase call reachability calculation * go#59074 time: time zone lookup using extend string makes wrong start time for non-DST zones * go#59219 runtime: crash on linux-ppc64le- go1.19.7 (released 2023-03-07) includes a security fix to the crypto/elliptic package, as well as bug fixes to the linker, the runtime, and the crypto/x509 and syscall packages. Refs boo#1200441 go1.19 release tracking CVE-2023-24532 * go#58719 go#58647 boo#1209030 security: fix CVE-2023-24532 crypto/elliptic: specific unreduced P-256 scalars produce incorrect results * go#58441 runtime: some linkname signatures do not match * go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy' * go#58535 runtime: long latency of sweep assists * go#58716 net: TestTCPSelfConnect failures due to unexpected connections * go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows * go#58810 crypto/x509: TestSystemVerify consistently failing- Update to version 1.19.6.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.6-1-openssl-fips. * Update to Go 1.19.6 * Add Crypto TestConfig and fix TLSv1.3 Crashesn * Add gating.yml- go1.19.6 (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 go command, the linker, the runtime, and the crypto/x509, net/http, and time packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41722 CVE-2022-41723 CVE-2022-41724 CVE-2022-41725 * go#57275 boo#1208269 security: fix CVE-2022-41722 * go#58355 boo#1208270 security: fix CVE-2022-41723 * go#58358 boo#1208271 security: fix CVE-2022-41724 * go#58362 boo#1208272 security: fix CVE-2022-41725 * go#56154 net/http: bad handling of HEAD requests with a body * go#57635 crypto/x509: TestBoringAllowCert failures * go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396 * go#58118 time: update zoneinfo_abbrs on Windows * go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections * go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing- go1.19.5 (released 2023-01-10) includes fixes to the compiler, the linker, and the crypto/x509, net/http, sync/atomic, and syscall packages. Refs boo#1200441 go1.19 release tracking * go#57706 Misc/cgo: backport needed for dlltool fix * go#57556 crypto/x509: re-allow duplicate attributes in CSRs * go#57444 cmd/link: need to handle new-style LoongArch relocs * go#57427 crypto/x509: Verify on macOS does not return typed errors * go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its "old" argument. * go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices * go#57214 os: TestLstat failure on Linux Aarch64 * go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length * go#57124 sync/atomic: allow linked lists of atomic.Pointer * go#57100 cmd/compile: non-retpoline-compatible errors * go#57058 cmd/go: remove test dependency on gopkg.in service * go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders * go#56983 runtime: failure in TestRaiseException on windows-amd64-2012 * go#56834 cmd/link/internal/ppc64: too-far trampoline is reused * go#56770 cmd/compile: walkConvInterface produces broken IR * go#56744 cmd/compile: internal compiler error: missing typecheck * go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target * go#56154 net/http: bad handling of HEAD requests with a body- Initial package go1.19-openssl version 1.19.4.1 cut from the go1.19-openssl-fips branch at the revision tagged go1.19.4-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.19.4 (released 2022-12-06) includes security fixes to the net/http and os packages, as well as bug fixes to the compiler, the runtime, and the crypto/x509, os/exec, and sync/atomic packages. Refs boo#1200441 go1.19 release tracking CVE-2022-41717 CVE-2022-41720 * go#57009 boo#1206135 security: fix CVE-2022-41717 net/http: limit canonical header cache by bytes, not entries * go#57006 boo#1206134 security: fix CVE-2022-41720 os, net/http: avoid escapes from os.DirFS and http.Dir on Windows * go#56752 runtime,cmd/compile: apparent memory corruption in compress/flate * go#56710 net: builders failing TestLookupDotsWithRemoteSource and TestLookupGoogleSRV due to missing host for _xmpp-server._tcp.google.com * go#56672 crypto/tls: boringcrypto restricts RSA key sizes to 2048 and 3072 * go#56638 sync/atomic: atomic.Pointer[T] can be misused with type conversions. * go#56636 runtime: traceback stuck in runtime.systemstack * go#56557 cmd/compile: some x/sys versions no longer build due to "go:linkname must refer to declared function or variable" * go#56551 os/exec: Plan 9 build has been broken by a Windows security fix (also breaks 1.19.3 and 1.18.8) * go#56438 crypto/x509: respect GODEBUG changes during program lifetime * go#56397 runtime: on linux/PPC64, usleep computes incorrect tv_nsec parameter * go#56360 cmd/compile: panic: offset too large- go1.19.3 (released 2022-11-01) includes security fixes to the os/exec and syscall packages, as well as bug fixes to the compiler and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2022-41716 * go#56328 boo#1204941 security: fix CVE-2022-41716 syscall, os/exec: unsanitized NUL in environment variables * go#56309 runtime: "runtime·lock: lock count" fatal error when cgo is enabled * go#56168 cmd/compile: libFuzzer instrumentation fakePC overflow on 386 arch * go#56106 internal/fuzz: array literal initialization causes ICE "unhandled stmt ASOP" while fuzzing- go1.19.2 (released 2022-10-04) includes security fixes to the archive/tar, net/http/httputil, and regexp packages, as well as bug fixes to the compiler, the linker, the runtime, and the go/types package. Refs boo#1200441 go1.19 release tracking CVE-2022-41715 CVE-2022-2879 CVE-2022-2880 * go#55951 boo#1204023 security: fix CVE-2022-41715 regexp/syntax: limit memory used by parsing regexps * go#55926 boo#1204024 security: fix CVE-2022-2879 archive/tar: unbounded memory consumption when reading headers * go#55843 boo#1204025 security: fix CVE-2022-2880 net/http/httputil: ReverseProxy should not forward unparseable query parameters * go#55270 cmd/compile: internal compiler error: method Len on *uint8 not found * go#55152 cmd/compile: typebits.Set: invalid initial alignment: type Peer has alignment 8, but offset is 4 * go#55149 go/types: no way to construct the signature of append(s, "string"...) via the API * go#55124 fatal error: bulkBarrierPreWrite: unaligned arguments (go 1.19.1, looks like regression) * go#55114 cmd/link: new darwin linker warning on -pagezero_size and -no_pie deprecation * go#54917 cmd/compile: Value live at entry * go#54764 runtime/cgo(.text): unknown symbol __stack_chk_fail_local in pcrel (regression in 1.19 when building for i686)- go1.19.1 (released 2022-09-06) includes security fixes to the net/http and net/url packages, as well as bug fixes to the compiler, the go command, the pprof command, the linker, the runtime, and the crypto/tls and crypto/x509 packages. Refs boo#1200441 go1.19 release tracking CVE-2022-27664 CVE-2022-32190 * go#54376 bsc#1203185 CVE-2022-27664 net/http: handle server errors after sending GOAWAY * go#54635 bsc#1203186 CVE-2022-32190 net/url: JoinPath doesn't strip relative path components in all circumstances * go#54736 cmd/go: cannot find package when importing dependencies with the unix build constraint * go#54734 cmd/go: git fetch errors dropped when producing pseudo-versions for commits * go#54726 cmd/compile: compile failed with "Value live at entry" * go#54697 cmd/compile: ICE at composite literal assignment with alignment > PtrSize * go#54675 runtime: morestack_noctxt missing SPWRITE, causes "traceback stuck" assert * go#54665 runtime: segfault running ppc64/linux binaries with kernel 5.18 * go#54660 cmd/go: go test -race does not set implicit race build tag * go#54643 crypto/tls: support ECDHE key exchanges when ec_point_formats is missing in ClientHello extension * go#54637 cmd/go: data race in TestScript * go#54633 cmd/go/internal/modfetch/codehost: racing writes to Origin fields * go#54629 cmd/compile: miscompilation of partially-overlapping array assignments * go#54420 cmd/pprof: graphviz node names are funny with generics * go#54406 cmd/link: trampoline insertion breaks DWARF Line Program Table output on Darwin/ARM64 * go#54309 cmd/compile: internal compiler error: panic: runtime error: invalid memory address or nil pointer dereference * go#54295 crypto/x509: panics on invalid curve instead of returning error * go#54243 cmd/compile: internal compiler error when compiling code with unbound method of generic type * go#54239 misc/cgo: TestSignalForwardingExternal sometimes fails with wrong signal SIGINT * go#54235 cmd/compile: internal compiler error of atomic type and offsetof- Define go_bootstrap_version go1.16 without suse_version checks - Simplify conditional gcc_go_version 12 on Tumbleweed, 11 elsewhere - Add _constraints for worker disk space 5G needed by SLE-15 x86_64 - SLE-12 s390x use bcond_without gccgo to bootstrap using gcc11go * Workaround for SLE-12 s390x build error while writing linker data: bad carrier sym for symbol crypto/internal/nistec.p256OrdMul.args_stackmap created by cmd/link/internal/ld.writeBlocks /usr/lib64/go/1.19/src/cmd/link/internal/ld/data.go:958- Bootstrap using go1.16 on SLE-15 and newer. go1.16 is bootstrapped using gcc-go 11 or 12. This allows dropping older versions of Go from Factory.- Rebase gcc-go.patch onto upstream changes in go/src/make.bash and go/src/make.rc. Used for SLE-12 go bootstrap builds with gcc8.- go1.19 (released 2022-08-02) is a major release of Go. go1.19.x minor releases will be provided through August 2023. https://github.com/golang/go/wiki/Go-Release-Cycle go1.19 arrives five months after go1.18. 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#1200441 go1.19 release tracking * See release notes https://golang.org/doc/go1.19. Excerpts relevant to OBS environment and for SUSE/openSUSE follow: * There is only one small change to the language, a very small correction to the scope of type parameters in method declarations. Existing programs are unaffected. * The Go memory model has been revised to align Go with the memory model used by C, C++, Java, JavaScript, Rust, and Swift. Go only provides sequentially consistent atomics, not any of the more relaxed forms found in other languages. Along with the memory model update, Go 1.19 introduces new types in the sync/atomic package that make it easier to use atomic values, such as atomic.Int64 and atomic.Pointer[T]. * go1.19 adds support for the Loongson 64-bit architecture LoongArch on Linux (GOOS=linux, GOARCH=loong64). The ABI implemented is LP64D. Minimum kernel version supported is 5.19. * The riscv64 port now supports passing function arguments and result using registers. Benchmarking shows typical performance improvements of 10% or more on riscv64. * Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See "Go Doc Comments" for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. * The new build constraint "unix" is now recognized in //go:build lines. The constraint is satisfied if the target operating system, also known as GOOS, is a Unix or Unix-like system. For the 1.19 release it is satisfied if GOOS is one of aix, android, darwin, dragonfly, freebsd, hurd, illumos, ios, linux, netbsd, openbsd, or solaris. In future releases the unix constraint may match additional newly supported operating systems. * The -trimpath flag, if set, is now included in the build settings stamped into Go binaries by go build, and can be examined using go version -m or debug.ReadBuildInfo. * go generate now sets the GOROOT environment variable explicitly in the generator's environment, so that generators can locate the correct GOROOT even if built with -trimpath. * go test and go generate now place GOROOT/bin at the beginning of the PATH used for the subprocess, so tests and generators that execute the go command will resolve it to same GOROOT. * go env now quotes entries that contain spaces in the CGO_CFLAGS, CGO_CPPFLAGS, CGO_CXXFLAGS, CGO_FFLAGS, CGO_LDFLAGS, and GOGCCFLAGS variables it reports. * go list -json now accepts a comma-separated list of JSON fields to populate. If a list is specified, the JSON output will include only those fields, and go list may avoid work to compute fields that are not included. In some cases, this may suppress errors that would otherwise be reported. * The go command now caches information necessary to load some modules, which should result in a speed-up of some go list invocations. * The vet checker "errorsas" now reports when errors.As is called with a second argument of type *error, a common mistake. * The runtime now includes support for a soft memory limit. This memory limit includes the Go heap and all other memory managed by the runtime, and excludes external memory sources such as mappings of the binary itself, memory managed in other languages, and memory held by the operating system on behalf of the Go program. This limit may be managed via runtime/debug.SetMemoryLimit or the equivalent GOMEMLIMIT environment variable. The limit works in conjunction with runtime/debug.SetGCPercent / GOGC, and will be respected even if GOGC=off, allowing Go programs to always make maximal use of their memory limit, improving resource efficiency in some cases. * In order to limit the effects of GC thrashing when the program's live heap size approaches the soft memory limit, the Go runtime also attempts to limit total GC CPU utilization to 50%, excluding idle time, choosing to use more memory over preventing application progress. In practice, we expect this limit to only play a role in exceptional cases, and the new runtime metric /gc/limiter/last-enabled:gc-cycle reports when this last occurred. * The runtime now schedules many fewer GC worker goroutines on idle operating system threads when the application is idle enough to force a periodic GC cycle. * The runtime will now allocate initial goroutine stacks based on the historic average stack usage of goroutines. This avoids some of the early stack growth and copying needed in the average case in exchange for at most 2x wasted space on below-average goroutines. * On Unix operating systems, Go programs that import package os now automatically increase the open file limit (RLIMIT_NOFILE) to the maximum allowed value; that is, they change the soft limit to match the hard limit. This corrects artificially low limits set on some systems for compatibility with very old C programs using the select system call. Go programs are not helped by that limit, and instead even simple programs like gofmt often ran out of file descriptors on such systems when processing many files in parallel. One impact of this change is that Go programs that in turn execute very old C programs in child processes may run those programs with too high a limit. This can be corrected by setting the hard limit before invoking the Go program. * Unrecoverable fatal errors (such as concurrent map writes, or unlock of unlocked mutexes) now print a simpler traceback excluding runtime metadata (equivalent to a fatal panic) unless GOTRACEBACK=system or crash. Runtime-internal fatal error tracebacks always include full metadata regardless of the value of GOTRACEBACK * Support for debugger-injected function calls has been added on ARM64, enabling users to call functions from their binary in an interactive debugging session when using a debugger that is updated to make use of this functionality. * The address sanitizer support added in Go 1.18 now handles function arguments and global variables more precisely. * The compiler now uses a jump table to implement large integer and string switch statements. Performance improvements for the switch statement vary but can be on the order of 20% faster. (GOARCH=amd64 and GOARCH=arm64 only) * The Go compiler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command and by Bazel. Any other build systems that invoke the Go compiler directly will need to make sure they pass this flag as well. * The Go compiler no longer accepts the -importmap flag. Build systems that invoke the Go compiler directly must use the - importcfg flag instead. * Like the compiler, the assembler now requires the -p=importpath flag to build a linkable object file. This is already supplied by the go command. Any other build systems that invoke the Go assembler directly will need to make sure they pass this flag as well. * Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. * On Windows, Command and LookPath now respect the NoDefaultCurrentDirectoryInExePath environment variable, making it possible to disable the default implicit search of “.” in PATH lookups on Windows systems. * crypto/elliptic: Operating on invalid curve points (those for which the IsOnCurve method returns false, and which are never returned by Unmarshal or by a Curve method operating on a valid point) has always been undefined behavior and can lead to key recovery attacks. If an invalid point is supplied to Marshal, MarshalCompressed, Add, Double, or ScalarMult, they will now panic. ScalarBaseMult operations on the P224, P384, and P521 curves are now up to three times faster, leading to similar speedups in some ECDSA operations. The generic (not platform optimized) P256 implementation was replaced with one derived from a formally verified model; this might lead to significant slowdowns on 32-bit platforms. * crypto/rand: Read no longer buffers random data obtained from the operating system between calls. Applications that perform many small reads at high frequency might choose to wrap Reader in a bufio.Reader for performance reasons, taking care to use io.ReadFull to ensure no partial reads occur. The Prime implementation was changed to use only rejection sampling, which removes a bias when generating small primes in non-cryptographic contexts, removes one possible minor timing leak, and better aligns the behavior with BoringSSL, all while simplifying the implementation. The change does produce different outputs for a given random source stream compared to the previous implementation, which can break tests written expecting specific results from specific deterministic random sources. To help prevent such problems in the future, the implementation is now intentionally non-deterministic with respect to the input stream. * crypto/tls: The GODEBUG option tls10default=1 has been removed. It is still possible to enable TLS 1.0 client-side by setting Config.MinVersion. The TLS server and client now reject duplicate extensions in TLS handshakes, as required by RFC 5246, Section 7.4.1.4 and RFC 8446, Section 4.2. * crypto/x509: CreateCertificate no longer supports creating certificates with SignatureAlgorithm set to MD5WithRSA. CreateCertificate no longer accepts negative serial numbers. CreateCertificate will not emit an empty SEQUENCE anymore when the produced certificate has no extensions. ParseCertificate and ParseCertificateRequest now reject certificates and CSRs which contain duplicate extensions. The new CertPool.Clone and CertPool.Equal methods allow cloning a CertPool and checking the equivalence of two CertPools respectively. The new function ParseRevocationList provides a faster, safer to use CRL parser which returns a RevocationList. Parsing a CRL also populates the new RevocationList fields RawIssuer, Signature, AuthorityKeyId, and Extensions, which are ignored by CreateRevocationList. The new method RevocationList.CheckSignatureFrom checks that the signature on a CRL is a valid signature from a Certificate. The ParseCRL and ParseDERCRL functions are now deprecated in favor of ParseRevocationList. The Certificate.CheckCRLSignature method is deprecated in favor of RevocationList.CheckSignatureFrom. The path builder of Certificate.Verify was overhauled and should now produce better chains and/or be more efficient in complicated scenarios. Name constraints are now also enforced on non-leaf certificates. * crypto/x509/pkix: The types CertificateList and TBSCertificateList have been deprecated. The new crypto/x509 CRL functionality should be used instead. * debug/elf: The new EM_LOONGARCH and R_LARCH_* constants support the loong64 port. * debug/pe: The new File.COFFSymbolReadSectionDefAux method, which returns a COFFSymbolAuxFormat5, provides access to COMDAT information in PE file sections. These are supported by new IMAGE_COMDAT_* and IMAGE_SCN_* constants. * runtime: The GOROOT function now returns the empty string (instead of "go") when the binary was built with the -trimpath flag set and the GOROOT variable is not set in the process environment. * runtime/metrics: The new /sched/gomaxprocs:threads metric reports the current runtime.GOMAXPROCS value. The new /cgo/go-to-c-calls:calls metric reports the total number of calls made from Go to C. This metric is identical to the runtime.NumCgoCall function. The new /gc/limiter/last-enabled:gc-cycle metric reports the last GC cycle when the GC CPU limiter was enabled. See the runtime notes for details about the GC CPU limiter. * runtime/pprof: Stop-the-world pause times have been significantly reduced when collecting goroutine profiles, reducing the overall latency impact to the application. MaxRSS is now reported in heap profiles for all Unix operating systems (it was previously only reported for GOOS=android, darwin, ios, and linux). * runtime/race: The race detector has been upgraded to use thread sanitizer version v3 on all supported platforms except windows/amd64 and openbsd/amd64, which remain on v2. Compared to v2, it is now typically 1.5x to 2x faster, uses half as much memory, and it supports an unlimited number of goroutines. On Linux, the race detector now requires at least glibc version 2.17 and GNU binutils 2.26. The race detector is now supported on GOARCH=s390x. Race detector support for openbsd/amd64 has been removed from thread sanitizer upstream, so it is unlikely to ever be updated from v2. * runtime/trace: When tracing and the CPU profiler are enabled simultaneously, the execution trace includes CPU profile samples as instantaneous events. * syscall: On PowerPC (GOARCH=ppc64, ppc64le), Syscall, Syscall6, RawSyscall, and RawSyscall6 now always return 0 for return value r2 instead of an undefined value. On AIX and Solaris, Getrusage is now defined.- go1.19rc2 (released 2022-07-12) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc2. Refs boo#1200441 go1.19 release tracking- go1.19rc1 (released 2022-07-06) is a release candidate version of go1.19 cut from the master branch at the revision tagged go1.19rc1. Refs boo#1200441 go1.19 release tracking- Trace viewer html and javascript files moved from misc/trace in previous versions to src/cmd/trace/static in go1.19. * Added files with mode 0644: /usr/share/go/1.19/src/cmd/trace/static /usr/share/go/1.19/src/cmd/trace/static/README.md /usr/share/go/1.19/src/cmd/trace/static/trace_viewer_full.html /usr/share/go/1.19/src/cmd/trace/static/webcomponents.min.js- go1.19beta1 (released 2022-06-10) is a beta version of go1.19 cut from the master branch at the revision tagged go1.19beta1. Refs boo#1200441 go1.19 release trackings390zp34 16861501721.19.10.11.19.10.1-150000.1.5.11.19.10.1-150000.1.5.1asm.htmlgo1.17_spec.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.19-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:29161/SUSE_SLE-15_Update/5a21074f7f55d7352368144ad9e0423b-go1.19-openssl.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textCcx+՛6 ?<utf-8258da7e48f38db66d6772e9ead2fad89f306d38251790b20aaf63704d4bdfea8?P7zXZ !t/N] crv(vX0\ȍ[,oY@<ʶߴD_'FB񭋕Xp,=}сdl}bj5A8_\ݓ6YB'{mp,2v0^#󭛒DR~ZD{ _i^msq,NS76LXf zdw7XB"F@)6vT_1һ؈ bK,\\<^4RvO{,\lBz8WyU7GtT~O03O#wS 3l` y7$7]dLzS%rlޭ°3b\}܀З*8 6XwU% "5[oheajvLsKFL  z =`(5^'bj0ʿj=;.':-rU͚.dUctݹǸ%#YM0 J0TXV_Nch{. KZڛ"_k0x Xr0Fx'q,2!-pZiirq55+]=gmsbUǏ XPw+ vcٹR?Qjr%Kċa|l&Cv O?ok!_y.igYP&Պ3}3(v *C|LƑfq0Mb3xIvH|_c|DXPmh /苂GącY]%^1tΪ te,6'Qtƴ8f"B << [ScNt(Rb{|f3LsOzU@9ICt/EXKDM^y/ȝpbU)^&KŨOIr3L£@h7~]R9nP_=OM9$sg=%`Kuru8&sd:cxGĸ̺U33+;` ȸ69B2m. R7teG({0mHx1)TMwk3띛!j;]wy>8+if@2!*態 d{ȼT*G = nie?d;X+#$ g׍ls >̭O_eKW-;]1$"d@HKMе%jɮ/[ 0jaBqJmu>n~©cuNlڡ`)U|k X /w*p``Hqv{r5,myhX11~t%HK2)-@%X֎ th4A^\sΡVY70g|mD9'ҽƣ{ Fxs djk\eVU%< {#|M#x@Nmzl٘b$UgW:J q@ߚ[x* 4b#\9RhQ:}?$3,Vb\,ԄKt__ŗ01Ϡ4Ud?9kiupzd-c "W!_4V+xPXK@ c8ߏ#E(:_R{&9ró=ZPFQjrtiLkN1/6SXF2g8Q:V m|0uՠ?ǡ4 7lPI~q$ MlLc4 4!4[ ׁxpM2e? fD3}qҍڬ0tEI0]a&MIP2,+P.[gckZ7 hrAl(m6lyjm_l(In}(<A @xH•69,Y]l߻D/'pK95[b5쩾SʣP-"A(s /:>ƼZ9jURX;NQx]ӪgH[$Ť03Ob G8&5؏Qvr.̟á+1l)0SMnkSb*Eno*)ܿ:5 Uxd;"3-‹#S]!Fhp."И֓;hOSPvc? +|} Ȭտ>S Vk1{&b/>=ckNƞ˰صuio'sm|VhrRٝ"jkyP7+HDύ\U Iu׈c: W54 tHI4apX̝cULLek:\sop5_K0KN<=I&=>HpAc㺍 go'[H$DH'T}Ut $Q<fh1z^aO^JQ@jd[5Ou1*{F w]{D ꁭ?G(&u iʊA$!s`o3G¯NƄnO40 GxD4.p\J)e{s4yrI,ۿDZnl$[gd&.Rw?҆fi[Sz`JVekd/_b'xnhښuٸD㌒,^y%H%p1jI-cB;Fꈢ?6ѕ)\r,ԕUPQ|f20X\xjb_.kk˅xl^fdWf:F6K]6Q&0J!P2&UgSubok5ZX[Jxo)dw-%Ef>sYpzAb}.?"ߩ;dr92}`ch4_O @E',D(o寲n;f( jޓI->I#iL{z\@aN&(iK eV9.~޼^KGB.eį14&tz 8LeȐX6M;E$DǯoX5xl_@"%D/<d+'!"LIȬFqv |ʰE^e;ϒK{K Z\Ahś&؈]Y8$ \>{˾A zN1b!ɂ.{̖gIݴ.ֿ!XcO1,l,E!yv(,cMCrp< ąz erǍ|M_M0I!ڜ˓'ym hN^!ud[5,F(YOiLQ! 2xե2i G`M!)!l Y~!wezud:6tuoόZxto1b:7]!b EL#(I(XXOm+tRf@jǁtA\!yu?IU   e"1Au<7: `/Tf{faKR;Ğl}2lG)83.^ [%T4_9-ҋ̡Hc +fy/rD OJUgQWPUk(+Z\Ӝ/^/ Y\%X`@$eTgMb4 o;k,xsC|8JE-D' XO\xZNm "aBU ,=QS & QT -4N4qdT B[# ;;Vz!h 0yq .1/n'#_bvHl? -fbZQ$ [E˯LJbV gt]^=7r@]/HGұeKmD.һ]0yGx,Pg̺56**nkP/&0 )j։vֽtp<8{ .c~.pIdN&żqlUR~϶^xH$-X\Wj*`RF8|V+K `Qʦ.";AA:_Ǯ9 *RD5(`]/>l"WM3V/ :  UTɀ[H\X;}OKb/%7Ha'/ bNe~}skQSll_FzB,2n}MoC`>}2> \|[ Czӂ"p{H[Aȡ(٫ڜGe:u5:mjqCn  }hޝslgzQ@ %)cc>mC]{wѾf'\+ou1%(VفoݼLz({x,5vh-r< >"A XB2oc}m8?R%!Dj\ȶL=<ŇF]@ujb}9xEUϱRrjF/T#D{p( {5BŐv+y@<j3BZr2 ^97v:0 ̤pg-YCK Quج]":68wfUt=:p])t5|hz:OQē)sPaJB 눢a9Wܭ]JCūztHUީs>=qP(5!QԼ T]Ykm3h:l"~'|kJHwLiI"=]qO--qx[iEwy:9kc,g [20)|6cXY-鏝-$Xm IMUvsyZw `=/I8] Ys?HΏ{6StWo /8^䕇p ב(sp`/#:Z)`jܣ<-LI f_X옥Urb W)>"3du+z*r!* Es<:ͮ##i!B#^E @te!s@dDHjG# ש<2!c\R`)]/"wN 4LT`4Zin&/C6 tj8]Ml/3m04N܄`Q7NbPhm=a]TCTʘ8uۢ.@<5/Y?@؇tU2T=9l k5s<㎺XK$щt҈7`OT5ڂƙP.mΊm>HZv=mz/=M6+FcVlYvfqHעMd ~BC]Y:}4?zG+6'IYSw#u&Y2VQk m QV\:g|ۑdN۵bSpRf̵`UIj#Qǖy?U|ȪљğnRLX'KvRH@1~;|/I֏i%Zkg doL]ʭZ:  9閕P^G7Y{n TǪ'7WPfWxoX3m LoT`+89dC.]zk+S*{@MQk' R.„`%9=WySF͌42X)<9f6ĝ0ZuD\I`u[ٳ1 Akqlv#)#ŨltC@N&eo@pφ1޳D5vxt=AP,)^ẖxPH{gn[Vo=еlu0 (6#+ /"tHvTl2x<2ߤ Vӌ+]Lb( }XofPRRۯXM{ G:ƳF(aȎI;P5)Q"6>#_b x$fB`:$QWa!/ &cu )ՠQQg`t5 PBF+@wZ hsgK9}4Z?{x^98,G)Wd/l05bt5 po qa@7qSYL4DKq#[ecݹuTarE 1soàFAWE-¶a0 ]LR!{]uV:kA 8 >)9}n¨n[nv9ܙ,\;UDhhQCcA Kծdf[NRʹiFB\s¬.Kuk CpU]1n$'jd)&dǡ0N14Dyog Ca12J& kO8pb<72W]vEz Ue"h @孿7II,brϔϢgðq"/K%Ck:*0þ\V3iۜ+0p6>aXE<ژGۡn>9-]}9zG ; a֍2ط%쿩VeqB@Nܥy=hDVUMA? s 9g ۰A 寓 7b LY~=FW ;߼Y^?x͊J++c3q l^FZt|H"|KN/FzNߥ64,JRqPbD؋{¼` ` JH"kmuA2`}{ŴU#9{|b*T1eQlnYBj7d%߽f%LWMOA#qEU0՗rX_W:6Xe6#;^ ӞBKQg48"{ۉ7_^jL^MO@1̊sY yGjH#fp wܲE@Sr%٣p}!c/:4\UcoSkXB1%W^^IN@bxY h-(&>v l"YZ "H\iGV%ÿ8 ֍ r[0: ڠ`H \jliQi^8~:l~C<脮$\^[ZK 5D|mK,3 ӲPzc7SP-`s2G|N~$v~RTEΕm)?H54dYMB.9D~R6ŠM/^!+a5xC KX&ŮJm]M@uv]3vL*XdqCB68Bbk惌j6~lqW;ޤ%)Ζ~֋8ՎY!-jo.3zi#Uˣ`t/s trZ`&C g4©T`N!@^)mF,j.9^OKVUx١va˃RsaJ  "/Z)#ଆ,Y6[MB4{BeE4")ݑ-R;n;0M6&i$o̯CvO-^/C5UPi;@Nnn$ZLtuAƶvMo }zGW,&]һ]wxǖI! HHqD<k1sڻ-4W9/#G$,{.i®oɧ?K>W螚f B\қ7;MI{ _}'*KLW; U`ffcJljc6L'2E`E[>Gp_~6{radd^BG˫"XATr>j_?)0tUx (窬4 bx|u ݇lG:#LF:=vK9S(O|euP>OP wN!`:6ܚ85qp{"3e[c cGg&dq[Q#8`Dx*=2 hh{i3c)6{9H=kfxf%dV=ֹ큨T8=<-/1]Vū]l1$bg &ɳMne!K,VFrP*S}=eҹӯ_2zr1C]g%F+7@ZM hAtJq&x`l~4L~mgB7B&=_x8BoGi?_ SBUqE3PL,ruGu'>->#n 诌7|h!VZR&?Sg'ӸS2'v-g?9VtU2[l8Rs)ߥ"2XHܛc9.gUډ>f 8xHoþDTw)(ΜV#Xb-BOLmG>s& 䈰^YeR-\J@nU64/v/k@5͓%zS߽9bc0|U Dꠒm 9\۠%vV ׬VǛj?w.-vʷ-,D?m?^b{w* jMWW8÷X3\X<"NԛBx1RvwZyV?p;cH]",]ƱDwyvR9KV;IlJT;%gWGɤ F,nN8I5w8X2j2忑hf&$;g:Pv%Sؑw5PGBP%G@($;}%?>Dg@K(0kHp Pҥ.LuҖ$_|yCnn^;BTwiP WbYɟ4ltsi!^q9dhȱv#^,{"8`-x> U߀¤tG5~U* ^ώmE-==^X ,*9'y]ߚbp}[,3z|+vz.%?4}D z?f՘>x&noNs%NdIMAw]h-l]  G{fơQNy]Y~I CHw_Ddm vgl|PE2 ;+>!<fykR8H?؝ᕖeY?A% &AzN(XdQ {"Ԭz.[98E;@a'{h%"X*FܰO143 #QJڵ35Z;jD4ճ(IY|_qYK(7gaGFuJ;|àaYveu!}dL!7堑4=dh>Z9{~B%EH'K_ &lWq*ut(FlLyN!IFZ)j*&&z3$:I6Bst Q; !upNc7^=u`IWbOR0͠DXRb\?dOyXt93V50S_ emapͫUߠ,4˄]^)$(SsdXw}e{H[^өS$9IjxWy ><ޣt ;*s׽=q+W88SƱEɻP26ptv3T^`^:M8Q5;Ҋ#e 1Xڝ M+}\ 3YGzjnG*B\ ўMjSˮG`AP*ՅA22֯{Ozŏº U<0S5 p"oC;Oܢ Mr,{/ޏSxS )\`۬tr;Κf|d }P)Z S$n On±֝dJ7P҈_]hW?S4Vǵձmπ aix;s ԨZ)=M{Z&rG@ϸ!ΰS ZraŎu-7ETO#J3o_C{۠e;-:nCM$y!n2(.s NȦ4=c_&?@mvx٘גى,)_$>Q^nA`Xs;HGUkї)M&@XBh1[`WP`>[||5u 5% {{\brB0ԪR;&$qOA >Ç'$DB9\6I%R#Zp4D(\:~=k9ѫK3L$ej,8}=WV/1m&{T|@/d Vܚ8-a :C [GׇϭAZI0)T3V Z8֘CzU`=u3͂m4^e* Ɓ{@dyJ2bLW V-vKUcecr +27XzTmE C4pcZe4Oo sh9݄g׎ wQћf>qH޹/yX\QS>d7ܞqM.̅Blj`{4 B*w#wICсv%WA NCkF<1:DҥphA7H^*)+dquky=YE"{% .㴛z Bp)ƹ0<5x!y_iD4.qWr @zXAONfBғ`zFBb,K>qQI3M[>Җ_ &!R*#<Av$gQ2 4${`4fzDAA&˹m+H.x2!}oKhzm.d1B_bܔ~ȤDPT58Z19&chg15Y }nS2V H1JKLMܚQϣxn5GVʯ0)#ߩ]O_AϨ'PqsW7vf-y!$&@%d*-ԙDZ`\-:R=Ƭ m`NPS.M"TrfF9S>A֬.@#Q㣡YZYԖ]u<::™\LDB]AQ̺pfi0T{f"d.FP؊wN^,l!p+85G+α"794jLnbZTI'y9 2>^%]?WbW#i7#%QrIwo /`7@m'Ed_:5ZOv%0R<9%Sfs[3 Cn8JoUF4P~rJ;GmQBnbCg=5څl3 ]NjMGYExO(+9c&F"pU[!C*=kr؃@BcS 0N'vO{iڣ#ͨf'0'CӌDkkO`J&&)wzpĽ Т )\r\*1̃^}T8oSXI@2,ԥES D5xѓ|s1' g6FޒB`{^[|Y0i^ PlVIe|H_y6ƏL ϑ-`%6Л@ w F!:{hݽZ8(-SA4p *Z0P%sO<}aGӻr^͜ΐ#P dZ%L Rv c [AFOC6R8|,o yXa|%.<Aj6h %D\gi.'Ed[{_Fuڽ EXBXdq lZSL[smT>`2 ևz gy<;ad06}iZqZ 6=#DK.dq5r,*uJ ݅*RsH7yyŇ.!jdE`zÁJ+#())(o>%wr>@WG`LeM%Lr=injYˌJ65||x^V|䭖Ԛ~<">UT I?L ȃjU{G@ ÁP*t&kᜄ5 ?n' :sK2 L?Z洃ffP蜵UՋS}O_m˚C_w>pO.I{t?6 yT抵N6Tc ;hКSsleiWxFZ_玔+/wߝR`~TZ~S^QnoJMrxAysPH2EY17f.:zů~u}kԉ9`dL+ c'DLcO:MǕ \4,¦ EYs![G <O#"v+LA%»b3#3bbukOg*hy[,!'v 0"vM(g}Uˆltu&Qco E΍eっv<6<-S LW\=h/`pl^M|h*u\sDH\JO_HS:CA[f9&d>6v NHogd :AB8$@Z9*ͼ")j>YH+7 a6 L_K?_^w! һdWj |mWb/fcK@70ˊgxw)Pnꋮ*+!H }ߣ_0sA^Os~H0L)W&,ItjS䣍3(ULi";y 5a9vn-c/0GN,^+3Gkꮼ| 87R>)NG[rr#%pL5 i77.UXVU k NZRo%HY3J 6Jƀ| )6w~꿺 NP]=G#CaAkB5]}(Ąl'2JV$nU+1`>p^iH+Ѐkm2.ZMky $1(/-*y 7 1XY1|AyXNޓ^""}"%Ko!1SQ"lQHh -F(o3~OCwh<ʶoAz`<$ϥyA3D2V aaTZ(PdS~Ү}G3~RŸ]ՄiȤH3 Df­o( b9\?Ѯ6ۧ5*StD8NT}yCz`g+644lhp 8#92a%3 Poq^3zd~ OT}"6}[sZ]錡4qSAkL7k@`hy/fNnO]H'i! E:]f|~LL-wr.A:LxaqVGT!AxI: i0$RCG=QB}OLG$} Ζ"Esoksm@ĿsLSUyZ!=ZFHgX֭ttl?P2olPߥ1*2H-e5NFBeS)B؎OkY,}s~6pl V }&G=H^U[Ѕkd NAFO#VXJ0SǑluڍ-< dה-ArNޱ]!+i-qpո59}EF qpD] ?6X%QWD"_\s[aݍ *v4rT6GWWGx.((Ik\H0gMpF:ER-b_{Qé/h~J'{ۼi]6_F+3&,ޞҪR{+!!0t ,V93"VQ3FXO1^ ʒ ϛN ~X Γ(;U9^ Mo1pl]qK8&B7f*)Aw? +yHͶG&ObD~z(8іcaG̘A'd;uM,2 .,8W>ؓW1Ti #x%xa؏o$8;:z䞏oQ %6E*SX<LP.y&ױ6BW 9C=[x!~ _VJ$Q`ըj,'O$?bĝM;4K[*O@K`:KCTx)"PrH0M\mID7WNFpZ{1M jonp ^U $ .}C7T@U҇//DXJ|1 $s2^Mz6:>a*_K়]x%x 0'䷂Z}72i_TxocuѤHyh3'X_x: =s?sQN),H: a-5E KbACBȓ#UB猕5[9uM̈ݽӿLg_(< QA)0jtf!6\١647jjm_?,1V\ fwKo$K_"; o^ 8%mˌx7VoᲦY cBR{Ys7诉S %X 8uHFsr ,mk.J渍Q\ ݪ2hޟ1.vꪵ1bk> 豌 wj1l*fvC?t-I)v`>O+UQՔt z;\7%1|MFGWb)C-#ZhRz54RPlXzpRId|-pֈjP@EYvGZCߦ:FT*-ctf2 o N=H4R_^cdL>H*zl )&SRa7-[;aj*>Wq'϶rz'4j,P! }VRCT.)>X{ {z~EصRMqi7o>O>Hʎb~٤Ŧ*38%yFZ Vbuxт#ɶ>wEM^Z34)Z `f {'8`2 qš\4ev]\I"&1px 傶Xzl_7.!MFpW.MZ4SiGQ@q$KMz,P-ͩd2C(jŎ ҽz8UiT5 6VBHs%(I;/|k:5nuG=ۙX/v BPyKqKܒ[$#||D\ 7IԐ9Kϗ0̳Կs!Dw]ˡPUA[.r 1p[~*I6{6ξ}m[uA(tml\?@]Kx 3|$̷5VTqܺ+P9Wn}D`WIJZws8^,/#2v!ͫ2AnwuxwtlVg8`6ێ|O)iω^ѹ80%+D~Q|oGk]ũ_ٗ|A"Z5(ϱ=&3x+z=878?޴~tUG.HVs=]9;ק|[v6j,f ~ӯOK?w:eՍ{+M!S>~6fag"dc d¯MITѪ¬Wms:D=PMe6t jD>0nDQջæ`^.f;xy5 7HP5ͺRx ԗB`tE fWt׆܋6Z,.]1la,=̠ ţ4ِeDdsb"NШ J~K9Ғiʏ[pe^ɡ?t=/&stmseX>39F :[AW0HHLa⪦OsuXk6Nr‡ "-A_b\=G+{7)S}ùa_服WFr=WQ{xCԺbP&r00MvcۺдYٱKi˿.n% =u9?"h@N>/ "G'jz:OsVD}R1)8쯚+%`!.|(˱2'lGګ b4{]~;C &91LY8^S{ ,kWtmL$&$Qv:vEsP"Kuh`~E$;tqq-)s 6گq ZI \L2b h;'u_9tY?iFnUAK9DQULߨȲQyq3r<+&a)+ Ca6v ƟBYJ1d<;3$DH)A!P+;_NVJ69bp%SNz8Փ@hCIǫ(6 t*ER:nSve/kދ5hi3WR[ . F_GY,jGl_-d?[#IFFphY߇ iGg/<1kʃg @p =hW8ZpsL X|JJXLdMgf 1J*]lo(>A,+YhBE4paemB.ag-ϕ 'mz Ұե~KmS>>r;H] ߩ߬U-hg^O܇L[mW}M-Dہa'{zs*IJX^ WໝCl&awR#S͛yҕlh veP(ڈ{& o;ݻ_ouM$<;Fдx5 pO|VQޠ%Jr\Ttʂ-͏H|kVG@ 7!Uɧ>XG9Mo;S۟meYJqƹ5TTc| &Bb4 v_e& 2^صa4ՙz?ݣc8Pе|qxd?҅蕝-4D{F1%BCZRqQ~m{ z\tR )!n3/ 5^ ugP{D].>ek;B9}:N2Oz렣7 WΩTP䦊A@z8wlHC.ꑉDe]S߉%)e B?@{9DoWuCRyɀC$x5V2mdH2tP#2_nd( ,B5%gE:e_e}?"1b~ѥ ՇٳZjU{MHZiRt;UOB)ШC1w/>O!:ŠN`^BxC:n_)&V4qM/ u{9Cl8EDՅhkUU{il9ߴl)4;eWT!sb|On)=Vz3<1n8J.CvM g"A8t|Z}XED'*AiS ƻqaەn3o$07ފlm <ĕ y,LKѿY}(kIx'@)lt:g >1gb^}{_IЧINgٯ+YB*[5P=I(dk?Ϛ戎jŃPY5[ հN 7D޻AXn¸:c )ݑƓIP|A;?聞;~TW~g*tAE6wt7BhaPWmCvh9CY 5\@Sa|bPwE4&e˱E4ƭZ* 9e1  9z*1\~Ϸ Tj]ŏœ7y1rᾗ^IT6)2{6y˚ħ[ϠkjYZc%@cF&٘>/+D)IzzmaL}UC7*F_FB1Ӱ\vm<2!xVrf?~gހ[R!@0GQD\ 0 ;eRs؟y~r?gED6q.)qrC~C15P;i.<4PQ>ᨴ 6s?E[Q4e e@Npk.$!`[JWsiΌ@]7:ҭ"=w v'VG[Ԩ@kmb&; ,d6.qiQ-2񩏿(>ha~0 FgfTuAC-C9芡 X"l23_A%QyFIBT*, ZlI{Sò=ZBN}IpyG"Ħٜ@1^ Y9HE^>=F%Ԩf0LDAg'S;PG-X?@ȭCZ$$G1[܉`I^긕 -t>$ꨭ8 ( QPgÀ/瘧тx]F(d,ؾuI#]-WO@ۊӡ׹D6!lE?l!xlϏ oEf') "+\ @遁/`'=5 IOQ0>&˦wW)p:>XΔ/n)=ۺMz 9aV }}qs0S9KuLBso՚ynq4/~S5X8Y )5uʥSt WwkkWW+o 4؊3 u!Q3n|HX˜'LFqk8ѵciTlկ5e72JXy ^a3TPNXk~K;aܯ4,1/`}&ڕʓùQ…%VO9}"/jD}#e*GNDy.S"ۆݢ@ eN GHD47-hrÍ/z˖m  q*,B#z1~y/ !+&.5>{j}'vYw{NHBWAZ ShOA3),l/K1`ZS y.$w;_Nq~Ttn(~04lHC;6ޭ#?B^$6O0ayt6Z@Ųr"/29:8LMN 4ƕ1\N ZaH>5MS_S~[n1pm@?nSll-:LF-A(*G<y}}{,7G10Z߶O;GM_Ρ@[׌7.H,YE1YN k{U޿g/2I`d{JPMŤ*KC ;kaT"XyplFh1$YQ % ^ZҍasZj\!m %ٱ^7Pk S< -mB$iBzЖ"Q<, ]o:c-FJe;cP bT<9s%zF87gjmHHΜzPPagOxѐƯ ;xNĐLwP b tu0Sx{Vh g%M\k+!eo9W]\jf}狁*̄%ȇRA|.2H0E7u$3Q;<)7) ~z"zdJǓBͻL½:>h%Ii⾃sbLT5; #8xs@o%U%h?9{ R{4i,5 _V_PR@De;{+1h"#vA!DP9 ňh5M&|az \\ kQ15;Y!LfqMeK5DX7V"Ce?#=RX'\w*fDAG@1tĒa鿼Rޓ/I0;PKgQwam-: jsZV-<3υsNL8I& +J֐;j|MI|S gWCue=s2T+StKpQҹ FW`fFWY=4(I[L4ҠCAua컽:qu3GC&2j-\,uo j'"{e-T`5F`2XK vBz0}{|i bC92E=ٲzIlڙ5 n$yKn7 5n CY{G$.G%7Iɒg*יo DShdeӽْ e $gZcۺ3 tML$:y)"b";ֿ*,}9Z|Fs;toIuINS+@m}bw׬ud R[_@lDmUɠ;s4cja<+s-WCanǕT W7f^KDm2OhK]sQTX0ʶ*,,ܩ#y;y.| :z@I(G:"Cհ'.:ԎoGޛ/ V|nLлDNݹnoqסAss#  b/QƤVy<ikj{+򢗲wL}]\įpL/ `D[“8As*s/LgU +jMOQ6Eivâ'\<5Mwȶka+y'q%c+.獘.IRGBC_%.e4w;J^!"Mj2Kp_NY<ϿtC%|OXAs%*:gh `N`(@$p/MShޓKG]B:k70pdpO9m6?BHn? Zp<%8€snݿ1,[iDDZH,;|2n_8yǦt*,Rٙfk{xeATRG>_) ,Z&1NYtqL%, "H[ q¬[4Eݓvb 3`;T%(@l3_ʫ;^v&酥Sn5S1 en 6ҏc!6m&Wb\*1ZHI`5#ŐW=ŸFDZڔhw@4?cOۑ^ JwVtw?!bh, Ǭώ1aц&?\\i ֘g)3XmVНE1 .#+b=' 2-l]i{bѸ/w ./x^A%}'u>ƭeld^y<#2e<8 {H>WT⺎B61:Fbأq`ꊊhN1ȃeއ742b:%8}uiTǶ irb"YM;.b79Q*t%9:'ޜs}7 Yڷӎ͆L~-潔~֠uuu&m>*C `E Ku>4%E{9*~>EP`tI<2[@#ltTp}Ef.ǤkbI"*岒 :Jb*ӇS 1!EÜ|4l C#vg')TW."3a3kg|CC j4|Ib^\н폡Ҹ6}h  "}IHRM$irAӉ% +hХt!&|>23HʐoJ. Uͧ6 "+y|'"i%.B GlA oDrcwHWs۰5di^BIA<pjFYe:Tgc3(\+7{W ݤOrkrܻwֆiZEIn&#%(5!B 4M4g猘\3M)܍-;Ni7gWfP`0]1iF.԰>MW l)-ʈ,@nMs"Ąqe١<"/zXLYƻ%R.*l 2bAq2/W=}L'# msl))\!i:)¤6{ 2{X#z% yK7 l MRتߌ $))#n x2|]TOI&Ng?&;NekkɔW0| ]26-szTW| x("x Ǧ- RMh-A5 :b-}Ģ~mj/@&v^# A$_eզAT,nh$|$\:)ܐ%*.;{essַ&܃/=rFzUctiI'l'aL'm-ܔN\w.17%3ڮ$}> E鵼dwd cAU֧s/xi9'vKl^"t=sJT`)} eL9^ho2G!-) ,DlМ1Y\3xf3mmۺѷmw: Mvj]X'/ u3MTtҴL:]J>gQ6L3B#A /'M߈(LDo4f|{Z&ؕrF1X ix#h#\ g|D}ux]Jp+zkt<#;<T-t8/WZ\`إv> ay.`nkϼ6M5Ɇ7k{᧤MCF@qcu_9~ Zg-D3ԏRo'2o]8`L\$F$C 2=뙣Y\8 mԁ܅"&Ox89 .ݤ:Ҧϒas S5w:^ܙ _wQf:g2ĤtDlȱO.d*Lb?uo.x`4J/oitWEq7@"0vN7Ks{[xx0b=+iK& ﺍ:_ꁅA=!ϝqv]Rq.9ën~Ss)/64iK~)F=w5Sჯ0;,zn+?И+^Y;H hҽ7PDI!PG{dЊ46Ώ5V{纮 ?[Siz4 NQŏŠ'hgӠ]tIH sauNtH'OALvR}vRuOCaZT{&܅WaCZm?qC7Tqdʟi=4Flc+F+lNQ}iAǣR9nXW++ Kk s8-aǝkjA)\L_#JdOS2!{t11=%=́9uEƃa~"HOwDUOot!nL`5)wF+ӵ,UPE̕@%v޷G;~jhugVPAs9" at`息'>PYigW8%6((3lL[|D#b`J'* >N"ޟ1}MP$9`ri)Z9ǃJշw.1迩\yApR)Q6*7!ه!=}qe Ml*v9uхoZvJ!+75Q2pX#m'`\ce9YP=U_4a-0<Zi\>~1uTi?60t!CC"E_ {fnjb7(CW,=]EPDV[?r$3~>%;Y2ooyN!ů"FS9ܱ0IOP+?E!p<(J%QFxU XWwMvϭ~$LHXxb~q7Po+X)/ΡIoaY(=QuX./!<%QIoߌzv+?:ezW#΢e\r{¢bxNݵ 7T4[x1pA wLHTB>-QۡvB=CR{ Ltpb w5@_.WdSh6+ɴGmdJ9o8NݾԂu\Ŕ.nhM!G?X Z!j$A\2*[jЯ]ԝ+Ck$ yKx}У~_*L7Xt$Ȳ~E'8rot5è8h]i~wg4NysCXE\UN)=b*gC|DwrlXJ.­HU10٬νBkK*J( %LVT|A}/W#=$1gHL؂MKA\^4*2 G?q92ŝ5 )QA 6JbuSt]fYgXzn\cLY2MQN1WĦۧ& B a8.!䠳e?iy;;<.=nVGW·t#TW.I|Ԕc-yIOI cm9_5-,5氣vč{⬕Y75)C!ȍ8-R$"@-,VѯQs$ZBw,A@kU:ƁņX .lٙ f0SXަ!UwŃ":Q,+{mo?Hd::X2IqP\t453.\<İϔaUUI1 Byr\1<2KJHw~s5SjLYxJ}k%ú8e͈FenK`IC2a 8;X0OP V#-}E ؁[8H(gϚ%Dxq;~}meǦ oxh;`Mܥq<¢U:L#xv[{◵ُ& +C@{p,W:o m7RGq"ۡ X) ЕE/Y&)Щ*Ѹ2¦XD:$sّbɧS+9 /ǡE=4LhtS "+hPR\`T|!"v46ZU~kOe6ZXF۶C8lːĬ0#Y Ey; KE`•݅IXgd}1攼R(O ,QS\4{A`a+$p8KxB8Z#v |co`&Uzs7MBV7 ƌӊ|[ {TPDҋUkzJ'z[~2= zh7>rn?.֟~iQZM;:[`Igj VJa3=攌!jf6wS9J$wֽiwҫ7z;B[$fvx \;O(SNc¤bO'* }J&,ЙQE2rgl& 3hM^$YL<ZW+j@%jgS/\/ Htu*o8r?84Y"cA&/u1Ϫ vF<>Xi>Z}5;Q:XVBGQ6 0r&>TpLsEn8}C4坃e[W2jOuQr4x䞚&m&(@+s@![.RA7sx}YI: K;{"4Bvzk/F 54 ;+Tf3IjuNR- %(6Rl.gt=/-w(/Pۉj>ĉ!PD>q+F zuseD&n`^k G\Kd8ysPUTQ_C`>fDϕ[Z+/-"ɻ{odjuq\88夕oҖĕ>. Hw4hE⒜:.G= rkV9v*%07!FvX @Mz 3tM:+蟊vfpݐΞq!4\5e߂x6=ofSD&#7zxIGgmo$-nSkA2W'ӺEWYt*/'Ѐ!柱lʛ[nö->OK&vzD{#,aR/~q yktc nO'G 85XsV [vaᰈT)T/Zɨ۞H`B:[="X[xb#v)r2n8B#]gih-[xǴZ1Z99n!Nz\(J,HJe K՘ cQM{Ϛ=ѭZ3X<*8We6FEnaøMnZ}ޟ} k<̩. ]BO4 ]ܯ䩮hOX4_~X hliJEE5'RT#D3!( :)1eOEbY;᪄a`J:T89ѣ+~ڎ(6&&gAR8ERpq{vv-Rv>];E=|Ɛ֩b\SP~7UO8I9w7&Ȫ:S YV@.(;pSW\sA#iP1BCv->O|&dL> >/R]z4p-t;Z^%5+cPQL@%6DR4]AM xeH`<|<1(~H>Hĸl)/g~J0B$}?BXo0x8xLlj fFt]OQϘ8HVoŤaRTTr%JȎ>īo]̛;_6}ҩ+TO%^ gV8,5s@x:m\s(ɝv8?!-d)Eݤ!2-Ls*)CdRu'< ӪFJvk[ɷߛ?탔BRi~R'U{ ۭ=C[xk^sY" 5mXIՖiQ@y׭6|q&VC6omc$jy2u }8|<\c5ކH?rM:5OދUn2ykukR2:ėeSeó_A@j^tRy,˂~^Ԣ3h_8jRRu<{]8a~kvd|.TE6β.a.c{R@J>D{ * r۴;Fu8|t]:-a3q̃)k{&,htH!mɜM*yUí?[9n&=)|:Az3Gs$-91vYm(}KdFc6CѰUǫ(O&7%הϭ]mZ-w^fn<Ο[ ԏHJg۞~6F?K{U Q_rr<`)>5 Ôl;2I.??] l\a^v\4ऎ nl++^Sз0r&nMl8'EܼTi#ksj|jq A+]M/)>MҦqirضl#ϐ`ńZP`^ɧ (-!Cw_T <%Ӆ1Z\ҾM@lB"JLgmt Hn$PC '}qoORe#!Ш0tZ18 tW ֆO#l;[C'N/4zfK5}Tٜd\YDf:l|+ F2o Pw Ѥax1?h0\c w;<ѧ- ?-Hٙ]'ᢤkCtA_Le:"):j(Me)_;ӯL7Of2#ϯM'6mE\iIfPW.FnRw{@gHy [k%GC *r2K,$9%c~{1ǕڊxMho-&B6{Fd%#J ΁3w,$PqۿT~ .2szOG37 [/PuVIoIKqD-nP3.%Vf\H ?r 1#Ͼ39 dyˏ̓ kA6ѾR6߳%uFG&}T 8 ;UAFQ߭]7䄚ދ[*#BiթDi<` ^Ȱn|<%FsF9#D,M֑9 V63M,HUq:7j3x1nlQ֎Ujl[ٍУaAā7Mzl?%+ 1!~ari)$ \ٳ>s"-F|n|}r:ii>zSǦ1%~k#ɯ|t;%!=r gDu`<>E3E WbLC3X %g!1Ou!73mr(%AMP(Y@Dw}z?_z Yt4p0]jj&SZ7c8H-HSB?SUU.؇t6ƒfT4ӆ4݉ٴp|!c]j4ͲPB4_`9{_.RmoOr8pU`/ޑveeT} b/5\û]-6*-JU!CXp ط¸n+FU!4$:tn61{)<2v g1o(.:w# (.N'uF3F0F k.LOsbmRlQc>ŚOm|V,Nޖ''lyf^X9Tݳ_=#flsĿ#/NL4w}.+k9,"HI%‰F Ĭ;Nbÿ́@x$XMì XK\ ^a[ڽК޽x1evΒ6) B(Er#.qvBޅdzYʰy+{C;3ѣ-UvҳlKlX0l=3JUQ-,\Z !Lx^AWo ne4:ӈ4&gMv6wxQ*7P' IJ swQ(0{Tz|ˠQObK9V*>ؤn8.A(NI7DMyhegE(:#e4tD"6=wu`UCbH~!&oA[foùBؚ:sUt2+~* qϐG#" ʗRVPT~+r2>͹Ӭ ݅qJ# p,KZ,=qGө/_A6 xN5H/I)nۖ*LKZ9g@ne}QnM{v5<b:j^=c)Өt<Ѷ>C]wsԣ7y[8tlSu`>͵E Z:BG8zeFtNR/ub5K2 K)$%nkӚ5۵ӶܒH콴rĭ]-CQ"c0/mSͅ Zh HY]z<$ϾV6*# nT䛜|/͇+qGַ# hORcE9G9ј9}d4cz¤/ԣjey M:Zf&f,CvRS@bR@F\L:Eː|q$NJPBa]H3}/6nGLE ftqt E ؽ^b@ z}^yt&wͤK"6[yXYm䅅4'M׷r 6sAۦR2jNaH6~fa%Mm]_ɄȽ=*t e*h ݁>&pG[A5VR4 F7o<՛B=vAUGdgT"l7Ua+-{U r54)~a1-ڼ 0lkLVeLhbOT[%ZDu}%%{p|yYB"I. P|MLbSb9``8s)l7MO)<0 wY0C0=2@e%d *יTU)Q' L6rk6du)q}.t)֭Qqu"̯2zeXKOB~L`%VK{Љ1ˏqpd OͬDB,GNIPF(hRbuYon/n{G(YIjv (mzʘ fʥ,a_W{#% H̔8ױZ/a;^6FƤ4/Q-JG*ӔO(ЎX_ݰJ7q ks|n*NQ0BhpVmBkŃ { u7C>qQ r](Ctb|?6(:P@2$*$"3 j̆TA $̻HpEЄ1)cU|38}jXެĔXk΢WIE"9VrS?"t DȌ20O>g\ 9洒@ejSX* A6xTFK*RJY+ gKkd-}= YB~/J׎ ?9¹͓Z-TZx t9t&.R o'lJﮨ:, .`8w?ϑV"d_kƯ_fx:B^{)5-N;9Y& ĉr|;8|yoh]k=DNN̾-W, tYII0j]8+j[$6Je:!WrgdI񈦈.]1K5#F4x3GU3ՔCљ 厩ԁ-2?*V;I|R0\p`2đp)ّ}tp*m7'gV *Uο(a!J];A.87#f>+(&Pl4نGYT0Kpe%jţÞae1AcPe}@<+fUyT%{WB֌EB6bGXRi$5 6iQBյ-6U@ɽZ%px zecF5 [ɵى,dopU3/PV%%["Onٺ|RQ{4z@:{bԡ#f&wB/ѱG)H d fxH\M_BwK÷j3;TJ_tA?ݬ) `UrN]vR'`m;xn6 ,Y O'UDƙ$pb :w1(ʐiER7e,=غ~6@t!G7'يO%H'|z~$pϼ&_'mu(Y(ҫm2 uG}0vt<(tEa@Xߚ^ X@PaFk@,۵rd, ˳AmgU2Q^ϙϋ IxpJzP@} (RN!vye$yS -D l1=o /g5??)+#NZ5h{5B2&J@/Z=*\$!nN&`H6{ ƛa -܂__O_u3ਵl7rكPRe,A/:wP"fk%j' "iucLo~;9Zգ;*(tdžYFM/;3 Pzc!C3Y?N f"H69p?s2d'krH3vu]k-og`(9C9XI'Md-f`JN¦ n4v<H6]vϜ!E-ؗ8G^7 kM?4c!˔R<ǧLTMeR񷊸J&-f{#b6YCӅy{WLX@E4WΛ#P0hSUVfC K:?A!R;8ȴr&3/Z(`4sʼn% (Ly8X#7L>ׇ+pIȞYn 5Krr2:*PHwyxF">"()'O@eNa$U%1 _td%%CqK<`^I}CuCЇs ʻ@Uh\e%{/h cb_}^`PQԋ3fY}݇nLi@R*$rt ]e@oqx@ع/ZHyt @p, dy|:'Zg7zBM=؆3ٸ(U3犄w+[CNP!NAaL_#R|$J2Jz:> G]ku"im'UޠV7R!Y5BRdՠbuPl a+*zDa`Ѵ;YmSBaD%Dߏs @#=w߆7 ~8վ(kxL8V}2'er^4^xYS;dp(usFlrJl恀kT LJB=jKz;vď^&~#+ >k s$螪n>:F~xKLc~nh5  ()&BjUR-LP~8V3UӮ̟8'#%I{oʏ2o Q[}ڪ0ыʈuDnHL7D_ BN9)$8WOo%B#);ZA{%S;*Nk-WR>ʼ  ۯKl2tq)zgP9 7 R_N-MROfko|6YPFC >xp`O nbbV--ʕ>D#0RJ}lm~=\N>3xM6낛^nPm rWb鴇KJhIJv3Z/{*;_4/&lʑG5)%1|Ph[hkU@ :6gln '@eռWF($-EJɣb\3j2t$JJah\=ߑwf$=x TvJUb1_ ~5NdL߱%u%\ 0iUT@&"x =a`d.D֊unMO|V%Q.p.$SY̒1) {b;D$fⴓpD1IzN`Mu)ܐDe `πvBtnOLCiҎj}}滩/~lSWz*HGcwf83G&nuӕdt=Ž3>n?E9 <[paGF*#/ϩ]YGj}u2yU =)v)N _թY_tg346oSٌ1Ɯ0VaMܧ2AZB H7bBy ozGnEzTИQCe;>+KrU-Iq⨸P;iAw;T,v1)HPxNVCA?$nRZ%O)BIˊ x+"eD 3ȇ.2K%hG?SPG^;9nem 8Q;Tg"4*"}+_=?pqW( DQj@ &6'o 󭏳/tÚ)'eJ냌t[u1@Dxca K_ %L&q=D.ى.KF, ouя43WD\j.aB#O,=Rk=cL4%,ya ɼ<c?x$c]brv͠~";=+$'T=+J 2+~-FHΘUuh\YggoV+L4'/Eeq4noEå,>,~F5=&a:@ w ٫eeEWN9gM+0"Z; %C^KNfY];;ɘME[ގZɾ1u䭇)2M⊈ZY-zbΰP5mNɞIǴ $ l:KN}p Y!yڋ+Wr'C~M?w<2bV,GG_PֱMQ4O1\{0|Fvvvn ]Sk*6W+ӭMixw1j6>6<5?l2-`}'N0o E?1ef,bզ]jE.bh6lNPYiX4)u!s03 Jje etlG~<*I؏H8n/I5㈹S%eތOi8!߬8 gq%zA}3NDٽVZ{ewd%9Gⶶ GIt@QC;E9\uU`scRdce |gv8Bׯ3o(R ِ\\o m`%in0(sá8gE;BH۴u[}:ydZZ%)|サa%|1wiRY/ޥQah)|s ap(DX ru٧<]jO#$?{\x6s4ԷվTn*]<ˁ}~.Q#tuYRƋBƭ͒ۢaiPYnئG1hH ˴!$Sn) @o=+s%LnƽBQL8겇e]=e<!T8>g.1+o7I_w :pHvizsdHK!|O[>WJ)QbV{/-h懩em Gҁ@o-Gg& v  H0h9ð+`)rCܔB2]mAچDxU32[y=Cꊘ$ky s#e*>J(I8 {iޡ |A 0yQnXvoE{E,t(GO]dkR!aTPK)X]9Ixp3꛻LߞPɇ G_CR/~9fwr%Ű/k-oNKy2?kOvfX*!POm}S9OuxQXL5sEWQr [HØl;Iݜ\O}Pl=ocKïS_qh6# Jg!ث/ZyִBi.pX 1MTP$$v]Cs^ID$xHʂURTQ 6ѣLxYWHCBvdͿU$0Gkͫ +U69 34*)kor3y4 VOL~kay-`8xCT{n+@fC35GXv2;`btZg TFIKT^,lzbrO4qw *R ʜ,SB^@((Ik]r(&]Ypgp` wj)@FaG0! 7˳q lta)fZ ځ.dZZBXECey!TwdXH9AȥW؟+ Ws# OgV ǡ6 #g75 {Q 6Tʼ6GZBrV"Vv `wEP|יͽBb41TYrS[\mWwz̈,'e0?4dd Ew빊*=$D.\f}w3O{Nˠgå񺹘g(۫} mˍ/ewBN9 B9fLz_bVAz/?V !OkUkp?uQhn?ۈ:(AN-'й*}o)) (%mRpmdugaphv@RDuN m \Ugzg~Su[U?Eoݧh%2݁66FZa4N\aM`Z\œ1|U'Uֵ2脻Cigu]' 8g<׿W<kdވe iCٚt]Yl얶 v)bQ1L2߽!M}mrކesSŔ{}# ])]1"<2E56J^(g(6f+YWadjSN)}5='Ƥ-<+iG1pJt[v- c@ |[ʟ|]:Ycz&ni&h Dġ;o2p#%X@B @+8p@8ǻ%3$?Bb^.7}Jy{ y ͷ^Fm<,% QϨlS$+^ @dУ!~8lukNiA/j̈́/l}R7ߑ#U ~G -8+0jE;϶"6,[H6/O͗GxoOv4Uӂ1>b"W߈W:8'BQeW*E(mq} ~|r* )Ur/ ?ep{'M<~/h;7ibME\)hN;q?OZʢL1\Q1VIXmJ#ߓ|5-j,1ǜI*jR_k8BgAqg$qBoM|h y6@e{ 1D68g+Nj\Rw?XI &> שJ/IYQ%)KqD l44(9p0{|jjQM%6eucv |Jq9-kWwl%==7~fGʶ~BGVFP$m<^@$o#B° j N#j|_$o(|z7JsLe}< VvoR'Zq4euŞks%/Z}[X aM܏aB&5Ym6KxV6O1&/Mϙ6\ysAM,BAA5_kCONM|Xp@lڧ} x70Y4R>R>RžX=Bz}r/{3:ѳ–t#ڿ$, ÉRT *KĘ7GwM3OP# )b~ X.5Q#F7\iGR=!lFJuYQTjrxd[*[[n9ۗ44]@f՚kXw󻴩}XXtog|(\3B/Ef C 4>b7R"[A1)PT?t56U )<&}{&:{/*/).)@u#{ d"hǽ6h9= v.q1$o}ĩ5(v! L.Dd=Mp#ڈ{|v,wg22 >kR r.?qfQs3\Wl!2Z0ak+ro3?]5oݼ[\w}_3 7Vz0l9dn%w.p)0u-}'qpM]QVṴ<+3sZ=n5E9`)dQMgSiDJ?C3]TA-UP rupn'"rl}'$(u$=S4bOhjNΡ^7 ?a!{%GzXt}T)\qwڔI,"Wd^#7إx3;?ԨK!rtZ%s{Kd?<3,dc[,PǐLK 8Y2 MF5GY0WXBsVUZEq.’b:q.Q[Y7{y@Cvc)а7N WC cWM/"7 ?fOD:7> VG N\Ox G8sZ^&2f7K\鉒|'xP{kmbv!hZ'z$`6[foZ nwXj ZB$ W"Džطv 6۱85 5o]R4Gx{"916H;r,qQs>kzU3۫iSW  6$>g⡘kс;YoC 1m&lP~g±A!9/,oԿY'h63rHKb|c#H*qV;0Q*oJa W_eMdbͫu|<2LVjkFWF ᢙ#(8v7@\n5w)u>ՄCW%U2V6hl`ʲ@sl*IHG oG8@T4?i-~\T@"{Tc_s%4W;? l\|*W*接:QgW+o.bKiI&'ټp@8~9 j/CN{)G)gHt[@ `b-E`[soM -/=(?e3/}]D5Ec;EE3 R3"Ŗ{Ae歛D,֕D8>C4/]HOHVcP>j{w{B tI`$J2] wy׾ets?3m0Y4:7li Ě?P' _z܏EVS.jKUUW&`+.>1Y602G<V*q 0%GɎ@@cw~\ڔ.mߪ8>/jَ/uƏ^Mdwé̎/b^xca\5櫲9CΌ=W3v 6p!be1q-/ޟdϻ4G}gBvq=#=iZeZM߷Эadl%z5TMa6G88H G蝧Y axlܟQ"VX-YEMؠCQV}ɴ{Qz`>-tMO#P `\}vO 6R_Dwg Ejn9iZЏTxj3mee V2db7_ '3үx Yֈ<w";mtY~hoڠW>''TմE#EQ$Xw"2Zr Go.ҫ?rM;}Z& GK%ho.pӽ:K; #_4[LNI;Kazɰ]rdlƥO)v"69o + 3}|)1C&CH __A4ICCDNJr@Ы5]+de 5s:(؆ < NƧqUkŴ?":RH>.`j9gRbźp1_]xg_hCEySW0>(ubEoe5{{^xj hULngqWĄȤn'8 "?Ǘ11,[e׌GCq1{a!6`noߏQA&uwtX7ZYuQm+U @a8ekG_p\σ;R$x`nj`Zd8zq6 ۦHw}wAoԥ¬@~^c=d:Fu%lIdat[},;~2*xofI_á/*:qwH]+5D f=YH;EBG:T2 Kͭ7^3% Nϭ\ F"&dE}Z6G_ biAF} R[a^ eP,!!]{ Τ^~qR;q[wstDPr3&"C +2FM $H_ܖ+MnnX3=ZZYLCuˠ"X/}wYpӊe_QEs*L3`L1jN0H+2ިg=%7X5 ږB4=s#IEF|)k :}mFQB$k[訄tk]8=;#_ ia`tjɽs碐~pZ0k~`]\H[taNMwW Zt_s-"L4`9$a]P_BP_1P*h,brl61 w2S3Qj4=Rv[n>:d?k;8f# trz ̶e `6 Ua#jN׷gVJDcVhMѺ_@KAi@3МI_ֲ+_Q#@ӍLM=U %!sP&)62V\w_$s3SUsu$a]w Iͻef6m9cC F?co[z3͏!vUiyNHS% MTauQJjvܶx]Uno#D獁8 m6iA)B3NԕE- +aH#d78u)S!-R5 X 6,>1~y1 ]`2↷^zQz"zīE'd@ d&P^eNw6VAOiϜ[LKڒ3L%Ej=wA33:'SC-j- />@_ y8LCb|M'F  qtc:.x%By@6T7<Nd$Lz>q@攙SeYHi t"xX^c9R>Оd5-Cs^*[O/`ۣ Hi6XSB 6-[nZ4v'.isuKka =QDܵ; AJ.hNxRl ZD[Num;/Qȝ pdVz bX)>V=%_(gT&) ( ܕѨ*gm1".Y?,)ąT^ψ۽ҩ1FKN0Mhdi2 p}tvK)g}k=MbFr<פ=*CwKPBke:wq"Ҿ .xթ`e2y>b[oHLAˀoI^iUK{iRYQK.2<;&[P,,BtD`qS4.@Z=bgcX1{rv6 jp>O!3c!}#cF{ƶȽzz0i*@eiM!ʃ_%=G;!_b~:"ƕ`y=0$ AuVu)ٺ@-!"NxdMѤ\f8Ty6Xƃp$қ_uI!ŽLQ29NamW6xfhǰʟ|gl%Ǧ0_uɜd&;=@ Tjh֤HNfAҤ<1D߷% A|ȲhljZ{k}pSPT, W.Z,p)ME/n;_^9K3VPK"Ic>\d'"a.@e RG E8! x]5:g.ffTJ~"ԝH+&Ӭ8-S~('JB,o lI/A%}ځ7R+U!M? 7':S# aT'kݘ/y@|ⒺފVXc*̟\]ySBp&d]\: ;>3%i5c_tDIxP`GYD;n6-J z1C e^ha8V#xЀ0׵c$%=@VXWwfxȬ>I00xf|g4|'9Xs@t;QЏK$^Y)ޥ4HAPN.nEWqtTH5#KR0[+dvkʁ<%u{mgg0`jTiz/`6Q!B9ؗ%y{X 1 uFV/,c3/WvY[*Gkxd0fry82+)7HwYj'n7Q, RMwoHcfgi &,-HՕFEPi?6}pޙ/=l/2~]]ZԪ62 A]ߔES'C X4Fޅ,VI^⯷i$fQ`2#'fZ۱L9P¿ KJ8Z~wVC9<q(,hd!d@<. gj+$?Ow\Iîq 8_!u}ДPɶn%@@yL]x9Kz\]B35>o*E4jѵ Zհ iE!t#C,XJIԚT+y?pS]r*%!\<[uqS[nu4غ;2`ܗ݌OsƷ@TK+.?s=t^}3o+RL,3G>F7Z%VHxUt]t7M3wmSwJChD( .uPhfiöQXvtr-H@P<恚)A]1_Jv" *Ў&qo6rI;6`[+ʽ.ޕ1bX| .0BRxOl" vjx ( -$o UKtkns[  gjl]6ޑjz}I!Kd_uQ@n㟷w@<~q!"+%J;k칤6D;xXzͩTJ(a厾CG3ޅw%OLӍO0fiE#vȖPxҲYߩ,׆UW?X2߄&?,h VJ:3"_%9L!9Vb=gR2<+LmrAw10`C+uIjNJ;r^s|2ڵȷ+\$bώ?/4%/]&ujP˳5JY_^P5e`MZ\%&i/C.`qu6g1,G] u卐#0 A["mzg \c=§9|?ub+7D娷U;yoQ>F #1_p6ײÝD>a&r׆Xh_ N~Q]#"ҹU-{?xNѝp% "ju]hʣ<,`:F^w@J3Z66s EA\#$J{{/9B5|vfVj|+73ᅔv3SJg# س&{dtTwBgOƅ&ꩅ1l1E˔6 PYd1>NVz^2NQd7 ʨ `Fh@ZpnPת窸05%`^.QU7G|`N[R`;rU+(}t TFq-p4nJZ(L\zg1x,?2貂Bk5d/lMCfj P|;uVAڇT&8.'mv`#qǦ}9, 5mb'=?}䡤6D7nj޿:kNl_ĊQ̟lȓvk%dB nW)3C[zwYs @LSz-5zZѕ,U!_\ڌOHԈ&xBnQIf5:8[yA6f61OP02_Obhdab4{;]N} d;yd6PpF49ڮ@'OOoL;M05iuOK[ףt6GﳍF'LD @aMFJ@=5a/i Y+$&X(ݞNge)isp)H2Sjd,JxKOvNQ605yFv%B40>/T+"}2Vչ9hQK&S}nVh! S&3YU$ϼ*\FZs)ǾIls ρ/.ўUJǑ24@q/ 2ACmJB䳉s9 s4y~f_1]Zǔ<_2Sn C#͜7׾;I Ζ,<0MXRzKN_BEDvG٣nvȁ9o9 j%1$Yu|9=: -hwvR`zզhbb8<êspFCFiPlaQ)R&a/ IHF6t@eV@SRgѬ/cƫe~բfWgj/Bpq %p 1Q[fI45arѪOt|>j\/vsPՁ]~qjAC&'2b~qݚ3SY颠1Upct_DOz孊)}b]=jɉzO1ZqyZϊN\P^w(>a]5p `ͮft&UYqޮAzM_ǂ#ir# ÜGWd}ϕJV穆!i.x,D/Yxh|li>a J"o{j2D(DRuftOSK+ ]t7sZE 0 Jak>MM@{"SM"r99'[ uq ]3(N1 ͋y=](ǚ eBeg. ç^fs!ѓ-ʦ0xe^;`(^{L6T sNoMuhrr\7/Ř$+МnĎGPzR:=+yI7S }-!36k b*{W}|q--i TI &T˵~D"(]2y$ k$j &fn0-m)l D6jn7+,"!:k#zyT:YyJq w`lTx"V%BfrA3a.j!F>E*T_NrQW='Bdn.p"I#`WyCu\%jh1SF=ƌsZ,|-v,2/6rOSG7.7GH4й)lގY)n$'S.}Zƀ zꆃ5ڀ|y8WALB>+t`4SYmn&kZ1ƳC4=TD 2DG{)v% ɽfX^m! W~&O&ūHf$`K^;#|@hh3JRWnXV{֟͞0q˝C5ad0ܿ A!m 2%a65F$Ճ״5/xYۢ~lr6NG'_j[OWCeyHHX .Xj@\TVdD N$ΒUlĄc25e"W^;a"vaZ+Pi//wTa5HAO $Myn$*W<ԇe32[l+0%~*XAʳJO. #2W1l6c+2@Xޙ3Txk8x= ̣ʏcl &50>DeHC+ErmMۏt N$[<}K/Tہ]-p)iKOhe8ך_{M_ "S~W5@2r9b؟IԢ^0oqO<!t4/tXGيI!_mb7!0D6Up`C2/$ CAT@T0<7߫A'{ڵ15ϕxm{ƒ@4՞Ã\f$s@-- KSũ4;}.Q:S9h‡g{Zb:xɻ\p`QnaYJO~U J|~e }lB3b^$ KU/ [Mhƶ;UI5 Mg5I}ֶ-ye~ N~&4uk|l Z0@r!2?tI ?Db>&lEgBlK Wۊ䫥A؝C[HS;3d3. Zusi(T/SVᬬƂsq@pS \-'~Ilc?Ow~&S0#%wBǻ(.;׮%Z"{٢N~?5#g{hf]zpTy{smiemKE^7ӴOz C[ITÐ̧Z)u낎ʹ]Em\7yae]U8H@hƖXI+ڲ۽-t?#-:t]nEk̩<P+lAHZ@[Qğdi'(JrmpŏSno3ua5*N4;6I;tΙrTI#[vt0BL?ˮ//y"TE)(r'z jZD`||(Α¸|a1{ʨSy duFk,Ӡe]FjUjT*uVD@B$jϦkWS'w(k:.1 FPo oK <ѓc/0V҂yx u͋ȓ~fَq!}pa˅}YJgA5 9#}iA) RW饠8σBeB?a ͣ#.r?|QmIf^ [-@]0!$P&U!'Ulg|- eGF{ΚUx"Y1A1㎗Cu,ȓs`B^RW9u2~dx (G2Ԛ(7~ ĽOrOũ\kA"}A0q{_آkHl"Aa/ _V$n.jhC9y`C\L}M~ўVh͋ g|:F5HTsLQ#0XgANӞq\LȂ ꯸[acU ѪBIMFΪ~Jwg-M1^Ms(8n2W|\spLgpYK h{0x7)0Ң=YXЛj©+ɢ5CÆM}m1*M v"Aݣ:b@gθd_Q^ebƁј,M<\.9W.iTm90@ j :^q0ߡi f>IYMp?Hq$r1 ] # $y5N/EA;vl)["&CDU #JxP􎜾(w- 1[NQ~ªYhz?jQtyTou:Ĭe1wܡ,DekOA[Ԍ<#&]M*+}хKW;` )=\(ZvP_};Et1tt pYC"ޚ '{ݗ+w^0.`ƻ zJ €`>e2i h 9:ٳ?F aEA`R, р Jn j:%5 ~:Te԰.oY3%ϼ.=HA;y?~i2Dd&ts '+8@[HTr7 `z' >qÓY.`V6!xЋy%u|A ,?~663 B,Go?|(޴'K,@(gY|ba@"۽u%#ګNehlS@3݌߅„/ؘ|?zBkQs̷j ֢xOEEͺ//dJ&f\|7pr"/Ԅ>ئsnc" aoܝ5?u 䠪F1y&<.Cu_ź=h8VN*7 jcFϠ^el6˯}b_=?숵sYsn6}*| ?13 ǔ^0.c5} _ӕML90&" γkz,+0B;z:o*4ˉ3ol{\NB c3t"ga2u?F4ZU^V}"]lۇCި?$(3ڍ;O1| ӽ&99Tz+XغJ{J&g367[(̥21ҡG13RA}D2͘B(~SEzX؉C {Cy8 K;+h%{79XSfkL$2BjLpZR[*U:5yq}Dݙ/5/W:rNlot⁰Ҋ.gTH?GҒKIiP$fEiG*)mhcyvn蠽l|w (!<nUDj r2_'Р4&ܜIVL<|Cpp8f(h88謊Yor6XCDN.H_5we{k& WOܒ3lԤpKY.AGHDK*o (iZҺ t[5xXbU+8dS[xd;ϲ;YPH;/"id> ͟L83 b5&W]&CBC75j=tApB k+Na VkWI'] m2]汾Ih1I,R h1SSAFr P{3)AScDJ@Bk3~Hzc"xHxm^Kmh5%]pTB)5"LFH܁|້Mq LsfZ"~Ư78Cd\McAeqzfdx55{#tbaz/2yK0k[+jySj7ihJ"'aqq򹠅bJO! uHCÿjGREıJN[E W}W7={f?9Lz7L8fJc4(3@j^?JYPKǛGG@aDaR$uI2l[?M i*}+ }wE\I$g*jQ!}.q.)߬Mx6+*%MD>^p;G>0Xa) (ai 9vX> F18I%z 4bV G³FJANp<uf2vhJcqbcY1uo[_qpyAMz^AW2ݛ:)n,Z/qZQo"Ok4]\)yi0T&GLЍ ;>]80<as?g0K,6Y~3I#pܢ{ []+0QRJרnA dpzN7=2/)m1\fGʬAv\򱉸Z};Ҹ8c{<IAQD!s> i t]^A_r#pKCF5Pg5F.Ɩsos7،Y`U367D=4\_<^\Z:J7U>񢉱E`!2C.)B/ئ,:bf68Xy>u5Oa^2/yFTUS"X;MgLֈsoM"797vY`@LqK{϶d6D W:`[?$ªGe%^&9|rn!tXsV}XQ'?,b7<9'/XȗOs:a"V7Q%y;PwyѬcXz펇W:aP,fZpр\~1 Abvc50DMMns7FlQm'=[g tЛoHAr|CAu#' f4`Xs `r6K[luj8H"W!e\ZgHg@z;;PP7j$KάE0Q37-Sɪ,TѮTbsjj\Țy1Au|X5Ļ #_hm֜l' } 1TЛL}pu؛t ?ETD#?P}eci(beY Ln+'y}0yŎĝQ<H6k3N̈́r ^K@ j\GC?'_T4gv|ajɇeZ7b›%y ylgVAxw'sö |1w;)L`m%6N|HțR p.Fduc}}1`K%3F2|VHr&d/]+߿P Ʈ2䯂'M))4WPW?yRP@7>6ؒ^D4ErfuU+d:wx={S@'a׾XNeF$*g9PS+VB POSOHA `gFA4fgLF8(>M_!=H)F h4xTVr9Yࣚ-8Ёn٧H0: u[{KGaJɐjY_(edY>B:/# R:=U4) 0dJ}j܂WY 1Wfʙ@Vpi*ܶP_.2-Ǹ} 쑇oV 0|yqliWeq]yb}-y=f$]OԧM## pm@"nڣF*ǀ>;_۹mBeSqwBd ;Wb~fzX1~;9͓hESD;Qj2ɶϏ*,̟o=P7Ke%=b| uIzTz|@3cG"8~5ۑr* +4i&ħJ?"L,feNf"'ɿ.gUvs,q |HGbGv4DlV,RFS5!/dQFJ"[_lN%Rsz9ZCWZ(0m-AK?RAU QP_\DJD.T-w)BPЄϱR)AvomV'0[JbJFu*Wem~#OyG\u|cBJKoH!X|I&gk%jͫ.-+t(Y^4+(H[a͈j>jy2!x sOqĿhnE4` = $ϦTv@_OCSWfHAq`Of+l*x-߄Ӹ5?_ yxQq2$ځV!dʑp_i,+?"r̦`$@9291嘃z33:ߕn˯TFˢ]ҨO+ih4.)w:~Mx?ִ^^6b)kd$`(2M>%?QsIڵ*{Ǫv0cJr-MRe!˔y*w' 4$zOP9Ű GoOOtKA )UkGRZ51c)fמu\ I]fo:TfI#b &[w*MSM7-|%Њ%: FD9mC_}?r%.q^܂iv!0wr1ڝ!{Vf!%b:uy=M*dW{N/d'+_$DSu0xZc:ġp6V"oob6QC=#lGReb),څ# Y+RzLֆ'3F*d`-Mpd5dw{ik<7V᫂3:$Lm5gs^42zv)M ErI#V%dvɃ\wrJjh*|7~0׉\h~FPPY7z)uqsA5xE5[a<1|]IN) QЌ3Ss[Ֆ=kT5= OԀ;21R<? 'k7C:45U?IV "-c`A(eϽ)[Rg^ &o^KZ~ 5n;rU2WQЭ-k?rFቦo Jcs'UBoݼ*~J^L"Xo~e.`Qnڸ|6 iW!^@@16" SӁzz1WK5`Ie1_+ mf|~ͪw,%+4Х h "Y1t ѯ7qjw&S)u)T'zezN,8dV}nf-> 95x_tY1Pv-Ra-n_ _<8۸/&ls \W\;vsJ=0g= v6W%[[zLZ;=flXʰCiDŽm*:1 )>"mϣJſ&^EKs!PtVplOx<DBQ6k;C2>*J7e,3"\͜j:5Ȼ:Klvb*i@HHVME+Pjm~]:CS[ T$/>3Ğ(>6Cڲ =."VT*I|Yy GWf6;tLxD/i m1.?^k*rvW&>n\Gu!jda6qAz~$\<</vT7quHYX 8(s AHw=X'>˟=> 3F[1eIgkQo-ud3䣖Ȣr ^ȅLz){cC˽"&G^jI @`ʖDJ72Ue55ay}|l]o\),80D Lv֓;]@oRdVڣ-^w@=)t牨s$K6m'Bple;+䔩kڢ=o_uEZ%VQڗ~[ϲTn!pvkxn ?u(mH.g7 ,lS`Q?Uᩑ aBYUӊ [:S.%+_r[cNLiַƇ7O]t< a =2.#W_"۔w}tCڷro"<<AB $:tu^(rYɴ-IYPޟ> +/I#q=a\Cb}H?LjA{26$FAo6]X0 F׺>] KZ #i`cЗS1WKxb^660G7#TRЯ+L>a˸b_5#nt(G+spq>rRnP% (UM'>XBa#OYgep׿l& 0R V({_i}p 8S=9/[*?Q%V1N: <$Ah=27owQV kZv >r}k9+- H28+ U[j3=EW]_Nk o( .mW@դjVfV|bEis$zR9+#hDG7,,\&KۧB\ZPɞ-g`=niXؑMqi"1P`@ npǬN1Q/jB p<ͻH GB<{VPy2zsv(Pٟ81puf{V[~˚ \m'DʴȇC VfA!W{]*9\JDT`R'kEeOw#-=VRa'`BcXa\vBvJګV%U#GGj24p>\*A*^PDӈ2ͮc6B :F9sanqs ;Jl*PB+>V:{ʉ y)n49"P.m?5Sϲy0-t]DJ]O[m,4c[pt?ŌL"LQe Q}O+>0 )'rs[5E"n':*LT8!KgIX[D0#zہ~~,(KZKM/?3QrD%ξ!ɲr*~ 9-L$(N 0N]2Փ$bg3hRA㯪&ņdWA~A/^&Jכt,q{}؏5)'L@S+ x "=.U-Vz2$׌֧͢0nc/HZZ3MͶ#UGYа%P̮ۖE%֥`5ϫ hx@ܡT[5ͫALjV!ux/IҰh't0 !؛*jRIcвSV];DkR@3^N [0hPN?Hvv.P50ZSJ/<cdF)Q;Sg٠~wusO]bN\F9_<_ =5Jك". {ܷPYi6nc=Ig`#j(HukAk?Y\8nh?g70`efQE6 ! Fڬ6+ǘ3ՕǼ@ŭ0g܊7]/-vȦ,<M%T2x~?ץ i{4> -8q@0 EG-m#&2Nϲ(T5ϙ0|?HNRrFNf lʓ#E1cZ