go1.19-doc-1.19.11-150000.1.37.1 >  A dp9| sx/ɏmLwBņO`^l 'E,uxY{D,~NÌ &8 *#_q'\4ܱ u G,'RU?CX@QǮ+ elmYz}LvZ$*"cuyz&&˵@Tu6OW88͚2ɓ1jRN#ՉHDVы94+T_5l=ʣ<*KIa)AxΒ[81734b93d53b17315ee03ab48ecac435d78ce292b019fa238ccd761726c62ae7daccadf2a502e0413c330c4981cfe43e634541d3ddp9|M,0 =-$i mCDbV|ïY'?රJ߳!5!3:ڶZ֫9#Dobkn!m(|#f7\Nŷɺ+B`ޅp4~&yl} S+z8 \S;r#vQ~uܱ;{Ų:jBЃ >zha9ډOJ(BIjBO{kC&dae*T+H>p;?d  # 4TXdh    ( , 0@Th;(W8`9:FG HI,X0Y<\p]^bc}defluv$zFX\bCgo1.19-doc1.19.11150000.1.37.1Go documentationGo examples and documentation.dibs-arm-2ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxaarch64Mhi+qddddd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.11-150000.1.37.1.src.rpmgo-docgo1.19-docgo1.19-doc(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1dD@ddRLdP@dP@dK@d9@@d9@@d9@@d7d,@d'@cwcS@c.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.commliska@suse.czjkowalczyk@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- go1.19.11 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to cgo, the cover tool, the go command, the runtime, and the go/printer package. Refs boo#1200441 go1.19 release tracking CVE-2023-29406 * go#61075 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60351 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60637 cmd/pprof: skip TestDisasm flaky failures on linux/arm64 * go#60697 cmd/go: go list fails with submodules which have test-only dependencies * go#60710 cmd/go: go list -export -e outputs errors to stderr and has non-zero exit code * go#60844 runtime: SIGSEGV in race + coverage mode * go#60948 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61054 runtime: TestWindowsStackMemory flakes on windows-386-2016- 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- 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.- 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- 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- 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 trackingibs-arm-2 16891663081.19.111.19.11-150000.1.37.11.19.11-150000.1.37.1asm.htmlgo1.17_spec.htmlgo_mem.htmlgo_spec.html/usr/share/doc/packages/go/1.19/-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:29784/SUSE_SLE-15_Update/cf8d2a89c565d8e1e791ce974f4daf1c-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode text8.Ec}gy|8utf-845c248c9e147aeb6dcd0763eea80c6a5122e7dc99369072287e119d501e1c5e3?P7zXZ !t/] crv(vX0וx 0Ý=e[lI%(qJ^n/^=ĭ .PFl2O@7f*%Nڨ"mgڵHUv M>#I#|S>3LǼJ~wJ'Xj"i%=p+[GnKjc<cc=+kӴ*QV'p/"/$6kx5nFF)0́Սbޓg7b&+|%68'ҵ{-L s=XG?W2Mޢ8*Nj'+3- BS{l6KkicXgd-?& ]lLy @ TUèt637$]>DWLku_R bDk|_{,e1XXWXL2_*Fa~]`"IőOWKam&듣$T9v+SZVh|TKAKcj?uI͘ ݌_&+#OUG! n'.jly{k$8i0HwDp(cQSxն\`'ܼ7\F%xS +؂kr&I˯b;]JF20;yL8 0c^y9Yy F!ATM_NYqTj`ۅj+@Z*鰀]ӊ;і"+)&6og,(}`wjO&0ƕ)oɾţ= pV “-tR+aBi{kX#T`Em5蜂r2F/fxx_nXТi# E1˷ŪEX0wF#2;HH0ICl '%YY,AE]>`&_vNvy^@.Pk:%s-!X{tmT.XA7',Vk38) :Q iB3xn#vXܫދ%^LoDʜ?Jpyy 𿩓>:;-n;g?R]< =pHqbRrJ큭0xW&Nhs'~RW(V2M`{P`'`e7.9f s/!itVIEj%n[^5iE8["}qs`at2K rX!bg{ox9[>XB[?5s攞UySnNp!]Jhvdud=!Xdg!Y'$5M~;GUٖT.RiunBL47͘J}<4w1Ev/P.*Bs=mJ"UIq5wU702;LSsˡH_9EY{cT7`g^u\X;A `zV7Ac:؜Ww=31Yx$Aw;9)pAe˛F5͕w.5TuVa_ wL⺔~e\drÊ{^G$>r*`61͈(iZ 'Rp7NXWUP\_wA,YP"8A_ZvU˰{pЮTI9Kd LP8{aM9ZpY"koӸ)%K_]B 8j&cの;U˽MZ3:ÏКzoz0\?.=^ʓl#lG PaX3Jft >6tO]148Budip*3B}[0>869 ef0SK-R{%j%k|ҩqt EvrMg5,T^R@9ԕ}hY55"akAQvA?H\ԸII';kM%'v =3ߖy|V^q~^ۛ<9/L$ ΀ckYc)p#:GRj0;( EK9'd='o\rޚC>T.9+|ted77F3Iݍ$GݥY~~ʄ?%z39 inTV3UQ3= 3Ci|:63C C$hM9E ïpOþGO-hkNIU[ "'@)ͤ#uωvPI˦BL%}{"[jC'H蠓ohpI.RGsM@xUQڰEuV+0_#[%R.ŜQ2"FxD3ZC Ɉ }mY芡sX6(D$߉Eu_J0y07zῴr?0;OW 9{4kA-;^bb4:p?8Ǧ] QN֐3}Ϊgv.zT?Gj:ljTZ(spssfUK i$(=9 |}fQ`) 3`}SaF놜ZkYQmyy ƠFyNXg\Ш얪ۚ햁!-;=4e}J@|C1,YwUrlٹU 򘖵nq-s-l'cceB(MgD{p#P"|{g_s5P{]6x\4|N$/m2v=J q̀(8-.Xlk+π8*O uW5+0X,fS A X ݩuEHfư'7knJBG"RxG9\¨M̌GI\/pfsAڛ%fRG̾;@TCgy؍9m;T)Jqx]u$im[π/+M \c<.Z 䑁V26P,^2$KN(;t7G0 aJKǖlT+fкF-Ch=Ru?7 "+K]7_/Z b@tp\~u~$gR㧲yE<"PqmmȽ>ժYiq@2J]2NUS_>٫'ҕJq!kòګ, Rȭ vn%n,^=Pc(ʊFI.Lit9`{6VB9cla C;Q^β(j;e3BtӏT3t)? Q4]mG[Ų- 2,#`)L"KX'^Tb)Ҟ{^r@>duKh5G1k#mܥŝJBa}Z64]H̐4NeU|!cc=Ҷ>tAuT:7r% %xCsx_勒4)Rٗ\u#-?];"Rwc$doK(#Z tGBᦪY7U9XZGP#4%,|KV| D\J UΧ4v hJl#{V(n}@! )qpf3'w?XL^n,Cf gFo_B`eqwI}Yz*JrҺxJo:<Ӏ㊇Y W%k{)o񏲁:1aFEG<̋Yf.Z2/@Q!yn䒿d`cb8nU}a^6|/G x+ǔ<:L0V=}LJ_J +"x 4:&!*k,"qȿ͠FTFnpk.%(ˡK1۬ϷV=mN\uߊTB1 Zzf稧mivy5_ްV)y!txI~Ƣ鍶E/e6)q7)QAZnGiX2A)|8c4Urt`XjW ր[f{$fP=T)Qf%\cF0K2 (S?/sIo⸥94t@[< BE>4x8Vxis\K97s_a]*3 ) yˊ{ V5ϺfTjn >A&ɸ=#3ނ]F%M lT?,YqɈSB G2_y2ДoLJR ʹC=I #*-ݏÿ)&$Awq4n+rc)Yw`'1@*;= R8,<V"mBm]@d踗rgtpn?CB2͕\̛JZzf#~KkBRA漥(ڗPkQc=h[ɡfU X3RU>^R_r[<pP/nL>C ̜)-Eh\;gnyi`vo` Sf34EO|9{B{vVpUYIKf sg-,݊u #@eݟ`:wtJ?2* ]k y3zkZ=ɬ"EpZ "Cv~ِj#߬55}h]ЦON<.I%MS+̈́6tA:U.N3!<3Ȋ%>jj+&RwG?c\?G^5}Вǂ|ݞ):j0Asˬ=ZBed2i-RErG2RvYtdK9R$ח:[!? B :9$Eꁄvf]>%}-c+*e`i;}a1ӉLQG>Q2vyr@sOH#p5{@,֥iv-;?sE(-PMEdոg3i*IW'Q ^ƂCeJ,c<'@Hen >m}Lb~c4Vp% A$Ir.ۺͳs'E)'UUH;Yh.nB\GQ#`n8)3eUy~Qr,tŐ}.'iwX})pA]TjaѫZ}CFuy!wėHtuE- +fx$̃DPcA.bACk[4~bL SnbQ]6FuMWZHչ ;w99X[,=ԓ BH:RzZ}J:Uqde؋~֯5l_b02W P MSͧUI`bLb~#GB f ߝEYC3X1۷˽QeDeJd0!By?ogd?FM&ܼD&0!4f iNwPG22 ,e&߈T.n?U/ؔ T|6`a ȃ09 ?kʿTz/H!70@?HEz%( S˄s}mQZh~)sOWiXAqi\XSj5ץ|_ ѫA{D Bn{% õU;E&}"- AHr`.XKG1.yn55^ |1dF>s]4{N<0O^Hz("K~H>1J5i@+5DQ L]zÿJP#OBQ}=X%"dN9˼7 -`A9Ɓ%DoLCEƀ{rԏ-u #<.1s®*B0M_`=ϛ3q )ݿ.Fiar\j"ˑI16Su8Oh 7M:Jrec2mF]Rօ6/$$0h9y?%HM>ˌ`$IK(}Tg$L ⨷"ٛ΀0[&_dƥ.Ђ:QF13 qT~mh%vgkF+AT P09v_7H/ݒH[%c:X3 !Ft+,YbJ $/C M>u\"8|, 0/žʭ(IqC^HbaSe$՘9, (`X=rw(T. ]F2gdn ^.u7ͨra~9p[Иwd̦44P_Qݤ(]5dv;.1g1iv^Gc]$OoIXD0`0fz#K-v5^gr9 :1A>e܋DZKqI{ f ?A}UNYi̱ӺW%Ft$HV"WҽpRh, )YeDB5 ~ϧ}b3cp}F`HWvyjyOMQ3~S2JBm|Q3k~wfS/'3#N j>*LAP ϊ_>Eʹ{W'Ŗq.]8诃_f ue$nС0P r1s,(# XlL*W^fg#RxK0 LW&vF)9[EIeӭpBSe ጮ%mjT|r}d߸k#R]]QI­+yBNh%ZStPDhoq-c` YzmyZZjIZUoPHC0z9Gb,DO!g< @!."~W2}Ou%2$qK=C,`'-zş×LzAnA]>zt%:&ZԒ?$H塃EWjܞ;uz $lC1D}e' tlyooBڶgBEstCH  u?^0Ir1sE#_Sw*bB"|솜geLg 'j͊&@Hi̥ݹti;fluѫԸP".\dLZ$ qgv%YYq52X Ĉo(Z#] ^,›mylˀ r?%+Lm0pOSϣo6mɟ@TS3-ܤ3QZY$Fl;UTO7ǗY5rB ZǔnU@؎ܙE\cg4||LĪv t#|HBth*5@6,2z7 [Kg"/c)t@!gn9Y۳؎7EX-޽-fE>;h~|Y4:"G G]qdz)u<|G ۅRM[#!:j=(GpS6ҽ06~;B!m}N`1o h1p'~{j E!\W'[W OO^WnY @ׂ{ȅ/O0=fyC룴MQ{8\0y _:ͷzE^o2x*5=~d]^UɊT6Mk$-#?V>E6qc{S kT!+Qv7;97C˘vO!rݹ;{*5d߬rR^6(Hgu?+"o|M)<{ #qJU:T˼q-CGII9YHoR25nu׬F 3_`tj4 4j$*CwlO.Ԝ4N4l}clc\QH^SXBqfևOʂ\--S`t)Գ^e)uǪsw*KHj#4/J4ZQvueUrf2]pSq_D,{7m|I4~ˑjA.f|JdWGȈ̐cPd,:X[^VdK0\N/_ZjDȜw?wQGfr)? ~5 f &*了(gz\O+y0әrje(κKۣ|[$> ˼FSiYϰYl߱0 ơrq_WG0a{Adњ{ տI+AJ\ b$!/$|ϰ@޴N%ity,22tZɗpeL똙H_$ܾb6EteP_ƕw.vr1fKNZ`zٷ$r,0m=KN5e6a?̸8F&ez3ܺJso*˞}ޔ I y@E$Ҽ82Ʋdx Yd.`918Y4|όE{#42ucNmS:wRg6ۛpPP \3C9S!^;Itzq{^lp0ܣGo~A}YϳMu1p{$UOXQ0li.7 Ggv|eeXaST̮Y< hm&8O: ϣpGu: wulժw݌Ġ.cc!MmuT7Ѩ ;)g/~*xR=nVio8 蠝Yg[=e珶1Q[]'$⭴c睵.Kxj؊!30zJhI+]VVԜL,Ӈ^m~.A-|\Z5?VV1r;/1LMjtOu}JzOvU8wSfUo. ADcX=zyfόVXr~sExfrW['}֥7(bx7c7S%PoSZP'C3Ky jݹMˬb0GhوǢL(W+dCl23WW#z ^GcGִ< ``|.!PI !"dI*źnV!fƏ89@x^瞜,xߕv<` j'Qm Ii^΁ 5Ȩ|cz3pF$(T'L\5W0P&k's 3[m=S;C+j 6  E//hi@5Oes|~j.e?pn FC/w~YJDo6P??xk xnKJp|lma`A֧HT)vaџ5!Z]XI8,IOu sM^2Un/%R3X2]֞o9j%Z0PL!+ޑO=,>\r HypJZ=;f2{E\'D^7 (~MYZED["F8/;OJ6,ɀ'o#8mf}k}P: -P5BlAVZ $T}6_2^X?j!ty :nȔՑI. HPCSz.{h( <2aD75Z-;'L{%i3}yR& uC#!Nv?z"R< Ӵm1VHZ.@}gsInl6& zM9qD8_CuS"X_^,@uJ,pdֺT{& i_G*09 {Mf#ct:hW\sq)4yKO8yOďbsQ;Tli7Y  nti̭iaEv~dqw:g))Q|LVx# &3}_3{X$n M)"D @&M,׃k=ȍKjdg?W m~2xîk~I6URF&ըB t/8TA*tl=zJ-c`z5-܉AA-iA*-EAlh2?$ӻ꽍0ũ N\~ jaZb +#" 4S[[*a:l^oq2vz`#;0U1Uw`t%KJ{>kid*(4JbYDt3Fys:dzP6qCS߻.#ZٷDmb]lU#hE?X7zw$XJ։st0ftUջ0#.b"&aZ4]mvCQ喳0Me(")5kAKyiVҮFiC8x&TzޫP:Up YHϖtt2 "ؔ<.xծcLCL |f9۟ `E;X/Up}qMB*'1^@VR5&]{kgo fbGGzpEњe?!TކY0k|np!Eo DDeÀS 6Yomif8l<;132IH5^Dg'*/3Vdʁ;Yj Xl7t)J%X_<'8vM\j٫ Sgp-8 P"W&@}&ekv_k*Nv&BeW̨WԺ+;mJ_?N#ҒZ`K}w6OdjT{Z+9H7l'D rƎ]nmM`]u1瀳/d~) xkb="Ն0P>' i% x&5lzٔ AUklgK +HW|VHYXɰɽMzJ+򖼯mV+גO"QW>Ta򜂰t%FJ$)Y)p׼E)7 M9<_>9)Qi$spr>nj0U{WRxq;hpCFxy,'hI1y+6,?9O- +PGZ\q[>Ob6M3XNep2ǀ[cL>[yʄAcP,`E9!*-+.=ob=TMWi4!z氱 yEHO/@Q+ӪrkkQ) I/E τUV7n>2Gg7ka4d݉Px KmRI. |$c#^R%ܔ^;^d,P }rZvMJeN5xG'sF"x%L󏚗}J+G)fd ڠJmޜvנc{" #~7b #g"/j7van)slM7~^߰X\K1Sa~S+ t@.%W5NtO\Utp6Fk=`"4$zǗc:8"G| &gL0Ն/fQ3X9az˺햳~ic,W m? Am]8$6âd!kʾffbL^KS&}H6mhG,eyrYfm(@֗Ԙf/2AR\^Ii5`'A[T%1JHw+'Q *$q} .K:ax:,U5w%XԢ8jj4 78X,"묌,ڒe SM'ݮr_4| 5.[ô@ Dl8UӻskT#U䒘EzQCh}5C^ۑ#xTZ㈛{l!ᇲNh̡?8Gi IUGcԐ*'3 8x٫"&gH/Tk @ѽfFon!^7hazɓ1}Wv1m8TDN;}S_J%Y'|^ffwM`bu:06ih23U3w~l5#Wx0FɸE– PuO]ќ):_J^'jsC ".=wph%7.)I=c:H, RU@l-c+f)۱N3minE$I0%LS勞(DX,iǞkɔ? dOK%W@( Xd%Ya>PDW.pݕ(p颓2T n` ;rax #)`h8YδOxoE"XtC>'JҩIEOb7h,oh[GX?Rwn`Aeǜ|66!dk{ѣ a֒Abع A cʎ=$,T%@#m! :$/ vjۍIc `qA {ĉi\f*q2V֗$K{P_PV2b(hI+3XCm?N"ՇbswF^j oSZnI٭޻H #:uC@cל;-c<*td)Ҭ7*#~(u e# -}$ȥf4 itt@҈YcW3|'K FT:CBKE!7q$&V(!dKoxVrOSg3\7;MU)DX~,Μ'[2@)gFv!~0I |f//*شs?i="T_OxJGTMqcB8h ^ZeNfonrrմUcyBtWxH@hw?>r tF̸&KN+񆷂S '#D³˗ɨN[M#FA&/QM#r 1|n I5k:B?9Yi]C:|(NYRf3OϤ@Sns>e5R.{<2ݺB#}< ӏz@'1H"wRd?y.At ^Ape ?PvgCo]?*y<.3; @/9V9jm]nϔm‘ثYD6*>#mO^٨'zhk7;1/i1a_&l=<;"|(ӶoM6 P+- k*,AniJuj|r4hͩU]Q[+CH!qQ"Y!ǘM 4h<0n,AoVI ow }!0KCN&@9($|ر &cSHݖ@{N%{Rۗ jxʌ,ʹΆIt^]~[PWBkUN܇VEYNz,:)9Yz32烮wyDrt'1.okԍXLowmé˯`0.B$ޭ:n {vn GF`c<9[yCCsj: h8o>K#ci@#&ŮJ6iM- PM:cQQy""w(4 >?"9f7OZL09TlS+ۉ'/l!b&6B3V7&$@]}"K}=T2l?IP7A\ols_ 8K~HΘ#td<@hI_-bH*-ТѪ[gT/'4F./N*!&bXV㠣a;OQdzp \"VHn,B}}M3Ȍ-,J_LQ^o5s-4@Z^1mjE [DvXQCR3=."9*v,VyzF_Sض "TM뚜4 b-I42%P@<s8[=b \2"kzJ b!E,A! iR,ةG\>G D0)(%£"cMH@&9LAӝ>q[e 6솀/`}:P ?DZge&{_E1QFq&8QnZf$Ƭ&H sxDmI1N*KShT7-M.t/ "7!<>T6ھ5"?5w$~B8Sx^F,s ǽy9*b;Ia PS`]QLGw7|hB5\D۷2_OFcJp#,7"tؒV/ ?И\ 6#/+C*SҁSzB*U-NWo-Aկ5Hr I "Ey)Ker0919N^%Y(9N}Sd-$uI7CK BS~}1UJ[w#>S &bʝ"/Nm}d)e\ ])nE?]3]0'0<;:_3+>Ke%?@z5,A;c]0S;Њc_Aix,w.sCT{E>,!^շD|umϢtԢag'>K޽?BbD<ƹ&`&˧\G{+`*Z@Ѡmc?̰Ƶ$`a,E1ÝG!9Mt ?۳Pw遢3sD`j۽#yj7E{ug$gS(ׂ@#yƢdF#ޤm٪9$_60'} F@T8}>WmIȗ=ĸy1br/k,kx\D^Z,q78e,Sb] Rޘde!~r `z G"Iΰ,ą1|*-_S//.)o$]L X%.!)xns=A3> pҘK^;=~X/"lQ[sE!'Dr.XW- g ӧ/F )IQ 79ڪMfW8ȟ2Zx~f%_%FO*x}+Ĭ# $ۻDav1EI[2F~ TxC9Z3`g$Z%y] !3/j!GxDDٓݑBjzAre~+/<#) OߡIr$466X^yܧaz[,Y^u)\ &R)~`Ӈ}Y|2aJnQ~((JTn+~'|];nBgQX1rd|k':?cky}-xWPċnb32D¸+{M>4Q[piqcwDYQe\-  {ʄ/h˜ O=IHS{lH.ɂUjyjs5бsQ'dѣo1w>T_ 5yU Y6Ta ^zAА]W KO7'凓żl^f8%ri÷w1wQ@E3d\էg\Mn$GlWeI7fC4lVVoj#A:9pL9W6 Rd?|?iAIƶ%_5"nW GF Fug?blu/ÙTDF0\[CdWzĂF\hj8n&[5=QTEk-.>xm`BH٘>oUf5&YI f+1͗ ܎pqv30~ NAR`9-tһ=ԂX| ѽ I:x@5Jz(I *a0t^*O= %S6t:xw9|wpn'W~0`qNGh  VQ.5~1'e2q{Ղĸ84z[J}"4dY*#^^nj-o7?ndY>}Bv2&0=Xdjhe \Ѷ@ Qp5c1fWy@)Qq', ELlÂ'Tv:Mj.L3.Ce.-RtT/}dه?r7C שA8[6Vvot4#R v?hڛH1 Qe!*=u0:.] oc.$QόTF,-2J>K t^rCj]OR\M9[k՞SW6\w%B%- S,-OOѨ.< "'9ukU(Tyl Vxʄ:ĘuYp϶EjԄ6:3jHuhp6+0:]9ga 0 cf3D$5z+ JPw^;f&,n숪WOWiu,T*A# fPVA@>{6;qc -2cFC/香$k^-|o%MqHcc/(b oVwԂi:wZ~'`fú%ۨw4c-gHol7cp͞8҈CKO/<@?<;WXx gFf rܦ{wUsl .٢wVR<Uٟ^ntֆ%f~JLŔv!j"r]i_u`LbԹԖ luG,;l|K~5(/j"#b2+Sp 71Gy}=ꬔEeddx{mhH&Hޤr#P {t|'L"J=tAs`J, IqaMHRpɛEXB/"̛rC亮n62L4d0=u !6~EH5j[y@}Z\C hO] Y;w 1t9@.A[iZ '/tj~`!_~CQk9:d&.IM'cf-ەMJ4C,06whY0w!ˬ? ̤R2Jo*k>~Ny±cVӝoM`&zUo.JMZl!p;#'[$䏷I܅IB+mEݠ {*{B;n\M6MqO벫@ąlg8Phn~v=QȦ=kwzO-~Y߉e4X 9u;Sb5ASqY.4h#BTY)mjuA ~8ħhs!#?ՙ27H b ? cƱpIUZl/'R[:ˮrhyMBIGZ2N<&K~ku9X8JˇB .Gn0? <}+\2 Tq#uO=N?X8?"3 ]2H8M?M-Ky2k5 Y*cp㣀H.a ^K Kqr};Ͷ->^*lwo!#8FrDm;]:VFbz}RZlu}v,_l~qYnp̆ ݘ[$s]%j/eJHNJNyRT01gi *UAY&9tjhWl|}4#3?65BE;$ tyy 5+vB*q =!el+UOeto_T!?'jxyTơ׊lVu3` iqudV#U;nWD 8bInH-uDt3"`҇@bSsRbNifq7  ڸ ѧu\ `{VMHܛ7x8&&!ʂdU5zY_C\GEcO yl+t 3 gSEt-0#<$fҋo+|\Ɇ# /R7˜U%Wxhg4=~x8z eyqʉQ*$ DcR8s:`5H% \|,ezp%DC{օegMeQawP^BG}񁱟aILUj nz;=iEnsHtvɈuKH״ZPVW3St%̊s ~|5sp}L/hw2ev}=x% Vyq*W)A;햧@vEv  s&/`fϗxhfʒrFZȡ0u@P\i"v`{KEߣۇCcrj+6P88Q9:z~xdWA Tnw Q ovc8-(G@p?%VD+U S0Hl IU6yuwI9]̐~~ wR3!Z:]J0+plElQYPΨ60FTḰSi>XV XzL;wsMXW'g-!ҢzeR+:eTx[Q4N󛖔 0p A iHƈMr%Y. "gϳ5u94r)\{֊A{XYF1x:G!!fc9P\*R"G:UzݥEIoT9 rl2wɅBcQX=ji;;j.\]yU u}Z1d=Qq7P5⧝ [(FAaUPFMQG/9` )Sۄ1&Qi+=1.|_1ȸʻA'Nh"]-.3N5_fe\*]+A^7\G< zn_e(y|!p'P"?IG>]2g~ҶU!O2LD _d}sMdvCKD@q/!RS3xys]-XK q{טQgDZY`Z3z)Q9;H]Gו2hwa߱> ǨdǦ(Bv jezbDNn#߀Svq9;պc$8wh* Ezx@G^ÕAcge"y'Le| } VHe}%YUΤO> ɃM.M2K3/Hr6{ EyJ#k821_Y^KÛ=-X:\G< q{({.e:ל)@ȅ3[qW^ΒTxÙ!;&AߴIrPܫ'gTPv'%o?.Q447%r9NѸ}$Aϳb9Wh֜ 8Bm}%,HOx+Xe:^_ffWt"S)^>=;s/X<9[~6*!~$xbXUo~4O&0u'e>Q$"Z:9wTQj/*h7*"pcUodU)w%64(mybM͵?sݲXL4Yyf]\&Z$`g)axxѼ&h'.XaS:!b˧7~fMdb0A.a0 <,kwpb/ES{g\bTla\z9gNj`J3(%.uMCB>O;@?tќiLD7Xk8ޘΙր9Nr7Ɂ%D:*1໔/A︓:]WUR쾆 9+D[<&@, oѝY2:S3?/vTL^yjosYԡQ&@xXN\}I7Y_`|N ßX\i7靯 ?&/m7$bu_/  P2EӻXz<;ւc "_n n÷oSeS׎UF)]Q:p4`mpԵl!RO5p;)ylEg uOͭ T{а^"wе e8hZN.Dɴ@b jhAg8b  L#84J !KWsoPTʬNTU[_▍@ȍg>e)d2{7 9$fӗ^HGbTB^DzɊz1u%Iz็6eyХ~/-\3cٔE7aKACLו%CIDghc/ȹBrQ:lBY­Ɍb߫}/)z!7+i>ULCPNit+L6QaL\gH z_5*ēLK9kHg7;'xs†9'+0EfpJ#n KP _i6x(8%SISqX $B]arPŖ9)vDjĽ,39VI%o_6]϶sTZVMuOmL7ۍ-Q-U)|JG?G9O'*fʗCT8h^I_=D@'*]2"dFnSi_^צ]sjg^"ʺ瘠?G7ńM/]ݽj.&^dJvog} d@ u4v.Bn7g?sdd]*R'0ECZ!ds.]U>̳qPk-z5d + y SHWTƠ;%N`vT*>~?(_0 cĂJ;SV:Ȅx*+Ĥ?Gg_j爐AIyKP#36k>*X[LKvq^.(ÃB#(yV7#ce7?' ȹ3 tMUM*y[">E$%6' *O j7yk.\0MuZ$pGo[#3>`W7'KMI%ʑ,\ғBfxX P-$LdZoS }}C6J$siեa预BPۺ4 Ry76>yd)okɾ }t@ PSCW\xW"A)Ұy1lYy1H\<.S T|c: FJИԹy;bĒL?#U`sM LLhv~k;GYVً](+NlHR L̒=p|Z`0,NǤ&pt,#EmI " _{p =ۍ'N(3& ^1/CcjJN㕈*`Lbȹʆd*B"v?sLَrf fP`? Uܡ6$k<ٺܽU? ݯAV*Q'PǘBL8fX8R|FƇO,[})p Z6}\Syʇ.e o N7hݨ}*rTi5M8$ZQԩSI#g2ОyZNtk,8RГN  BOb{,+6n)O*_xgRGU #3?".=X [C#uE rÇxYƴ?4pKo:ڀ;@vETtaw-B%"PU8Zcíלo:Kz)]<+x\fcl]_r8b5`G 84!.Z,=t^6?7n*?'87,c#{! Ap}NvViU=oњF+vAy_5l,31æj"S/?:.yhjo!|fJKԀ& :v ܹZTQr )VҹB3(g;y}{Yj Lld5qIUi5GAx V-qi8&8ɌqyϘdz M*bhKB-ܵH]4 a,T^vo|) gapZ4kt%8)i{)9[ȜA*Dftj 7gg݆Z?.Xqp3j2:.F^K2h좼<nlT8Of~(~63 iVi!%O&&L1FM!V#axhՖy\+,dž5Q.̒W.aD.HJ5)L |SM4;B{fR܍Á;X?lIh=ӍR1ُNtXE=͉Zi51WW,-g(fc,;@A_W)](aA8OL8xS4* Z,gEub/G,"?ӇE %J7y#*$cI0`e<## TI.<E_3ؖsyQ}3V><>tdYel>ۆ$v)ON%1ͫLl=`jdUeqLV΀ixF;M v6dzg^LIS^T\3bL&nV#Pe_3#E'0n5Φa |oYԣO a] @ uvtX8kfL.Iu+Ex {f_Eyԧzb::۷LsfqZh=2P)-4-ΓIPtAXhex+}D:!ll3X}~(,z5tX2ۃ6g*xaR{"47)("tVն<_Vѣ{C;yKm[>,P'N窈DpQZzܡGJ2oL!Ȍ1:C*s@cGpBm2Y]|B,޿9?xH$+|/^e7F\bB]guBYuuض}k?tS (2Hi%\xJL-tL$ $ׇ/ hQd(^۾hHN8+(_"$ ƺ%+qUaEY8?Ad$TT<^Eww6 )ɶkm#n1߫1r$&' .Qf(3.p|] u /wM^:7ſ /f/f*Ȗis9ޡ B<5=I5&}.Nؾ}gQ i{rw9c6?xgf5IN*͛QrwtJi;A(5 uIUVi9CfCE SO)ęI[  ‚:֧ܰA[Ac+ƘQ.A3n~Ry=V0l|=)AYs?P#٩׸p_نmd *]Bot;x mpjhKBXĜcBi@q\ gVdNy,rn1gVIVT=%3xI`Op'Wl`8 g{ tW<2[/3K,PxT͞t γ5em l0)3/<@P;:$*@ CUS8?'*9m5GpYO%Ν#w n =B])qx}*bTY^h`iVd"΅|F(6J)(BPxv? WU ^O|KX^rg@k,L6Ey+i.8B&mzzj ~qšIѢYmRVi)VAdUuWpǴԕҼCTO<5$n[?=ogk/6iVo$\-}DaEOӼQi:=@"+>oAY D{K a1 n~faA$4aK`CĥKׇ/)ǫm ;E8e-]fH,Їj8dt K- hX8k<8CBo W,&ڶИ&煟e:#ǣV]uBDDh1}_K",= FJ0" zڴT 8c -xrC 6Jd^r}icHiA!it=Ek&k¬e ۱CR[T9njƳkĪJClmA{MFU GˮCi(Bs"XLÝovG;^>=HN? iO{ d0qk"d2AJ.϶i?6p^U %nͥwK^-);{[_ߣi1S+]i+jn{@c[^ܒҒ G0|YTKZ-=t\ex!ף >.r!:M=X=H=[ECxl aսJc}b At"b9Z YFl#"|bw{WPZ.j5s&Oośs)!@WC:/o0]*|,C&BH$]Dz5ˆ8w]\o%}! gZudܿ$xک oGM,^@Ii CL*{K{?=\l"y;+K:N=' `T4S"=s'k `t<+vK#0ήm>L@mD:HG2P$\֋zǹ sQ+8SlAߜ _-QZ&Vky۽nM3dZ6ީS[h.v&)GĬ-1  s͆^*EoK&o1ɰY}y}Jux6}+#E;MVa<~vgZVx|ʯx.{[ѕ|EF4~>di\y|EX0sNN1SٖTi#臮`# 5;'#֫=˼ʳ} ̝\ȭjzePK׷av4w?Z+^v䠑s=RzNS맅񜚗r!5$946w-3+Ȫ|FtwRdx0ȿ{)tE ^Ȯ\K 0Qݦ\J/?q:83] T9M!H:K }LBH!KY r`8NI%U1lsChhW I[j1,Oe?R/I+s&ٰѼ;J&3Xy"=3Sh(PN.`ZB*qb 3z_,D}4pKc{]hf^&-~@|cPY9MR^SW#&l<N<:;MO5 Hٯ-C(+8+ L>V\":@^~7%jE` !/J8@ 7ԼVHagxd}zצ?wVD?vM|9@;ޚ^x~O,5 9*Iؠv88IF6T@[Vb+Wҭs+b0#&Bh)3k?WˁE 5,I{7JwZОmё{_+TSmRtRqLfF+E^:ܔ|pjM2l[s4y@nD'kAF"8Zȳ"/?K&5;qPbSlnu|u+O0V 1 Uġp~w|`hbeލT@AG8hC/v'?R"&w~ "b~qaM7USlЖAŸJLcx'-ʐZ=(=],Xc~ )#akqFIgnOT:ҥ^;Ǐvz;}t~-_6|`z|IG\nJPVY E.i͒<.iky0 ._=5B a<&%$'un􀂁[ :ߓr`6>XSH"$̃3.^_k6qt{wD[vl Nν`($pɗ3 P2q0_kJhaGry n]AL'Ε3?j@SO`? ip&X&IY;`@|",\K._#+/VfVY)qE^}?x$ `֧d9wp "^VTfkܳJSTX{6g}Njj]|bη(ajucsGԅ+J=@{ l}=_1}J'҅?=2F Qj⻸U Cf:bzY)PĽNkkb}6y9<Әz̓"Ԏq+jY~<"y1_t_=_g%GNG+؄@]4k:w Ytd꜔TGt _7t|mxoVV?B޽SQLvJTqNA\ ũ-sEr><)Ǧ_="6Z:\ t{C^2Z.i*H+[</&p!˗**w}cTĆS+_jK몇H{v>D ĝDl)n 2X~ж#ҕ/Q#gųuf]6{SJY%Iщ\e0gbmb,rU:G\-It_$n꼃 S- I/@tF,M lf7?yDǟh@F~ZK|ؕwOrid{I˔`g"ލA.iZ3!yu8G81+:1uZ XD0{SX{6ChXs?ڒf"Ii8'4ڍz1>{ɄEiHXN,= cEx RRU`HT\n}p_lXl~wfl쏓vwIߦrMt&P;WVLX&MTnj,>:t}烅[wIli=tp>H 543q(xwHI~m[)kZa-ՙ/uNsm>R =I!&c 1n'z'!i#5lT2x쮵S@_ҹQY ̧ZԏkQ%dDrFv% ]'?6y~Dđ8`N`AA'٩XQi6G6k8lj7 R~źww7mOp<>p}}e+0H_)~@UcEW0wASnts-G<6yR}/d6w=N =̹T2VO#~"9ٲLMo~`P'j-(]LTt0Щ\M$iX10ڛ˃l:(~=mxe~ȗ·x r ǢwpՓeOrǮ@y9vDR =`a -UɫQ7" l-~ /bd~jAG+UfmCsyͮb4T1MeyNpw+0moB,ss/PF;a/> jyD&&2,ڢucↆ ΁O2 |5ځ623!NVKZ}9's Ob nMH(3|nu"ݿ};iBPq溇,%# :2e$4=b[x(_djX)uuȉXՍd#=E%'Ċz^JD P-1@GN ;qFs;.XzK6I³F K@LbAfgr{{oOЍWiz;zB60خ|Y9VxLb<+Dd0d2'W-nIVͺB`a Բ>z;͏aB),ڱ/>*o~Vfz#iVEw̑&}@8ؒi'Ո U]ε7ҿwo51S[`-yyէnЍ} ag?<7Jyjeǫ6X HAsv_ûjG`uh29RkЇ};-Xl;`[=uCkIg+C0ի< ,CEt6m<\u$YnUTJzlPf`?:Ϸ=zD,;"{МyBh"U;0xjeKA.JU~Өj(`v}tfG+5?Dz s'a+6CyDnwV$A-O㡌=s3hہ-Kjc:]c%*3Z'Лe[&[~AXOvBGwd :]#5+d1T;Drh-l?ʓlOmHnZ#dj! c]kVp-&`Ǹ*$1H*o5ShJqZ?%_n`=jl(MW&)yosZ9} #$lKuwF+b5~Gš_udvk.!_ɐҥH ؑPV_Hfk|ZQבRwBȁ=1E =4)ӯ^~54c#A-lC5DƲU([Md-$^]ja)9@œ◡RE-z/-eG'P 0"!9|YmP4t #?Dy@Vov"AZ~bHs݊ *骄1N?^,!XR;$&paM ]J3KhvXQ\ j_/Bfi]U Qolj_G ~E|} u%HתՖLG\O@oEφEu㼙GPtu{9/>:#g3͚$?]&_|dK5_#un1 zךT9y+ոǺ,-<7TX<ۄgն+9egZ: '@QBuE"399(ޞdq X{`\oHhS](OyAGN*c@p &~}R͇ς^_1)}z @-v>A*f|(XCh0R~M1֦@M{_m bc `#Fn>[vM9(:ߒ` ۊˍ!n-"&ApqhGA_ QX CCD6@Kl𾽛t,A 6$R|xm+o9<%®Rmv$'.X.7h2uya0P((DV9X&aM&Bznl˞6U2"͊ˋ飊RAalXB̐@Q\xkϗ΍>@(P |2a9.c`iKk|]h  .]sY%k7@qĒc" @a##fgѓ '۫\VH[vo:F=m%Xi #]"ݗKfη-,N:8  F~qMݿkbFD4xZ2Iph,8f7) 17MM{jRgRcW=ďBrvCFcC^3-~者DeK6<:550z@ pY,{?P(⚸3Ӝ՝RnֻGɎ,X\>.ՅmSڵJ|5!u | {idI24[6)B(6Q<}(Ԅv.}P${ӱ澉_ք W5~H|vuc>lw: P}rP0ɖDe+TZT3⛾+qwi3~ $#4_̧:t%/ԲS;JBLPOr "EW;}1;NX4 O{$-isb$m= Z۲FF.4]ו=5;7*5j;NJ酦FPz(}9 d49'@9՛% X*;Hj/z]_U!Mjt(0DdȆXq!2{Qťz=j[IFK HE:*Vy)|6C:"xm>`5A +U9C/nr7 35o(^~OP)e~ 2/iu߉vkS@jZy%aM9 8a2X-W 5L_ftԒE[t{5iS8GnQ0zŞNJw]Lߐ|௤Ypț26S_~{ƯDz"cy%lݘ~{GL{j;+ѯCsIjjt`ɪW7^o5 _ӄ`$ɪ[=ܝC3V!\n]3c'6 OUz ̨X\A3hNSř\W'4>zx|ilؔH?t5'tᬫpϕk =>J-vʌY*axMRҿ؜B€~!Mjim!_L ^ȕ y7\'i^MS)ְߪGt˞?m]@^ITcxu2'(IN5$M3{ xZa '$.~OSz~sZUVd?$mvF@,l11v|ym|Xa&R6ږzqJnsx^5{t^%Zy #T\z\E'Xw+ͨv<Ӱ)팶Rq҆ U7Ñ4*fA'e/&5@@72jh-e2seѫ.1Dt8SW'sX+kD)W@OetBh3Xo zW#GJ 3j4f^#O ژ7%FLZ{T}l9J\ӌ 1j3 ~ti8#M\^ь`ٽea#k6"v.WlMUB"uc56M>0L%ٌyϤ0KI0+׆Tp98SL']Vʭ`0ԬC$gﯺј=@[xyAb}npT=",\dy1Bn.F ͼDZ!b*IJ#2g . IPy z ; ̤7l<$S ˥:`mGS1`0dnY{h:"7Pd9׸{Rj}4-s]XP .7UC33dY4bf N[džɂRċh5)dIZ1VoPDz$F[S!l={H" H. "{)k5נA <{Aɥh\%RqDQAq'-OwijBk9P7l*=CQg3r <Ļob sLPcfOtxku];$>Kyu\G*2m9VIkЂMhI+IF $:BFb-2b'sN!쇜-_ުeb--h#I7)o.퍧䒰ɲ  =,;닦n1el/$!ҽ|wh+7 gߟc|J}z6-q3 /G:a\'~\MrX2IqfR<0zς+8S9aS>{pt46wB ~y>'iAST6n~+ f\P@ TkMTT#~ٽWO&KH޽G_d JD*{:"J]lᏜlTГ)R&%wg]alHb(F!864GP[|-t΄-\ZבT@{\,+Gw`zDu?g6 YWXbEK`͙qp:壬 N|mh; 8JqX.N1Dg7X;l%+VX9Py9;UKI6ށ C#'OD֥PXS羵׵ f~@-[iA5@-ֿ/MB 2b2LE~A)'`yHfH{`ɀ23e&Wt'%\!ơHTX,6>fWR @J*Q+9ەuVU3W?EM2i?=n~Z~"0s3e'C `12NVFVJ{E \xkt &4(?G d9CY/8h,k{TeIq3}b4ZlV&^(+5+:8ljx̧뗚 e!"6e (ב ZM3Fg2yk_X ⤓$[Õ{|Ui#wIEoM`K~Cc~9C+14ɔrs>_5yy<ףոIxCjpmKYUI<to-8Ԃic:껳d\x}.t a3 K²7(4mJp{W8f@TDM+&>g*t(L? 9r{@9܇HK( *"՘Lyǣy(^35/@]Tp0= 2XY26SwgԠdvT" r2)nkfS/YIg]#fJY7WMr|X4+HuBTGy\M-^)x·e_9"A0!X[/^5uzcf}.> |a C#r|a$l@9|l#R*ۺċuNűb۷c v)HM 9UgZ3H9y$*p| }E =o@D/6pߒcY6HWoaOonQ.--+Mf9^ l4UǩʇM:=韱;0|o)m2/L[.S~X8^(m[oo3~;OW4sUvɑPoC9C`7;}ugb z0Fц ,\JUCfYu>(2-1%u=_4 A+bUt$*/tTfq*d7 + ]Y6whiʋ Q$Z:^1'w `XZ Ձ !+g5XYk|;HY{krm઺q(dLT6րdtafG!qc wVPcƥBH,K:~?N_qK1ER{N~K952Rz¦ߟ\ZLK푵E)'ruA˩g٬5eG/EU` ZSsy.~DmRs S@7ѲYƬG6~(G ѪXH|)ATVD #޸LJr.xg*{#!+FyOԅXgK{PjTUey@ n@ $K~sEoTTw=x@Ѻ*k+{4ֲ){:Ѻ恘a:O@ VY M:݂4eNqAVvMޯ=Hwmjſ mnNJD=(RJh3H[Ri4ToudwI~(4ȣI]$A[C9p)f赏kdNqo/HDŽlӜk〠gm lP QGh,㲒HlG϶5ZWKEC1\;u5/Ci}߅{{E~Z'CXѰHHTXK .ƈ@^ Ѿ^fq婴|g"azyVNꙥ8gGUƿ\78'"*[4+ ~;>]=r̸y٨ ׮BͧDiU@ _RƂIRwLAK,&Y6+ڿJN${wX^"JD9N3|6~Oͫ JMƜu`~:'R/vx$}[MWW0ǯ:[2%Tβ)˗y!-H*R^,C]r6- Zc8rwQ`}=<[Œ̋b̤}YI ԲArsgV]T5EL楳(Ю]~!f{Am9[,;DV&3az]:٬Ht f .'˾g˷N@=%jvǖiaSCBgNoO)%4>hT2a肊R: z _9ZzV'H wr7WM&_T~ 8Ufe ⠱g={OYjnD jArgT\Mc0yvVV\kwGSfOJ(Kߖ!mQ6Lۃr694hkSg:bsGb7Vݽ%4D{gEzn *DTs0Dw B떚cn£JQfC $|1RN۝<O¿P@Iv鷥*-+&:yak-.{N)+UzSdֺ_LSΎ^/!{͖F,pEPH׳l7d9d 7)i{@<}y_rӇ\ {xܻ<,ЙT0+ R+ݗ%[֩͸Ί*qCc͐/0-l2XaŎ;$3[߸ڷܞڧf7, -Dg /vKꃏL7E/**K0*F2ky'U^uqs) ђ?9n+tO0{}M3/o9 V~D?F=K ak J?UpbBS ZBU,zEԤzL YS"nPFeo-./ SigF|LhcPht$-K؜q8=CF-Һ<r=s`W^Wnh_HO,NhSW-g{:XǎC5t!T Wbl/ÀfT(6,\])aR[Ʋǭ#-9_Clù(\)𤉫osGF6X8;Yv ?T9/ijkJ'%ޭ7#XV=6y7Wq`SwQА璦hyy$}HBDY'|h9\zmOpBkAHU(sEe}Ul8;vHAS8.i+nx||3S/ǩtVv{o2AB|:qe[xm4b )#Ѕ%D,ػ6(]$c lҩBi3FVYmu0YwWTH⠢g+Gcr,KU)m~/m)d׫\̿!\jRoMΛf[}l- Tp"^{4 Vv)/(>FjDK*V♼m|̛r(I"gOޒ  IIz4-Uⷕ:ςɉLPr)@,&e.bdij :u)t>uڝj;M>"+Ǒ,fYAu) NX>zh<[yÃ=r9KJNS=74a9Ocztmݪ~4i9f-r EoύO[NR^(ģqpmdscaB/,MCBP2Ԙx:#SÝxj qXUX*$SqqC޿ fYA : )X.v]0N7qZfb 8SȞQC+y9 M4wiX :`9Hl0aZ9Yڎc W 0%ȩ&ۘ9}gқ^ZJ?@^Zwو(/* 4Uid[N+zCٷT[oXw2ui0PԝMX(E.َq+*!QՅG6h?/D&ج9.lȊT W"#ѕCPZ?C RE-onyZ_l1S$ni['&7m' A$!\IaESP8+[)ɝL& _4Zě,6Te>({غDF-ΔR|UǾ60?(Ioo(0|WRWxTC,$rA4BiwN+lh&QIBF^ڄ8IqccW[O6h_^ʣssz+2# /h=s,uu'kiƲVpgPo?TpeH{==blϽ@i,h}yDi+?5d_S3}AjQXL@l]H=  V@ 2th8k{nEվP<[jL%^HgKx-KI[NHTiL#D2tw d|/ǵIDG<4A}]}OܚѾsA؄m𶻖$JԞ@JHoG y-(=۴1_T)]*/=O5cCk%STk>m|WfI7'i'I`9ӿK2^._~ݮD1YYy8.\+t54ǖay2{ιjEymuy}z I>[\M(#)#a I$ De(lH (v:6$0}G5ܡM{^8X`$_5vSQD9ׅ+v3Wd:ku4>Ǽ5ZwezddYtu9Ae-'lyKN:}vYoW@M5@\$!|[q5X;g*|w$qVfx^R=M*ȞIG<ӪKZ a2e4TB7 XNY[%-~ F}rxdqѮژ4'!y&"q?zj+ل*[xi}3YMn6'gl܇x[x)}=t{#HI fe! 8'CF\@'R{ +XOFilfbxЩ1Bir)hwJ YL:R;j|C2A]]259M?% y!Fw?tNnra6WHH}(ܛ!j4$#=YXc) cT*ˆNKdh : Ac^v3uUrn}z'Q%HN(C^^7bobM8X5ЙS;製 R[| n'ܴClZُ&%(Q4cЖ?K!%G(425tͳL@ :@9Ƈ 7Z`xڍU;8Vu[٨!Iќd7U(i}. zI+eǜV`G_NDʈ \RG+( ),)9Y `75R7J1ĝ|΅`7ITC?me5F](e)tM>Qg|ˎԴD|f߹7yR}T2XKY5ua2T+YO8Aq5V& t`yk.ZRg~Nsg0J]ҀHN{Ml隶fͣU<%* /v=q2dGo&8k_!Ш'G@Qy /N5m"M`ppV]lT{bq s>ink]kcv"H&HW!ۢ2?4j3p6JZ7TYd;m&*ra 3[?DfɫŐhDRl~*}^zMk)EW$ |rfTiLU ,& &JK'`Rq%+4 [ =jx-J\ɜ:];]@< u"z_Qj e8X/[<<,Z"_7jȃ|Gl$`s3=WA4f-kvkc>O3|7>a"_>dD@ݬetzn8g!ad&C4Mymsʯ&ըx|8tk[ |xH5 [h,, PT F c~ t/R$  ՚ JTZjTRa<}VY鲖J)ٮ6en^b{oLWH!Bb`@Swӄ=MDDvtnN46{^gXRf^#NtȔ@e&'K*D.OZiq^j)$'?xs5Rx08?@}z} /f-USH;~"8$, KĆ[R,<8~*8ĝ* uqV_ tϡ۳-BLzhlSBm*A&ҷ-Lq#Ďs,G/ i0%qx=*cSgѽy伜.DMIK!Y2IcuU]$1v~}D"F`р5|]h@j\J&1"3+~Ӆ $tj,A؜6xZoz6x 37Gc\R٠_`MBlu|7=[ش ȽO>LŌqX|\4WľWrYHk Zۧ6b OY|teX\|7ЅdtKc*]I$~H\dz[>C_V7x,<NOĕہU*"f-=:tLޜujdsvU͖?Ǵ')sLwJSqkϿVConWB{!AD,"axp;k7Z|R{3O}뚻Y$h50 &h_:|3\ZZŰ 91d񄋱ԞE,ѫOui>lZ^cv'~)؄Rq+/%n; w3m5w5'^ٶX!V\azXCm_/+}(!;uӦ?iar3#7s1^j:NFUUAmTȂ)5Nb#7;[gf+3jsmB{ӵx v/ҏА̚H@p{6GD(yT`@館HL{@zZ>=$ =_V ,9GPڠtfU2pgz\6Ox@xsF foMw')^'My-BhqF`{[[71)HlvY^Z|O?G9q\?t$+#\j45/.˜ :P< _'AfT͗=ɠM>Nwk«aEPL0FَM+-~9.T2֌OWUH8W5ME?6W]#4Bc,'7z)Kxi}1LI$<Ԫ(d)"D0RA*Qӫ:"fB?Vn% I%I71B r)ҹ?`R]M_ae7-{i n~yy$4>1%m2Z`V4@yǘ6ѨZḱ9|]5 b_s~ zeC_% 4ȏ,:]--qΦ'(2:uPFH ;ÂC 1m%A>G8,jVe6A]S,GvOlGbRfCkփ2<[忯\XV?)q[db1kT4)U3]y9`$&/τ1W_؟  ҺXnPJ`c}m $ҥ7SC>!=oVnbr^~iaEx}X5L)vׇMЎZUUL{l-ehygMdPW xI5ŕKw椭5m+lG[Y=Ŷ=%#T)Ř%[%"4"W XR:CMG/ĮWPx6d9T-ރwb؏ TAK؁;=;95sihKUaM"}9s 6-? 4ף(,+)7+':,tOcVxkGS_y ([6`U>e6l_kd ΑsډHa@%<i iRI@|%E.mqlmf]>)pÀ 1S0AUAnU'[@P#;q =Jf/D4|'yElnJIu823K#\1=qYa|JU~"m׈f;E$vg]p5 ŶzU3 0Dn}h:~yʷ)n{Y}EE /x{.]%=V^p,u_"_[LֲmFFGU 9X( )bw@DB-"/!/^XZ[2<~1\ՂG,Y"r8 &w-WP #&8-(?rA۬45w >f^ iӵlE"g[j,~|d8'&0 )km?& i/*F6>G玲ur`>j\jùE⨮ +{SlYFX~hJtV&l :@qJgv.yeB`N!XD`Wa26P72%tȄk' bJm{: Hd$| Lo+QKnJ -G?R;A 2qbSOyv*@9X[Jaaotfs!(. k^l 6 _Nh6->e܂(b툞>YiVZRRFnЍvŧ-VDOh螥Am#P`JgЦX[UKrJ9P1Uok3T_JqWȈ8m BﱪdD\ ͓䥥SVwLH# @qc FTD^)/'k y4El[$ׁ|wT; 2*jT{7.,}O NAV&+PM/;72Oh` >@_;Q& P•;D-c@t~[I ^vnt;9[_}fթG%!(05Bi2 H<{zP0@k?{͐2~wLx܃+FS+tȽ @s[HK_q~ dt3]eilå*v$]R;]^tKQAz3ՈӎSg T&Ck5%S#{:c=nL6+ʇk%:Bf5P 錻@%|`V((+X=&GWb)\R/NW"vɹ[)T0Ow5;2ۏ~Q%ތ B{oլ~RBKDk&wސ *HFr7hNqNarʜwHl\Fil-4k?rU% wl40Пc2eD#_8Ah+/3|΀7k$LɫKACs="l m:}!rhp6{u8]J]Q/<6&_ %~⾧یC/NGsG281[JU9,Pm$@jT`dhi?.7 ɫDi;Oe\Uɣrvڣx5ùZ_ g+$u7yc#Myc!(l$=Ճ b +eRw2ǟ*!"%_ d9Vm.6nSo$2AO_paTn1C;3` Tf^ Y(x-Xp{sn6Ml9&(Gvh1`2./h}mct=c.tϊJe>+jl Olō= <jC3lA+C.04_|pYf)- >0@`#&BSΰ,M+]+ͅNm`L]>ti[?hf7CBB, TW*|6cc19PHzwuI!r{Kk@)ql=OEcY| 1ao'50ҶRU8+n~88@d1Ոo͊!șߵ9f1uϗ Ď'G8CNucTX0h8c38[1Rx,]'/C9^oS,Kι wrL M$v@SHk8PVN!";Ǜꩴ.UtIѻ* rǗUQȧHKl=z69x:*}U( qkRqU.%{I(T4/)-d`?h{\RUL+k?c-[5*urJܖil'$B:mQA | et<:Fq:G>/Iۂ7KqצIp.~A=s`@VP#U%tdI;??r5MSb²f ( ]P%9#UQƐs vpOn2m7"IMZ%]%\<ȍbex 7DXLErdH7WLmY֟E)7$jf]'S3KoPG чJh:UTdž۠6~e'@]Rts7T!૛[ie~E[t;P161 H%ЯۧHG}llyq~$ŀ5hy,;oy`w_B@Ql224N)C*PF n\eä.r WCtoV uN)eL=M_͸9 (AgKP[8iz"]'^X j w,t0F<$[HAB7'Ղ6L\ k@rոۍmsi1QQzeV{0F51R- X; /fƋR1E"8ix2`sxU[o<\BgX)E q zp 8n04q4p &>QZlH4qyG̓;)7װe*S>ȃ;}#UoZr$!Sέ꤁?aZ1\2 MXx|8vI 8.aM=**j(jm3Ddn0v#GU}Ϯ3׵0o@=],53;8ơ9VaO  &ZN0AtaM/gkAWO-1e|e 0Ԇ6﬛EO00 Nf YG7~1J( @_'3Jf7ja;ZhNz!HnYySye0ܰq[z ` hkJnbnj ät)% -s…6P5ubU;wHlfpYaܒA`5u.i̒25ݰṯr9a:9 \<ScEiJy>WO؞]br)VXHߕFa{Q-̏mmjbqfҐ! d 4Hhy$ti^ҡM XC3Z =T?Iw92<* [}RrC~g4.;ucV!n`:Q6Ŝ mKp7sA\+4g0Sl(9+>[ *vŸ\ $/7![}4%yM _A^+CFj9,!ҝ35ꋓ*(f_PN y[`h> uOدշ+wI@)YpSo9koĉHT$0v:f|q&ӣ^풛G6үLnFUdjONcW=iAK0Z5Ćs#vIq_ѓ]h}p¬QS۠.d(baQݟd(6G4tz}Ы?g{A{HqD5C9eHnfW"!@o-2to`/榤v#Weg}M~mJrhl<3CDgY.#Y^m aD`ЋsZiqNfz|k!֚]&Wh|fCr4aIAu?O#̩U(=SXYlzxsC:q6@c.}AX'Itm:;ϳ>s$q ƎD8A ]z+tvLNN}G5ؽTOƬj+qXIdG˓%K>0ArBƵ9WҲTުk4s&𝋩a}>T)0) capIsX oTE8_Jl+1.A֕Q^`A!۝^[^lJXiY wFhmC.'6EcRM 1SQ&L *+~ {xdn_Զ~xvo4^֧"?; 29uRUU~Z 9^LU2pp_m0Ifonx= EĦ8*:LU v5z1#63Gw؞&p6Y޵Jo^;ža/}_ H;*4@*5^fǗG]3y6A/= IAu>n%nKQ"aTҶZ8P}K8ӭyD^'AXU 3p?Oaiߣ:G$]a>DTBa>)HW'OX8=!9xOŌU3?|?,J;DT[CJhZ)&F΃g;*sZ{'0>K>O*x^O)zm[~Ԅ$t ?Q<^WBsN*Xl,bEB0}(X"e/&Zmوx_u :Ԃ/Tⱹ\`𫏠FUw„Qxt2VķiF+!v):v_  ѐ19@Kiǃ#T: :X cN02M=/=4E!+%k~)-KA$$ ahj2BFymN?5nX#U V;b k(Eʸi:ݝ{WTr{ezk/ ]ۋ)aJ4@_?teT6C i 4A9赥&41L楮dZfJ]]qxy߾ Cm`3RSr|9yLGjZle .T'bv$Ȉ*0P3C@z˗SpH}lKK=\P 5VqF{En-x_Ol~ FFb H:3do;A I,ccF @21w];c2$5uY%;!#(vҬ܂b4qwyH` 6ܒ %19 "~$,`eivUk'SE[@ü5;1݄(rt?S yGc] ?F{މMX6W,ZNA|%=v[تle@x $|.O8R?]_[=IC)j Hs%'Uf ;}f?5egvBۭ8@QB&NtyC13 rJfnx i#kPL|_mD^+wO7KMG$$+|$$Nj6b%a H\N ga@gVvO1hF܆[]vYTV;j}m @4:>W"sߞ_gĮz ?V`*ie'XMꔿOMd/ %FNx/=%d`'(: \/ TL&Xq[rp!bZ:XJzb A|BgJ_%w#p_M*9 +kKV<BSQ-յ\> r`d\̓ٵwo/)ލ_W'FofJ櫍=Z>$7-דV(vS,Юҹ,PJz]ei)s<,Ag{48T3T0 shX9JڊߪI'C*f< \lÆK03>~Wwn  #r:_CV+20fl 5jU@ZWr7)^ƪ2`mh^͒w&RWYǀf]dRH͋8VogN@2 ˆRYփ6l٧T ͶnW/D!fNB%rOCFj E 7T"R@Vƃfe"j]PaqQ/&Wcj4uJtd(j/`gm\sp^|cp`>rB1oS57z HJK؝D퟉"j xrօ#IBlƄԴ&,peyL1P θ, +TJjɥjJPQfyRn;ؾNwp_j]܄F,b%u=ֶ _o7•ٛ#-9+[iY]m1&1xzY($U#[\"=4a۹$wzoBZz>z'"}LsCApa_\Wv:)ZMNFYAl|W/Q?c|q؞W~ß~ufXg7Qv=&e. 6yaJ6v0Cr6J^3ͰN`:(ѧ:6Kg ێ~ء{ 47y)K~@>]"7Ey;ub|k՗0h @iA{7]]d)濵{h$U(tpdV|/6s(KgSw)| Sa`,豮XNP[r{9l%p$Cx^QG{Ű@(v:[&[OE'Gdށ_ixD8@aANJ##WLen7+!HE (Bv>L@%>Z_3VJM۸;k<< os rȝs#G\i֮*i韋jEaY #ɬI2@TƊx5q[uR#mXbaO!kY6AsRfTwZ>h('ji{[%yu4K6Os]ZI߂Oc헩ޛM܌7Lh n}sf@Ol~bƒ9֯ ~ZxNЛ\?6۱!&%'P}5檴y`#*'kޝa48jϒ''z0uivmԻdᎇrC:bgé'WfB]K*. z$-cx 6'6N3Oܡw3qA0"yckqa\C-OsVBb tU2fQȝK]1K{v֦d`Ş2E4Zm~~{Ǝi7+;)Z B8"PFG9 )\c:CJ, q9V fRs4ŠY)tAٛVGpQhcjŎ2#M:dZ4f  Pݱ;IWIb(zcvja tӴ9uX?wzb 3"_mQk“e3.frߴļJk_a:RVM}eY4ݖrsD-$Lr Q_ZD j.!62Yͬ* fG-fƂ E73Mq#YZo1RvMܧZ%ńЌ!D,S̽ (Ц:(ЗƬZ;e>俚oY)8G), z-^FrPzEߛFaOMvN1ҩW-1Ki.'G})Ytz65E(ѻ" @퉭d|+EJBʹZ(-.it/xan(2VT ;R2 OCt)#nZ!njL]R,ME-o:@'}b?RzTgHvbtk<cn_ >PK7R 8kCeG~VH]ΥF60^RNugou7HuWe'PO<0:%`on I*pH%+@Gd_7޹&OQծ~ %ɀc %'DŽ34tȡƐаm"tFU*Og?gDoP6mWݭ s/;zj$&EWb 9G3FiYo{"|h\Fwk +DҔ>mv(C)zItӭ=&*u[YqSKU-I=1Tbʐf% #!uneeuXct{7o`t"|ey=z0RSP7xqKZ$ "@Jt52l~!񜹀¥S6e2HhpGjdTgPjgIN㱣iv>6. [mq?i$!4<t4z˗ ,< Z=(u^ :y9`P>!yoCI6k? $v4YvBWC( =i?IuSLYXMP4-ۡ{~~&jsOU6oHKmN@l7yLnkc8A l&,A,rE%w5aeܕ|=5U#rԜyCbA}igf̒+.idWI0ý@LfNKԨtnӦ: ZQ1}69I.=~e?=>Tq-df wR5%c3tk=ݎ}6 X }U +csU?e>XIS"_ɃXNq v/K|(QH3

gR7;s-DțM#_tV=Ŷ t%:l :-sp"ro(uqjK[.aD7.Y,Ԣ oy˜\dPe:o*̉4K.JX4>D' 9x+` ` bzUGVP#n=O[/IB?PғrպÐ1?%l7J%o@јܭǮ)!B Z"x]h[6ѹt#pڵל3UZsZ78Q2.Wy?N-ns&Voe3Rh̘6d2nG@Cʇ5 3ĢfHag3P\ m0Q{<%sB$vWvk؂~7D _;^K,tTܟ3^INR|•ؒiڦY]5}k 2Gl]Fq;#,lF?kl4L6+gB;]LT "j䧰3[7A;*-jW!^]c7/k#`͛{7ﮘاH˹"r&^WĒP5/#Zbc$3к{aèmj]q}= RI}n5ZchZ+$#}(qI/U}Y(uPFu`fŮ%.ר/s*rQ xAb4_Ttz/"EF-{D!"%h֒N}aN""]h+gqsցȪ#\g* }4|8v2`qh l8AhPV 2B; 4Rwb*ޝ拻6>>l9.cLQ-)Tu:rTV*Wj\03GTŬ) (03P@mS,'O.`/6V1W&ڏ<0Ep9AHytܬ [RUoTH4[oj`]GwwrcὯC Wș> ϒ~6/=+n'R8#^bpցH{ܿh /bqN D(ATCM {<1畻Z^ZTn=ڵfqh֬퇟9ApIn9:)_=湑96и69 ?cM-II,t"ilRG`k( sڨ-+|M5AGY_/$R]C] خ:&/5]jNs0CzCΎi9ΪɖS#*dC`o'R`RPt$|3e,mr8G2oD姍 ,k 邡~ŮpFwq6[!9iZWC '7E 0e䙃xf8 MMYf'C(z 7@1J} 5=MonoQd} J,D/v5aF;𓳂wg뻋\{y}pq 8/ӏh \痁zȅ]֟''4.&.1tTEn"v*=eyycy6)ѷ8Om]+*E g97c.?H"KȓѕU }{+?]-,_6) 1E.I%ig賃z~":gn!(f{}Hx|o5T8ᶃ6J/^.UƻačU#B@lE$aY@IFwjځ_,u x6ea=cU `5Lfdk榞-q+d͓Hd-+NPtܢ, !N-D.>i5$Džϴ k,3۲8<<(]Ir{. *\iy/\"P@QjcBFru-:'5[BpzlKR%ŅwSO{nB7qNHs,DZ<~ 325 oO}NGFNcZ` y1ZtJhx.'E[~L'/cLD0i?1D(Ÿ?MZQs4IWT'Fw.3W1'%n_D\:;M'@ t_i#7Bvzy,e+m(w_ar DܬIe<"_,-mfU@W^ ZfԌ 7r/6&>4;'OZ~]~|\X`e@'Jp?:V]>;JC|&wwk$>(-q ^8M [o"sS迌QZ3PkW45bH>׻AD~DdoХR tRY c#XR&7ynP7 ;$U|xh^]s,\G+eN܈6+HV$Uhs- m|E[xXI.9AX:r{|\sUnf7ݸ t.Ώ*R u`o&IlC 'Ui">X.I0PZ;:x%14{?K2oP؛F_:)Sܠ3i$xEN'~pNRoEIo+N6|.w(ύϕ碳LT+ OPpƑ]+/7O2.p([*K8#n;bC,Tt 3Q ~ v]wVJԛ0vifk0R3}`Ϫ׭w+e}9IV7;. :n//UIlC!{#R~3elgkZ@6[B**xd| %E|B?#3K+* \;Ɏ3yb67riObL8rs,f97%@ߜwR ) D*tFwq(jƸ9Gny=֘FgvECWw ʕ10%1r5x MV^[gIlVJddp*#yޞ VɆԇRI&vV j)y]6SretښyoW&SDlєD>أ.<,BnnmKEʈ\:1j4PU$vRC1Jb|&̽P)w!O,O=ONjΨ=!ͯ Oo\K:}~7UoeSU i[YW#f)l@88~:,wĞeF`1=E[<^U<YSF"_yVg@T\ݻÖ X]">.2w*%Hg6yց,Xy&]B ډZw'!ZBzy0 v$sފGG:W7tt2Dƒ<sj I@Ǵ?=2=8xy3\Qf<7K C;gw-2Ί];ϪȹQ2^WSl H݌$HA2ҙԇLfK8S x_W/YiM &,D |i&V(sGfS>ΒXJ(;Nv" $ޜN8R_?d.\Xo5jkj1Rc|a.aڪvSTY||vO0ѻ fwU4q.߫*x'8SĢ|~S>h#evI? k2v_لkH.p]g#*inG*pePklY-7ߞTZb9q 9goKVj{ aش/$DMN2{ .S1AW!< &V1=,ݦQ xJS2Ax=p}u@wR_0V9yWLƒ se &'$GV8n{Q}cޱ&q*˛o\"q3i,` s2';%gkY <'HUN{*fBL]4IW([N0i=}f )BJiKjOt'Ӗ&پ`x S><>79rqI{]L N2J&3N/W1^fzS+lz7WV#8t#AMV~}6 e*uDdc9E ~a' KYqX{#HeS7ʮ#x󰡻S~/3-y,NL5v.~9z]:MWvC^:azsC2 \US?W5K1 <6u%I6Aa'LL4*vN> ~*l iM`]XH"B v8 Nk?դbGD*>т~q D:[ ;@ph*cKPePMqB5_lqY 73~_cawMIoa \m!\f6^7~ 0s ﵬ;+-.@5"/] Z .HeOZpK|j +Hؼjd}f@gzFWG{.wнܐ+Uj^fv}05;7b&hHǗгfK %(PMV,Ead TEGv/ä_M:RB[G@ɤ$8. "/K(c[P՞`MͧzL9U'RB,eXb+V0{CnAcYL h0g`qWww X㭸yq~$%C?QP *V eWٳn8|<) r3ۆTof=@-|'!yK<''s4Y {`Vu0L!bht=(@e'woモb}V Ne2agrʴR!Y~>V}zZ3 9U<M/F׬}4 ʪ.+vH[ -<)MZR| !gטu!?r YZ