go1.19-race-1.19.9-150000.1.31.1 >  A dSyp9|w"oR#D pQPn b8f7}oLP3b.,Nr7T0h!)% Ff;lTA%-`ce?5jt3ҞZm%'= 4 pЛEDTjijw-jt{AJ7t%E[ª@l-]=: 8030e7d179f88838bd1807681886ef1c0929e71b005cdc42a0a25e73159e0b17e8b448949f48c03d5ab973ac2193270ba04d09627ddSyp9|Mr'ImlT &O DMhi{n8ut'S/S4?"O匍aY{B5[LXmڽ㣛"mz/ f;cZmtFgU4V! " ڼ@3*:fA|肈̤ț O(2qZp|?E-')ߏ&g,^>&?E>p>?d # < *7 Mf     @T(89H:!FGH I$X(Y0\\]`^vbcDdefluvz(8<CLPVCgo1.19-race1.19.9150000.1.31.1Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.dSwibs-arm-6SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Languages/Gohttps://compiler-rt.llvm.org/linuxaarch64dSwk69711a07d6c893c9e24fc4126cbe1642a06d670a8cfe0cf0e4cee1a2487911cdrootrootgo1.19-1.19.9-150000.1.31.1.src.rpmgo1.19-racego1.19-race(aarch-64)    go1.19rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.19.93.0.4-14.6.0-14.0-15.2-14.14.1dRLdP@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.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- 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-6 16831917501.19.9-150000.1.31.11.19.9-150000.1.31.1race_linux_arm64.syso/usr/share/go/1.19/src/runtime/race/-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:28845/SUSE_SLE-15_Update/891e165434b99283e98c357358014c6e-go1.19.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB relocatable, ARM aarch64, version 1 (SYSV), not stripped-Eo4ِ<go1.191.19.9utf-81add219114093c777955e4d960fb70daa21dc300ce533445a35bae2d837b37ed? 7zXZ !t/⠏] crv(vX0mظa 6&RC,ì'?Z?l憨[͌DZx#v1[IkII@ 8}1aF,T M2yyòm&6c]!=r5[;}I5Q<.C71yvKl3} i?E*u-ՠBT1dx}O(LVT6; 8١0[R5 əٺݷg hs(&r y _S $ښ0i+|], Etb<ޝܰ '46_%TYA2=4Mv2S|F&w:rG.Pxwr,B`3L]DjQx8P$/WH& M8 ARc9 z&YsRкեw_fۻ|mǻ(rmΟ10p$ZtT`[uͶ&b>U&󊯣Ǽ[Qji79h3 bHo?2>r^gJU zM!ŽVpf.M4ᵸ)*n*{~93R;3 9yB҆!db^QJ[S( 0PmΥb2򑑴/'gtϓj LoѫǧliG.n`js5#A*ǖlg vt>wx*gw5Tni;V+(fd~Y"e J^* Xx:٨-V/\zYEʍdxE{ՍNP≟&|Ig~&渮"ݎW61Ou~:^6Y  wTV鮿HD@u.Щ!o+`Y۝w ?7MV荙חq _ZUX7d _$ϔx v>w~>@*\;J_M8y$1],U!j !/{.mӎfv;k9J*=4[Ņg!^K`JK~0#|GQyWgA[jg 3vhMSvn)8Sc%Ԣtqp0X1rTlsjk Ot+\I:g# +jQ jkx3myWv,N6ǎ. s!丛yG˞ Z7Pt8R')2Q?A JpTLI:wԴN!a8mI+?~QsX#/$hZf&]8)93LzY`5-~s<dž0I9Ff=M{v;Kƥ!Mn2.q`'[O3IN8r#z' ƯmB hF -өYEWvpL^~Ŏg.RbWo4 aJ3S,6a8qjGܖazpp֊ubu:Vq)aX [^M`d6Ν35һО5U-q 5i'1UWΆgK)ԟΗDNMTsc?\`L+hx>c>СFv>b-rP[ Y1ߔ}VVd~ i"p]d'{)4 7^|RL;Fzth2TN/%x(cX;QHKnLQhn41{R}h/oT~Gs|#\Ud8+vj!VS >l >.;-G {!b cS BXqw1;meIB]ةS~ܼv% Òs`(0kMEO`8>ٚM$pܴIE/g?'ۑ]ɱ5l{aС\n[G2ňƬ;*4T֌|~ $%ī&xh5')Hwi??-s:[CӠp חc~e3$}e[.5G%1,z.+KO5_UQZkm`#<Ҫ 422Bw )iƭk7jq tkuvMT]ōzFwusJ?;W峒djG_PL=̄vfXkM L'_Mgw vi"h a#m8E=$gʩaف:m3MD󓌏k8/W&L<"Rb~p1}A(UdkQL>f *E}9pJ4lGy%Ih+Lt)ՆD_8:14<7yff>dw-#3m6:lu qX1qKzvN6MJdX}ٌmx 5 =4?#>msTjYþP= w[2&r0/Lv״!*|I݇N޲)yk|TZof[{Y]+BA׾2At_I0L\Q8ρO/uLb WsH8U~"^Do=0 (62Gi4` })F?"@5_v^~:˃v#ln3Rrk`}Zk-e(ԌRفG΅9%pS3QyMסv7*H\{ͳ-E[Z-_[߼[9GmluFԋ'܍v- .5u]h|PN0;>Z`yy쪸MpUt0 5G>_~8)&L,An4&0R 4$T6MR+on;~ vЕY4 屏OEY{\iy/Og݋?`oXsgYZZ\P{3y=T#ӖflkXeN{gP㱎 E2 k\p;ENBTwJ EPiPuoØ]:Lb[S8M?u{޸O (hTKZZ Q$;lJ;Y;4P&:~vJjE+Pj^>vzCu]ğ8# C%IXgj2(D\pKhEHrnKI^gjjv(OfRщ,On:b bPlRۇE<3 O0MI'ON$BO6s A}nGPDTݯLOj;qܑR.vR43LL6Z2#Si TbsF/9@2ڿM}q(:}6 ~q]hVSDB-f9#Ȑ+;}33ܹ:"C-z`E <nQy1u^BAO6 D_)GL᛫B.i=`a ,* ["` U,uϳN52m1~" 9,&<(Izƽ}ҬGBC W'oҫn/]]dC47X`rz Wx28Q@tf$}TrC~7"V0WR^L y=&5'jffDRf<hZߗP) 6˗DC5}J o6[MwIv}Tۗ KEq᪻{`~KOQXV5a|VSF"|Nu3dùOZ(|SpŀȘ5-!Xc1B1є7^EFՋ4kd76@ʌOnW+*=:~ :{U_ѥ ~]oֺy3' /WOت0P)y?ztp Z>;D\ c('0"guwsw V=aif&8]2ﵒ9t(HX dHN+((;3BE =e_Gmf@[:-̷6: '֔^WE?MdG.?$ĖC5?v`U eD,Zt<9. I0^}Hߕ?Ut/Ԓݘ ݜP֧"9Mdx~.çkcP4 ʜeo?YrVO;Š"5OWviGViw)U^;YWSY2JcY=PK ݵK.0YRVlV;56'%$mz6Ŷ~Ir}v;=Z)0Ngy3-+3= Dk^$nz7g>FE&&ੜLՇ"jV?yӁ"ЈWeᒂry ˘^-9=ta]_>ob˼a+kB1Hcl\R.8Q$s$Bp`#!2 @gʂdHCĎ9y.lAqX)q ;8;΋41amc)ДvNUst@ͨ9al"[OuHI]qYWָi.C?.L(9 @IwS!$ X(iHNOT< ͞8zU q 4 Q*R)מzg.-3-_4QY1pS1ax2eaZ2iB#A_T;mTH6Mk bVp7[ޛe=y\|5"|{{[ KU0zk{lS5wfx)O~c*o_II:~8fLcɂS._(!fm^Q=l7"Lm-0'ȭ\~m; { )YV3Dt6؁ao;l6:N}u6 dה1v;Z;jO̰;:%{AG;ÿ1fUԸּ3P~f5@hy" bdܨ\0Њ<~7)BD/ΘBZC^x<8e G"YWk\~\ ;R%u,j&Kd :ڡ[/c5&YT~ɸ@8(}מfok!X 鿉$c_xi׆P.^ͭ$U 2b5xJT8VrX?soFpiۜZ_zY3>/^3KtIO|3a+/Ů]-f'EX?=yR'F%&P"i ,cQE!&q̌ j<v2tsqs?+`<ؘ0_>N@!ÖPQQR됅= RѮO@ܩdjV-N;dّcʔʹߧ1 (Jn.w`=A0aXߠg0+EJΞWi$>X ݾ΋*Ux.Yƌ/hVQ٪: .~қvؾ~7B"=(wEI1aDkL7m@8UB4 ST n3t+ J,߶Smlߜ{_&XXYHjn, )F0T"VX{eclqײe~Г{Jx*DoQ'U?/llN{nZ2j&<2 .7lxiՙU|&0k`\ҙ}VZf^ODqV]AkhF uA݃Ji8n?g ̙+ȣiweu\>m0DI.5X1g){a֫zK8K~QmALKU (k2osndY&+HQPLM Wvv HpbzQH#/NY:SUWtk!xݓHAvpe emUG j0GPySh'*V:F'!1+)V(6lK\!FbncPzvcf ʛ۩L!BZFOANe3򶚺;t"Ҷ;lnTC:K.h$z.2]'W vbF믢hS z5z@sء J[29, տr29UO>ص́o8EFt^rʌ)ijե7_Ƶ|eEVۮ"rS6uRB=8}T!%>QN\͆jQPIT9 B1ތ͆fbTz*f6f (&󼾪-ԫ\Z{dcEᶏ,Eg J3bI*hؙ0Du/͙N.[}NV  QtW18 tTBզ;S~24Ґ@o8\qbcM>i6D.ʕ ~W:@#Au C" Q! cd-A>B ȃ/xdkBeOM c ;2{8MQP[">VcL𱁆BTKNZۥGq7!!'(2{̨'԰2I dE$a%L,v,37́'2B3+3~nvEG)GSgs]-6z %Mw5W{%grx򒂃s=tz.#Z=6z6ً} A\8ʏjy|8QB5 7Bb_`Ust 8{BUerDlS~ Mz^y:lpmKx>|]9,Gzy&rTI6"\lHDEC>0aDg5YKĹc_rˮXPO4U >Ĕ=/j'{h1W%W X& t D }4Yb5fGƷrv]o粟D9PR*C *Gab ʩ{-?N\(Y}׺@4[Nʱ׈?s᭧a Nis|6N񵘲'yF!y8\zGVh7Y%~iȄ-Ș@NOERO,nBCz :8:Wݥ穯|aGyK@,,6/ fZb$)`]̟KTL~ T:LeHD0|VVnW"q' h! n0DY<>20ˤ!< :zHKjZD ֎SՉԿnV2aw3wyn;kuJpIY亷~uC ޠܐkQ˿*C4(FhJa8JT"A˱SڄX@ (K^VoF$ʅHV&G?ͳq 7q h6'!؅ktu#&~ѪLvcj=l?hM'ԶI)Q!f.gUk>ta(v3k:,!(,'w!*l7< 9Gx[%uR\3M ԅMM` i[(A iw=C瑰le3߫*+LfQoC;x4 p柕 ܞ ;pو C7奅u3 =!m'!?+IvrߠD懑l'#$ވY%,!'sH\|6BHw*?m氿ٵ0Y{~.A7cjPxĖi.z^pKR'YLQ%MdR]ޔ3qU3)vZL bDuH-tLs>:{hDퟍ _R8ZdRi? Vûdu.@},{ηtR kƋ@{\Ui%}#Mdjbz}R|}yDj36lf""_h=S_<_sL6C7xE͕IΓ:w28{B0L KP`ĐKRstxXRT1NBDyKʿQ]t Eƥ7g닮岫計gIM+ 0~NXPWs|0MlfXdY1:!nS6H[thQcSJ|!M'Q>F :d id79챏f1],*:YxWtxbp"$K^NGc ,SrR݉,0ɓ#T4ĎqVԤT/%mav" rNIR\_#.c^!Z9OwQBkJ["AY)`97.W$>]P]ML>; hp&q5(<-Ҹ]iepG7KXb[1۸8 LMrX $"F"Zq6_''؟c$ X!*ɦu2yTq4OζW}?~`6#)erKK[r]H?nje{!6daԦNgej+'o<_t Sr@@z-OڞـMwK<gk:n-ukqj"Y" ?>HQZSΣT醜j%o@xwWE.z Nar+Ic h(ZTv"mӽ2@)ψ+t=A?$3,['tӳJYl 8α9uk\OȽ81cZ8";KoZME6A*q#vLl5s}?LByթQ܂ψ * f@UaOO˝6BDZT1Z`Md>:78{Q@vr4fhc*aĦy6=8QJ [pD{=+[i$Mgc(M\=gxGA>DGq:sʮL1QjKe"Zr=SBu_}galׂ6A"ӬXu=y2}NiMR(xi'913.jBӆ4byz[xK_O_PXysY07lT26SI_>/4{ceM^ ȬE(4v#zfMEeIBL3;݋N Tx_u wMx+n$F* ziMMʮ&=MB||jZhbK 6[QFx\Gge$rɠk[2}p#L]p$ӊɊ % oJa~ sطw`գ[i 扸srVf-)y[9"erSqWRf郺|0WKk6,gѴ,\2"7T{Vki .B\h~3Lh%ɤ/N (y]ਸ[mn4ȸﲛ )QkRh2h*n=ԣvx` cީV $9?!D12]ҵQTْN@(_ 1,!:{+Cm&ln7ʱ! "kNMz&۽ ]ch8G, Ry!==~!{XJP9Nw<* QK?T'aǿ\q'ТW2XtE-SO9c}>z&y6BD9΃U.ysfAICNct)Kb4pth5eBk!~Bßn7@_,;OK۷ot_6'.+z;>Yِ2 vS`%$2/?GX 2P m9^1P5J+{>A9hl^v~@D߬0\AV0F^v/ô26d#o sSNvuS"#ԩ:'!>Go\nd=*QAZqKzS^Sk Op ?{F&N%Ry ]C<yKcC<&9D!-*6 ѱ7=y|1ߞ:jCxՌNi  t5ZxV; 7ҧ]Tevg2Lh#KSx?P ^(gIO#sm>ڦm食>9K [ 89/,#*BM+oK:.߬b,ٜM\ T oΤ/ "Z*u%G:󅋤2"2V<rQnnn)Zt2-jZ_ De*sz6>4Fj]юeX(x(pJfd+A?9!$PHPF(~R!-hdHm)zRz*7TxsjMcQAr{V.M yV]ve{fӦqn`S5f:4ɲ#s$^twђŠwhV!(W^ZR^]H!$_P!sANzgQU0ԂK}Xe]q+iӀ<V4tr<¤k1EgzjCCGv=wZ(d @Y9oWVSO"7q[$fKݙ'>ÚHETpK-TkX1"üOAl6~ʶg*Zv`0CL|2%b6UOCݨ{r̄uû*aj^KI0?*DSRb[5kdӅħ6i\=W!G"݆bw+}14+&2S_TynjHcX]fRG_#9H"NǼSE{⵿VduP9C 33ˍ@6*>i,3O;̝jN~vpBQu%߮w=EN#zM1g)T*iӍ4KKs^Քɣd$b% ( 1legګ e ckp GW v/~71 ڦr_ E7$9l&>oA7%/law!٨ym w H"1?,/fG!\iٲkgFYBTa-B ҙ&%qŲą1ݮJRۋχCqfSi7ctrfpgՕ l!m( 8`q_y3fPA۴i hhm%N`l= ې OSXFCOSްh Q,Y%Hu}$Z9yY{{A0n%]C~uI?pZFDݧb ,8j_]{ ڡ"L}i7vуy@(R`s9SKwԐߜ8irLe9 (x4I-&< =q̢$OOx9&yR gZb}ޗ K}i"6?0M%Z l @$C""H)[˪alI+F#f/t^2 򣩙pE8If^)~P0Nӝ`[Dx$ iG^Ւ"I%/z ="4|oT|wH3k2E Հ`:#x 0wp.8+5u! K'1"&!_ɸ.i;zvT勞,|:6вzxSЦ>}7o R˳I1 -')/arԊ lBGq갏F0Gb)h%+D thERq.Ӄwʺ]MR+-N2mH0AK'u;KgZ}7[[tB*7uBвY@4`Ki'Ww"ٻf u8ڳ` D暐;U^w$b+*>o.l*s\%e@.x3]hWQŵI xu 8yزO)4]y܅ 4tc(z|u p:XǓf߆| JP2¶i[O`bm]8.go3ZzER&{^VVh8O-ܪ:,! 1VGJ#tkB(%v*s 12Ӥ2A@AHg dkedz빱@ꦄmy/KwѝRp'kHS0[5]Xdct=ߜ;TT< =!d?bVAM*zQvYrPk|%J˽ M)tUa-2B7S)*2IJ]S-һ!\KbKu5^PߩjZͻ!xhzm]VKg ʒ?HjųG"w~r3BɆI56!;"(Z;b(6}mzNG'L)!xD^qCtw11RˬA;4UơBeT=$rҍ tF(Pp"TR{yХK͂ w<8Ym|e[ ,:6HϴM[ a)F[gܵ/D]&۶94B׻5*o']5oPdsHƣ)W dPs=&GX>Vҏt~c=Ω&Uχ.SQ;4#o*QDH(Cɛ7N[x83?'GзV;卐.¥k}Y1m&#ŷI7[zDGcv<W:V_{0&j͵j;Uc\~1.>`5#уQ*7er%$|iX" p:#*upǬ4m2@9-ZKu\//)ȷ3mo[\ 9t[+Sj:K4^06u~J$LPoԯyGV[q .{Cw)_m3X7 3 xPSw0 lg6(`u:U]T=>(c)wFj^fL=%AK6}xEp˴ye܀p>/r3A1"}鍩mY8HsGߪ{%>PPq$rv0ES56Ӫt[yIwOkT _\KVVuo4Xe9( N-L WfƆ.Ȋz¡]U p[ zv/@cR$8c9&E6_3Mf:Cn+e7/i;=d75jɞ@c7(+.JiyS`.%Ch>]O2t-۹eEO}o,LDS"OR\SSku).P .IQ7?Kzp߭<}XlQ*Ntp7ș[f&T1)DD [n,[@(-'=P0H< ĐJnueReOG@JNVIdAH@myHΖh#skoҲló&:6=Ï ,Ů^g>VIfY#9^Q'b>nkF3Kj~ngLn9.t@`pXlR#ocp/(I5rbFwBG1l60v rhegk/ݷE^q)K$`#ѿ 4۾{FTb'pXPk7LRz^z\I ~Ijo&Q$9f9)׌ϟIfa7#\W /^9DY)Ǽ4=K+H2H*૎=vߤȹo`C;䬖^/4ӸOh)NJ.\^r*elcg>.XXMuUg蔬qb"6K$#;Vr5 7Yӹ=vӀF.y qn2hf$ռwLaQf8ir)ڀc *؏JA&_.XlRltòh} I.ݘH(1 kpsLX;tv>.t+ ϥ94{7iZclE-6e"TSFMBuUh?xxy3I+8᪯ߵ8׺M]Pb|}KИ-&&N.9!~*o4|̔BmJvC*@LƄVMɴχ7pIqDЃbK+U ]Ypx#h6 !˳xjz?ҙD[%~ NiuGx&pԟuMdԺ&٘b2u͵]Ole]ʆ@6XIN?pJZցڴ#4a-Mla1219E+T):c9o@NG?\u<~m"֦{ f Ȕ)!4렎lSBJ:CĔ1N0,W'rĿ,ʸK J?!]ӱTx SC0"7 tᑶ,>2F2 hl6xְ1/0<=ߟ8.+݊pire'LL3Ye[KqN/}F!Ӓ&\V9ȋqȦ0b^Fnn?v/sޡVXY#4I{< `.r1n[J#oa?GCZX69+6rv'|z*BK6ger*:^Nur Ӌ Jk` N\J[75iXm0eZs:;brY#8߿ՔIJRY=a-AO),p>wa B"٬H&D5=HC,`veb^le=3&Eٸ%R˔B@H.ܫ1c*hWHr@nXb\UJ4"^,m\f}W0R|`]-#J֨42PǤX KIuɄU[(z?+4˞;Ę(nsXL,LH:hz'?|"m'mYgcP<;k19G`[#kLj .}xTm%8iJYКr0B` *5dn0yǿ0g"9Pl *nݗUfX}NεԢPNֲYb7\>˟߉h,ʜiOjyu1(I/*o;G4mnL1T??['tQf*$xwy )M)U ZhGʇ1RУ _v3MQ<^,ڽDT 4"~ y(%aNDjja Sw֋9ZG9Cv^!/!&+1~O}kY-O '-*S" 'ӭ7hW7zYKR6sy,^VD 8d6I2 Jy NZ`&g﷮,\o{򆌋:=cF_3˒Zs+|m[D-VcTN13Xcͳ{|:lަpE&T]EG (t޶gaC=mZQ/Dd"kw-Nڳ C&" cTUZ~#>a<9|n[}r] h*ّэ$ dq̡NmEuR_$fh%LTzuq@d7Isf R%ہړnu=ҋ eSU@_TlUZgvyClS諸#!W}mg7eTsƃv&3;nah}rzDTPv\) HLxs L%^;y0;0 YJK&kJt[GrXik-IY&|~5"7#FٟU6;AJ鏞 cf:&c|PIgU@\J`xIL1,aBy).jDe!kY !{i*@]EOZ4KAt)RKo5Ty7۳QN)RCWL,G]pQȷ !UM;mn[%h,P-" Ct0{O ~|O'tmg S+4~B^jI%/EV}w(}Q 8j*ҍЊ.ն {V'xL }d𘘳\RYfgW1Cp%W&!%H{6ᓱѐup?+fJ9 W\#O'%6R;?1p8|sFjr4ZrΎ]s{Hګl։2|9y6V2O]49>Gآ̳w0^Y0%XSAzDЩlty@v EJ'N~|䓦GT{WwNZ|BˤEzvOGM/I|;3^B/34Vn#*zv2V6 t٫#[7pus3EsSϛ}W UT$H]~cnwh JL;^C<Ґ)gNj*&j FJ1G֖32}=/Vj:"5C `_Ns G)SX7lyg)SsJ䥋Ze~o^jRX|un+a;tlBٺC٩8hAAUοUԡբ.̘\0\:kMKJ͜'ַēTE%,&iuSkXʌ%~p%=?fI9aU_? ើ2L,j ^z;J›w̺ޅhN+ h -w>ujIe",&Bi fegW02_AChKd+|.vųjk^gbF8%pτ1LhR Gm3.u]&D8h *4d6xH|YUqW~& 2sCLZRExbہ[D~Dπ UuUR.%˩>ỷ 3mC=aQϛ# e1L<|M5fwC ǺbJ ,b?jNn 1'FYL ]V-~߁M ^yJ)܅~~i)}u w+Z6BC>s K=LyCpEx!Zr1Pbv_# xݬV4Yz.dI&Q- a ~7үowzѝHg{\TĘe*÷:]{ckL$Fz{ 4`x X bH"h/J)SWP9@b}Wv kh?b'J!HHA?B#;v[>i:m˪ȃ/jxҟv|!B}^2d `:=[*L R`G`5&/hnFK7#Ƴ8]ؽu1%dE0@X: ~mҝi1|k!i7!q?F"JS+i0/Mns ] Mwf9'C.^Trq6!v(eonݼ6V){~Zi`Bn6~̇j\6GZg5 alV)v4qԇF&͓0< P2+%k!r'kax3m1/Gh_W"j[kE+-wmŢVH}do%*O^0Z'QCdIP<7m]N%;ںasY2zt_gNȺQ"ɞѻ&rG?DkS (wm X`E;:&Z _5k44,1*ő+)坲aY~F@:os>2 jڈU3-Uѳ`@u8ll-oK9K*L(/<ՙm部ݑ"y'(|P/9 y YN|ln YztEVqŒClWHMRIp--}S0єi͖\ 1`hbՁ``B)cDwlᒓ2>dP L P?Ę* x%Iڃp$> %iYo}yI1{`%! o&Gk$Xh5Y- 8W.h1Iφ^y6i7C:܊ˮŎM+U]u$ud̮DJ =`SxNp^+^n zTI MUtw /I \ِ ! K<xﹾA 6̀v9p慂_FtRZ8jw' =kqE~.Y$O~OY~hWg;P.`-d@~"wՅ2ِp;G#벷#s Oyn@.XK>w]ow)^IdSc_ c_޽L^^> 4O{f/7NO)x^\@3|l6kj t mbŎ4ն9p(OM丨mLRYFG>A x9ia!} njLBC'/H.f<F-ʽ yZ)8R09ZikIK\iZ/eRӘ!ՅoG>cVowVx!6hww0'-K@WxݯDR}Wj/{ڕ@ Y䷨/,3+>;.;*|Y4PQ.ocvl2O\7h$}ʹ qqL~< BsM9T±S_r42wk( i޳W,cfu܂d`ܨ|VѡA=!yd-DUn)Yi+}ND61D<ģ5-h vwy|VmJρo|V8Xs6uJdfzGJZV;GǪѬL0)B7)h0)4VKW:!4 i?s:DSkIDŽ4)IhCS!ZCŐ'Nre¢'TjL)*gEfk$䟨Z*OU}^h(6FKw14wKAZ欅ޝ)U(OT9[/$0̒8-`Aާp*ihӘY?TGٽm4- <؁WeǣFI =Uo㢳2pW nhgGɏeuvqº{# 82bB45ymK R 脬W;q %;DfHMЏABH=rVᄧ!ܓyҤ?UF^!ɽ c\BI^a`"@\z>g%nN>F4xOx F 5ǻJ::h*L=ag4{q"H,q;R|&8k87<+1k+ E wA'ڤf;S%LjFR,~R"Ew8T9`l7T ʄcŤL[8$k =W7e݇.iEZ`#3χ"~|T~R lQU}@R-Ӆ/t6F&gmFL)e`8nqkJC$ث,E@BY^42'÷]P}3[Brt+-P k0)/m&$~}w7^;;zq?T&6ҝo#tw|)>F8~[h06&9V@JI.,RM&VWAͨ/I^dGN"o&Ufǽ'M0L,*Wk{9xݓP_fc2Jٳe/v4%Dh +^}L.@1v4HA}ݨ{656*J8CeJr&(F]㸰LyBOh:aQ*ʣ0v9}` c}?b=/h`CWNz:LƲ5CzIBvK%xu: qXD< -f[w5{?hzg:妋![b ܂6?? li5`3|{0~@X(|8 ~*m!\(ޜoc! @lGJ/?1d&L-6s5}z#v=EI3S=Fu M!2>9L(.)qxb|T4= 4 gϋ|P17oaW)Aq%59H8%WvQkV=I^/mhFfZb˕AuaգͿZZ)|Ih{syOcu7,x&|cXڊkN-]7yGR?}d~l+ g%Ե;>8K+d?wm^ TnE<Ո3 OR_3nog[hp~}6)Ed[G]Cq'vhXY3t+gKBAΐo6lW UL~hRUy)~Z`p[zOfKADm2[|d.ug% 9cݙ=[Sv~UQp/ )fG,8cAa#Igj@Wk' `*!VR880.7BsLlH ׮v3Q@ouEc̉f`q Ma>R}T=k# ITDIRb Ôc®]\z"5%x{0 iV3V۴p4d 8s(K#˶=K8Y¯!=<+齾=h q, siO GT!+$&+B-'2{^W1W8PTp̯{ƕ/T)'%U :'gۊ`8xFF;`Mݝq&ZȎj y9/^ʹa}F2c4RX#B- /H|F`z=!JY'I}["drvYī Ey3V|خHXik>9t¶[4A5Lohe7 Ő}E<{z#Bs%J('nZ[jL'zA=zy/LkcHhsʊ^bsą fvnZ]RAܝ˩Ww^9JጷҎ泎dPdƚw=amɦ=@Gl_5[ KUɝf!?:_f~!N^(iJFҿ|}tj MywzXt7Rt8+F M~Nxpe٧=)@P3=9luwCB$xS5 0*JGB LЅ+aqa ?Tv]4qBop OdQDP Lug}LJ4:-'u aE}{G*M..o5`k* 6g2b7q~K@}Y494ɘZοCm Q(|B1A\h1yH3$ȌDiH+d!L7BmBC+y::Iz5۞u8g# h(_DF:Is>\AJ=iX O$KORtSsaN\q=E;1 EaӼ\3[G_=ǘkfAm ,:VC]9`W&{-Ęi9"k9QZ7i<` _3_*NΌ_WfI+ _0~"nH.WR)}w+Wd|Aˡ -us e7` M!g5BK sl.%_x4|GNUOAFH jps{?'Yu>tv~qs}oBY,H.O_nY̫k!RQJ+P 硩y/u|DsfV7eotOGo4)^ycoN)g|\HqGBz@[R6d2]}IuhB- Xn,G㡡1YJ)ṪV}좏Vk r,4 }S= 䘻D4ϫga2j)Kz=dǍST*0yPCF0sxԺW!*:BKiWf(é.//Ǯd-gS3bǨ/EZk5 o@ahɉ&I!S~e<6.I{ QSRΔ,ClN".^:_:VLVG~C, m͔Wv[ݑHd "R֪\zcFml?7T̴L@u 8>m1J7K AnkJBddۿ%\ 6J_FNuFX0[Á/]PQ|' UOmϴڞ=~zg'k2 NjCBcyTtkF9d7s# sJ[BK$怣#TB݌;zbxc5Ŷ+ȘXڄ)CCS4'nfd*NO6_n 0&lb+63 E%rHl'R4d[U {P|dj$`8B727Ahƺf޺Hl9Moü Q{ME0pg(y-of(O:gpvͲ~o:mGNO7`{pR+57diW c*$;Si'a^%2Ы),'UKrE ra0>-3q}< vr#Oʗe\.?2,c4$p~~)&1C &X?sS6XAx!DM|d~`] .D r2?.f:}Yvd"Q ډݠ, n%ݲ> / b5U,@nP-~ tŸs=m`z&sp&8>: zu-t[=jO]D5׃}쪉t%2 b}]na["Vyr쬢ͺD|e#s;iҜJ'c>G60=?1`sT֎PDIl?~@jo J ʟ$'.AS$-zyHR^E"5]B6A t%S[:%i7ّA:BWj~/'ls4pboD;דų}n/rߌn+w~9 8ڃ uk%rrU2L_S^iΝ 12jOg͡Í#Ff,_6K)D+W@U5DagY8~= ޾,YOeI~;΀bf,د;›X7Iw #,¦ݼ4yF3:5RkAZbc Ed 6@#L}et+b~ĩCЫh$8! u[(W ֭#"z3|X5[$#6,&DXA~ ]H"aV},?& |+kǪ .lxiHlbFӻEFɿAEFC^m-P _>2ct9wxHVHq1_eh jTw/'qNMN&W0)*(\R=Is3κ$Lr~oK`KE"N}^a%#PzΠs]m1&;ܢPV8N:'c[8dDTHmZ,s}tw֟5I3G]#ZrODzĮC;yğ`3gVeJ#as1:э_b~kGtr EO@Fig`Jd'.or@F%U|s;#;yG8SQ É/V,0rQx)ޭ"LKxuWPi$[}ٖCzV\zNPs7[U|Gyb`$|/zb "nu=j-$@Jy[]ܠُgdx^c)fr w4k{|ءq|$sgD<]3!HJu4.Gw'j ^ J*۽-ozS'8I8spS|Wpv5";1^~Qc:Ӄb}8(lեg/ ToAt:}rƒRNU6P]CsnSoRA JUٝlU ySrV`5Ӝ|5rޣњ lomeETc[,&j%Z}mog6 7[H`5SWP,NiԺ҈ȻBwJL+=`&HoGrsEx[2.#7ьd6!Ϝv[[ O"ڨS$l/Pk+i" 5pzd x j s8ҟt# z*=8Mfc:ިX_d)4ej Ѭ4I'bNQ%2bSy8|Ԡ>0G8D͆||+\gܢA&~HE2wR~p=PAQ޳~LE:K @/\Fo,[oIYd4IAZS^`b$_mķ[XT픡,Nu63kef7>Y%k焳sχDtT.C x[ôpE ݠ4Xʵ@< g&(5BÞ/) Iԝ02թb:72ov.% Gn6iˀVC,{Towbm7CLm/` ^؊/O_`E/sj SsjXOȞ=#naVEG4+d1iSt:o3P1kVOG5f N**ٓ/#ej3GC1'򄷂oz_ >ЏI"w_ 3Ƙ- .6~,H3cy"xJ %5b?#[-oy4+O+.qpen͋ 5fM0 #ӭz D<-0JIO]5K1]đ 06ަ]#ů'2RGyZRw(]&z-rb54aTI;o:/𿍞A`_94t}LYK4$.N?헄NE5eldpxKs` ]䓬3CtMW0S? `[)*z(Pv#32|$֬ :Nҟ_M$Y~_GM nmQ5F%:E|B3u?Uaz)t5|ҏc =a>ΜCULeTYɸJl֠<r\{Ϸ9(ȿ|#eYǭ2M`܀ؓCi)u$˚`]4 2l9uI ؇"6eѮ܋k>?1^D=<#SF6"6Snђp:x3?“'Ms bSBcEˋ> 7 nh켋x7m8"bT,FcRQM@pSadt7׎!T|-C(SD{j*6VzM{0Mg8-M޺^\]bx$i[5Ψ+N`Fa#w;q /Dt&VR@*܂vKia7&+*T o>x8]w1ɍn+@sf}`Jk PdmLMNhvKԺURɒ,cÝ'g$W sٓGIOB .E_<zI2hec/\>.-rzH䢠 6ScH ?OzO',UZ ˲{z~ɔ7iY]" Q} g3/v蠼'ݼr/{.!.ˋ58A ~z 2\FcYXrsAl~( txH{]vWaq{b(T\b8ģDUk_jw=m ްdxĬmBfp_D:aCӆxjiD n۶ }]pƊ+)dŏHk* 'qe۽yQExM{΄!E8s$  uLIIլjN\&,\\-Ї Ҷýkm"4=wXSyhd\5"]9܌ᛔǼl~?э7nGp?Ue4|8+YpyvŬ ްw9EaGV hX>#>d K/M$B4׮꽈oiVc#{+pC/ԃm8Zpۛ[YfNϣ5a!sI1zݬ1XN[d_fŚ榊2Gp8dڒJ ~^ȩw^d@}HD!t(SUcD=(R6;OSX8`oʢ6l x@^#7)ѠW` ߽ Ȇr.0,# Z _d{Еߜ=Kzon>c3I鄚4c 6P!r9ɮGX'=l9  qR_P\;;gWw| -fRx<rE.(h%La}C]=T'Fl;mig+cEgFlm$DE@h.8c KQHJiNEzH" >i7wr$c&d%Uy*]E9 u`C3 Jcמ4uu dx3~Cu|YF6iPfJ7ޫgxOU- unl/;܊@}l]<+lVqYڔȞ‘ bJEX맸[k |,SegfgJϔ =#\uݣ Fk?0weũ%E[UqIzΖvi@9q0{)F z`ȬD"2$)0k"^Wk r5VJ8ߪ6\yA6OW #ifzR{iLk >s򤈷ܲE]ۻ~ qp2 *=Q#rR-Bdb==;1<"5̴~ /T  !-k)Eg8\ w_T 7=ЎA:c-k7/=ϋ]̥ ԧ)3Nq>>^\5\gVəqN"d$Nb O x,ecT!3w8cuZ;> S]SZ4n@ЏNDtGk.Jw[ ۺ:.qupuhz6wۯZ5SId,Gnpv#7U -;}΄JwHtZ5=K%e0ϐ{ Y )ӄ =&qQ%!U)IjG%l~  dT#%:6zT:HԄKNn ĹيW$Nv4WmrR}/H! qKn3g41젽Chx)˜;?6X~vqe,BH3=6AJ2}jlӰ SYpxvՐ~}yM5OaѬ ZƮO&-,vU Tp3blnVH>) _?<7i(P !Q+|(PTkY*<0>HTjC9x껤!#= I0S6kItto;:tkYzM,^c#EV+S'ˠuO$+!xj 6,Րg2h`hSuTu)R-Er#8ʚJ@$GB)>gA(]E0gĀ+&sTq M^ipuP ܟ=0P,g%)!ϗ}N+Ŀ/k0>]עH(*4~OF)HUβ޾'JvG*q7OA@@x"{Flϯ>O؂]N {.R `|7{PovC6")u S'H)Ώ!TbW[9δq͒b lp{\u{ܒ^."?catLܡyYt{ Ch% ~8\y.,ДNMԦ_vKSE>n9Ѫ~/X>D(AįGpU Q$ypЋɖHZ0]..@0i#|,gu"@Av/e+?WO F^!ŽT?N/T뛖Y+c[rYRI| !>L5QZaF>2˲e YZҼ@M^_>cC?LWb6 }"DlL<+stNXDY#(4>xB|6LsDZxvUW6wLKe8M'9y>J (3, U>ˍ3xVRxG $ +Yi::)/wxl)S -yTYUr=Ff*O`꾫: .!tu0feU_Hy/A e^J%@1EunMfwOF9Pv(Kn hb=mRik>HL3O ?&g@c@%`k#󋊶 *? r|˱YGxKVb߻/Cu)s0`-Ǫ^}{H?bqӴ' h9b3IbgQ `Al]ّ) l >wz)6\* ]! IPsq/`;rӄ eSc$sܵjQiJ OܭL$#L 7&|!?&}/~!t H[ң c[{RQ2nTK]1;i`LYxI%i3^[E2=M {UJ̲ hG=<8W ,wehVv}YBLдMIfyZ ٟD. y# ):;q3LsZ4X6w?#x+>]=Eמ9*Z#( W;KPt쩟FtY-QYKM=8Y歔' rR!xV,q:04~Ë<9Wln}ij  'ނg T}=;D:rqA&pìn+PͰ:©Ѭ{S\QM~UV d}>cbRٖ@9?P}:r&?eH/)gƝ7 hC6Jpm4+@%G~⟆6 k3E2xsN}Z&|6%}BF 3#Ó@H2F37`HփLjԽ;ʗ2s* oaҡ0NmmL&OQOgvY[ 6qI$䲾 (Aͮ>IBt CT55hPp K2FзDw1jf r/PK`aT,q~lUM<[n&ݶ3W0ZJ4D 餕a CߕL-Cx$fbFZ@$C91Ew2>p}ZT(ԹINB 5&qIFdP?V[XR@r K7& 0"DH^aV 0n%ݧ ڵs]>Ȑ,ytx`\"ɯ +Pm } JI95Cw4oסr\QaB,/QX tRw2+Zw@s|or#8&v\UU.w͈{S/i6fϝFt]F` tk\ frÕשٸvGl-4)HE\ @p6z&ҹ3e P:k@w!Bq~-QS__mƎ$72{Y‹NcI"#o8(m3;dڶH`;kyHk2#AY#pFU<'o[5IQI/&dǝ)=. _HnYO6?W!0A. wџQl$2+Yp>G_GQpXv技Wng`ÔƑ#kNgڏ́dUM4Ū~Gؕz&|G(4^S2ѰcJܶ҇'\uƷ4/ح^0_VmoSC~DLvf7$6#:-Uy1t?Eh|(A#h=$#Hf֑82 Um\ܚ#6zy[V:s YH@)|sU"]vFx}|j Ԫ%r/YX ~L6EIrJ~_?ȩ tuqU%Ĵ9-.EA[J&Ғ>x61du34>/8hƽooOsMnǖ`2UI|]ދs|oT->{?z%؎d~B)ižiwr[*׸ħ-МNEr<[zc>{XxqR4vx jcW{Nj!Ə=l>\ ulw}Y1Ȱ .MR[qdٶhA^gQ?%Uyd' uϺ48Te3 6vo̠Baێ9W4؆jS@Q:@ќs6gny^C=_s[z@oκpefnn-VdʛV+-LY%zq RI->LݓV`, ~Y-D &r"yH2 ^^O2s%p!6VLtgWT7; T}/M1gc#N\bGV4  B gzPn=yG[GF8,7z/ y}<+ WdF2 kym'!4%5j~E)\rKdU?oducp ns}0S#s UgWE$$X) 핹gl '  F};J)'2g(@$Apȳx[<$=˥MS.vReDYuy!2sSIO zٕ譍h0jza,㲠 +n'c~Wp.nBi?9!/|Brg1>{ M}Sd.OAdwK d ц`60 fRo*v 5jpg՞U*Fc@-sU A3Vkc6f;%avb)>xz#W{*gŻ+Ǥ_XŠ2u2゠mcm]k6RBZI]N$ؒ?&N\3)z+P볖pX3|S"]>a%"eUzo.? !<.%>Y`Oq"Ԃ"-G>cݷ.~ah)-3XCU2KFyy+V8k!.F6'lY9u5Q,`D eсAE^nDDz_׎~/Sc ONh$0`\_@y&ïMzRC k,hG q 0p*q,1$&yP`+Վ:痁)jݖ3[P ܡOF S8LW쐈NS5J3M5ۣ&ďcP./Y= @FB- Am#1٨槤1| }(u#V?÷ET4`z~4V.ap@J+"n8.J24-oVi{C%))ń~̊dg2Mt$=1Ȣ!N3 AF'!tLˋʾm ao#[8<2@mN$+(QH>|'=죞iA`kQLgIlBgB l=3oJQ|l,.`4~~%|3) #ZkK<c!1:ng,S<{r.LPMjy^nKEx8)]|1$Jks[gf)g  J>hBL^?td =HF&APlЈ ":l'<~̷ r粕f<(F\V";P2rlA,`&}4Գ"T6Mrh͟P}u?ġDhInbHXf Ɯ4l=JYhnj:-{O,6<@Dc$Fs=J<և1m y_4yCתxKqa6ɍuXF68Y۵"U/FS# M[h̩G- Af?̥]G3h q\rI&+*>oGT5L!Eژ`=rZi5 }t'"1|L`4fAqQSh(' "y&a9w;dOۏtmKojrkƩKߜ_+' ;iPW*i̅xg!x z @)"ǛοI1?N! ^KA)P25]%E|ˌÀF 44/͆H"sܔ۷="ݮ9IL+X.gHu ]"hZ3Vw$8f13#ܺWYF`KCh)3_:뢣w.ܕhvjE̷<+$`8l4\ޯ#$'SFǞM-[& `SKEtTg[6\{(.M1#j*T:Mg֕m> 0V|f~Uad 6y<`4[$ Lg採#18-XaA{M P9 Am Q@Y+d3rъq=*-=0YG8E 3Z9ج?x(Z0cs +Jfh,2j&MAHp. %A@ī3;LTeKN / j{mI8_i-q--[:l!c{)r^TFL1I|lVa"Wv`gɩwQJX+NpN}d0?Z!q[~ٓtZ7J<(-qwӭ46I_/~*o B pUEhЪE@gϱs3Bq}]& F^m59N)ǖgWa}Β8dg%qhq ȷ^ $|@ѣM%]pD›@ v!U% }C5>췕-RCa~|rK8CkWwk>6w+`}a:m|F!VX3!U%V&j}A[(H'o 5x'h`dtq"cl{;1O;ߦe|H9}(M M9Q_2.цD !N3O(s'q>g^%{53PdKޮ27VfSHbM|F5  Ȅhko~S]!Kz!ěy_C{JS ^.~L'Us/E"/_W];y(T8޼qp<^0!&[¨Z-OO}  [<|N^=xB3=?ZkPVrFC} {d7Kc!%If)PRLV/N]GkWFJ?؉=*Y@;}¶&؛w z$F|ƴ^&h z(^'T s|` lqP(-]l g 7t5#MTWH`R%hihĿ+8' 1"10(9N)mP*Lv:F=*>G5O'Su?qϲxʉzZ])ԏzCFVF& ͶuU&Wcd,ZiQevwL^J*n~~J6I6$މ,X:0QLURo`ŷ 5%=qu?IM([DP f՟%kb%,N Ϝ5l)ٜ U..T"ֵ<1%_ya7T!;HdQ5,y+CR_mOMzP8+kUQ"XxWdކIV ?)[H򽺂rKQIX` UicbK?;si>\WՔ$O wBw:~/cɸ+ ˲#͙=7SO.#1P ce~}M+2IXg"f^ fw1{"TUk7}.=$clԗc٫w* qC\gA[4XނM7{lJyFUc( L%`%_0AWh #j?S͉K.Ơo* BHE]H,9O K&"qGqT=sl 7U[s/xBB4^|\~:(D֊>*pKzEDVcڲ_*=),} /+bnvlR+_=nf}6@oQ13;rYmUHZyir? =͎4i 1*챦c6)]]{b~Lo-vx kɔ+ _jP\WKQՉ<\nSIF/v Vz\?F5r1=ԯ=\Ί%, "|r{l1.=nV&3-\utFKY_"h^S-5< 㪘f D~QŃYv1$wX]nF%M* >/=jCu&gܾ|ܔCk7Ra!P #X~l{Ɇ+f2eorKgȿYnLE6?%Z֞|M%KJ DfPvp٪xݪ6vp4[`N]i.`Xɕh֯a;EXHA~k baE ˟aioq60+/h[Lf&%JMV2ka! amL0Z9 4afYk+F+f4NI:cJEQz'eA]_V6.hH23@PZj(e P7HIw;8K@7 c=R>x x/!Mb@As&C%7*Wݡ8 yŧQ_^ާh~tϮ{?I"t[ GQW9 t(-p?wz}-ޟ 3,let'}mNיgRZ|B|Kƅ7RLU.{|miB׷/ V9!E)FW~| ʎ(.N{%B)z:ҫV(dr?('+M&=//gJ+;P$/D2# ~OMhhu05w􍒣:_rP}A * ,T kZ kfZo>y9e OqfJg s4^0u.-P-#*RDZMeWgn_!"Ҳ0]jTsHV˧J0cx8_ط]*m~jI?Wδ;9 3fhYvDXBs܎ Z^%LBCN+ MK_!rFp\`9̪[B!{ԣ ޲/%ǨdDZ™,!ɾ#]g?qPFCKae%oH@ټݕ[y]e|{ g}fxʳĽ)My@^5R{>Jߊ@{a`ۤPϜ֚*whRm0w}JJEd7ߴk,(~6@l:Ll.L-B"|]!OwV]y_N_HIKUvKr!S5~ @c[ I[ٺ8.(ԓ;`M[X1>KPZpFS 8GIQ(œ0hDתzëͽ[]RߐEX= oc5Hwqڋ;LV(kqx<+,Qd`1Lھq|ȌE؝]h7䖽S䬡 LRfHm-9Q'9)}g-ʂZRtVJ>F,yg7H 'ӄԥ!yCLVHj^(wJFRDD o5=q "!&AZfUlxj|iSr8{C96G)ӔQĊˏSstP<1 7"BX2i'8@!)CT R~ Uc}gMu}b' &u@,T)u}l#^m`%V嫩yai`ʷLO{9LK=r,EqH?4Pycn͌x?B8J.۫<07>UtK>%ND=ad >(eGN2V$=EF?3^HyXq %jǯKk=1Ɂ\ /M,BZiњN#Vhtdg9^Jq8djRSX]wapgS&Y{#@wgՁ$ iaLS.7HtbܺP|;6k6͘Xri(ճ4^FnGw<7rsnn-d`Uw}Й+ÒXE]+*at[۫]Kʯ2TC_AyKFǸ/$4@ˢOlvk%Lm^n$ͯs=ܒ+qWMmZ!L1]"ѕRK(;Щ"Gf9} T]GJkр) m/)ZF9vIbSnwQHK<|4ԉ?Ae|Ƀ9!]k?DKm<œ%"& ㉉TlxEN dk⩰jzUG0ٲzgS]avqu`ᥩ)e fM~ q@teaTu= ]#W~ɭWS - 8)l{گ=63~VN1 Zhk>c7Ce$\D^TI.|o8,+3 ѦԨ?,38S |]J떉>jOR ]-{ycz E )n|3\ichwXʄ 1EpE>eV{@<0fu|hYW]Ή;\S9U͌N j$iUmc)ÃڛS'g$I/,®p$HٚƞlCszW|;N2jQB#& ҽc&TMfz_,ƻtHI8M l6lԾ 3"XHj;ȁE䂱:8WIŎ2 0e1 Zl5Vw{ZR2[dži_y|&{:ژ q $CUY.h9On7`dɒݿ0G)oW 50̎~ tNa8zr띁H!΀Sa=J>;diI%WTacWVՑ;y^/TLԬIhuf|bx2|)942\hZY!Xs9*~aNrKD<Fg.p" 3GXG07(D Yq}-)/7H|çO۔Fb#GOI ]ݰ؊`%BP'I-X x#gYD45Al۸¤泐!X,"mRu$`"6ͮfI2(yq0)*W8jmY3oũQW:?f8Wnghf|' p F13,xIOW7?\1uJus$ޮ o8:#Li:$)r`k FHÐ,U%iJ#QlDG fj]}Ckו '޳c: Mi0$lgo Kk^n[}Q]`0kW/*<2FZx4eЅ2LN[&l E|.a|/ HDBEgɃD境.q5djgcaOp_6<` hf `gAa=;b? $viH Šzl¹dD;+*wl´(\(AWlALS,s3,LGƘ9'^vm %BGDpHCOqG=1#p}  X_sCH![ZTΞgF~>`$Qȝa Sq߶%DiFDq&=NXOWgAa</q'zog>;(SX(J$ TkbgT/f3e,yb8կ*f3PdUoe>֝*%g}n8jn ņ0|z?_\ gT7g)YJfuZ~}Ɋfqym]lVa}gÙd.xJSg6ۉwcrv,圇zz9L~ImN [Cyٜdƍny7&wJ[/D0zm)oj\տ[p2?77;9,(j)8Sn -FHv92&09׌CGQ&ڐ&d ̡`)FoKL~h I#M_b׷^)} Y@u %EMl<㉯ς9Ȗy ?P&W4S@I/Ɂ` :PAbgAEe/%=㘳BCߩvLCp"bFrw+GVr?^9iKcP5֙o/{͇;xv"HzHmǬֿVgfkSwΰ KsMkMXJ-X ȍ6KI+qD|}h?耸"B奬Y#?&A"]lS"λ7v Q)ق^SfA׭h~Y8J&h]~:$`D&Um?ܾBEd۲VFG  ģvͫRL8.JV ̈y蓞^FG*ѭ Lp?1u{8 !^1u8P*fQWR$l#Al3#e߿Ȥ)F{L(>s_G80/E;]W9nn!g^O8T(:x& ax\%]ŭ"۱K5r1=MR+VWӪK?FQC%1otc[ٻbA!K98G(̊Ǫ:"`K|>=s)H3?̛ܵn 3afpHc3?x[GuqVG~BP.vs/4a6Ap8uXV9PoO#|#8^+`Y-HxL:\A'O@T Xܙ{xG6uˇpȅd*٤91Bd<; KwAP@sCA^'ֶEw52(9yD~]Y2KF2\F뭕aO;9 ]hhI7g`DYlS ,*RO|KLJn5m]s ;5 0F1Mάv䚸V5nT/n3wj> X|79Sg!+ wQ "\ġyS{[^3|\㭳dQ,s=έkREZue=3i BHH[ڽ-Nw+^CB3 ^?Ĉ !I ſ999-5eu'6ZN>ڝ <^=j΍?(&H#FN1J|z`erogܬNF짃] CwuC TKj1}_ב"RF%&wB $c1CnׁTNf "QbA$>|([ZXk1M^m&K9~MMOOo&Bo[8o-YގB EfJvB\Xp gP\$a]"NScTWi'{y>^uG7h*rܦW5q4ނP8z$ 1yg+OV_Rj}W1\}PWJ^ /; Mo,Ǫ`z2}>LywSʖk]7 A_u)ďxVh`5>5!ܑs!Foh~ +d2dZLDcel:o <ɛQ 6 ׂBLp.,r 8"Ve'Q4K"W[F#u;M[@9͋k+G,G]é6=xcƒ̟s%nFg.OB!ѐ31<^ʹ,S6IՔk!c״>`-zx H HRETX8-Bשi?{>prBVSsLLEC yA$=Ot0,KVD)W~w~YS6ezp22,:NE.buؗACP9myM|i6c7G^GHf_e6֏tL%!_ǤxzיmS|+Qq\KqIw7? ]E"#dP~fY_µ 3FSAUS8{w:jTRИ,mGC@V%Zaz&).KiÍAL8➅lAոk)Ti=o\Kodþl}ؑ;VJAف_8Q'y!Elԛb$aa%x"NiIWuMp.YՍM)^VV*,(VQf"K,53@d`R%EpCX5Dʰ caҥ3-,VzePq*|^(C@0j(F80w{<0cǠ$ҡ%E/8gG0;b<]Z*̮iw2آVy|$6&L:M}g73++b^5< %Z; gͩ'al&R{$Sυ)wK~jks)MTQS+)klxLܓM$.k=0s\8E;80v)!"l 1*? hd'~|Wuۙ7<2A}SWsoMqn)#{[͠bPC)j]nH}V2/U[–ǵ C*kgK*V& Hw$.FهE{:PC辷|&[ZC2c6A\0X/ݻA.[ |Te~٭cr$۟=F4&>'"ϽK,7>o7f(K&H\9l`p]gk-A1,/}$ŬlnU0e8 1[9T3 .%%O ~0CԀלHzTМ"uuM=#u zY\}fR፷VDYukKN_|oq'N;;G:grR߸=[ \a^ |r,5o዆zV~^/,gb)N2|!$=dHXad.x"_!b ؠ܄:ǔ їXW Zi@-לXja*Ƹշ?gA4Mjj.tynM<f jAh -N~AI VerlXeG1WS~;m=\dB,&e45pnbV^uJ 3l5jBAV]8'$tּveNYZ+σ[3·Ƕ_']q-Aq_#\:K~ܚn߇6^mBiE vr=Mj3Jp |_5|hTf A!Hn3ȳӐ`!X]k5RPwC_չ i$e>4XAT*gkJrrb} $Ӧ |?T+%vDjL,6Rn:} ZFliD$)a8x+:&JUt`3f>.fe.jI E[90z a#d^h,9aZ?tűe\X2 ;{KO# \6ռ}.z/5m> i|nsa9zS^kc1uƙv w}4+_ @uҰ)-j/칊rW/0 Jx2p 4R³eVR0ܘ`= /j4TT|اu O "r_9}ҚH]жӌXͧZ.E6wu:NQA^"2YB\ ZeA(n^D- ^ϯ?S~ONM ̵ TL8b_ ˿!]5_ \J1. gpk|U)Ć؉yQGׅD%\ Ti%+Ykdҭ t/_(Rʅ P2iZe@ۉڍ4e|`'st8P0D澮-hpT)C$ZK_xHrʃ@̣ (8IGE09Qg1d /k0(~PԒ9jfQNC [Uq34=&ܥ?VhvRZ_*>MY؅SFUAtUd>dۯPףr@=xbs.3َQiFkY=Jaajc7اJuU5MOAD-CnG_lX?8h"dkkT7u>EQ# fU hd7\WJ4e<5S#柭,?%WRv br0!@:qH`&'1kfۄEN HN.$rM0}Jy\)2Ɓ k{۽{epݗ$iq:;xM*ˍR2$?x{/׮fV!jڲ rrz0_^BPPCV?+Ȧ- ,B8Q$B2.V`qp|)[>}$RqTH\q2ĺg|GtP(*xoHCJ Q~V~_7[!ߌz`Bdd^D3B}h'wӗ!?9UP si3p<˭~~Z;b.i܁λYjW[Yuxyonc+"^J-z߆QzL(=WkeW"iyԆWƢQ 71^DY[uH.VhT4چe~y5_ա/ZG\SY0W^z9 Xnui˰#r$m !q&S}mY >R\&x^2^1h :ϫ8N-RCv1U7PBazu9X?l-b?@VLB像}Vg XJ5${.͡S @N9ϡVtFܾ8V|̒>/SE.kj^3U.煏4G>ÛT4L&BVx -d󨳍$r=eŸ}Ϊ53lTf.ĚFsjbkqy =Hh AȖu{:Ih5$ULc\ZGw sOD{j1KvB3 D 1 iLWpyH!)ȗO[Y:m0 V0D 죫Cy{M듎BHkڞ۔ց21nqhj0jY̞0U:`V\eκB{oJ,s'H 3i yU (coo-Bɉ. {N:6R"~9-;:b5D&m ӹ5z`3k"rSV[̳$[E ?DџM'UhӁ 8&TAl0޼ZZ||DsLw!N r?=hAܾKE Vp7$_x<>WtYEn4u а9~[fPV(i2S8, 'š?*{ p>4e%Vz"b!@ߍC.jӔ}ON|àf;ɯ<'>[&}\r_\t6= |>suFM{T]k,Sv?&/.(Ɠ` ]-ؑX>&Nl4qozT;ho };1 ;n,, sd~Kl7c^$Q I6ɅLRK}J}vJڒa$t*ZZ8yG(!lm:]}0{;KRޡVEI? f3Lu$/2čq͘nf})v^=L"KC<mv': i2l#-"4,ߤF@'?<ϨR}AsdV5wxx%X,y5ʌdjj @?|"H8g<ɪGdGkco໒>` p`Z\x(SCjX|ĥQjEdrj'-ֲHºawD+Bt "]P"1\kynhZs OVeR+²Ѝ;UrɐD&]XC\(}96^Db"~SLwr Y 峮Ǒ hJk5Օe{> ~@ uk&At7/j>1Fص`~ t8ggԾST^ Nd3kX/m*JJIo \0.[*=b,|pVOmTjh@`f |6__^?VT 0%)uS `i${ hqd<D<&ƇB3ηC񫇺^EC]ɦaЗV= 95.I}Lij{ZRЌf3"X{z #ksؤVX' @2, ^ע &`VgCI3?[rꋳ,6_~0J"Wod럎-_lֲoO>&P"fI*۬# GIIn~yXrX5ӑ'xb[[L\#vC&͕2%IyիKQK(2qLrsnXw2oꋬRߖM;mh8qIJ͌ `KFǚ{ 2ÌS7}!|kS(b5، {Ϳd ڲ cR <^Cvތ|¥[Ĝ\Y|&WCT3 FήŁDYV]r7t q=9,D|ٓ${C^9n aQβwuz,AuO7Byl1R~ 07,wU pnuaYбM("|BMs.`: )Ǯ"7`VXj~>`+ '\S'zBbvHqun+ 0<\'|mB7XyQJiq16ޮ1{jdk2wp#7A8%W^mjD7h1t6 8`&X@{ @q1(DYeٻEr7 :u;-9$~<@qڸخ-dP#:3VՑB":̑O~bӕdMdR#4 %- )*?z(~|(J\Ө;E;o1.n,^!&ᅨ)W:2yj*o+Z^T:?! sm}ck| '4Bߣnel6ecʥSBM{N,ɑQNkh42+:q=gP ۍ:uOY.+/Zt8Ls֬Mk:w!i>cTq6g- n/y&Ɔ#Tq! f!$]RLT|1 u_ !JIglRz K6O VqQSa8e=\;Uܰo3q~n/]QphEs -;ruK8J N%Dp].d\K!4/LDz (nrL.W9h4~mE,l(\hwFfp: gM13@㲆.gL-TF4 TpR9k1HSDq _H65$0dqrAÅԮ7ǨP|[}l _ɶưC㰱,|P9!1ŒtTn҂JB=/xkvW\b s/][ 5( ,z߷'cYr|^ zc d~wanWJSPB-. j;J}MmR1g.Lܱgы?b=b*] 3j륃sOw_9};wZ{!{e`tQ(Scnl+܉ExܭC15ǧ鉨lQW)qݼ7pAu UΌ4sܙYXԅg|tH[fY8-]S*:'4EG K{EbKgScrX_EtI[xF]}Tc)|0ٟjtg7/؃]Gt*gpyU|Uβ.]PW]UY&Į[?WV N!nLھ=0|Ms\K2Ȍ>+uzSɞ<&xh&%K}h.&UpG3-m$=ԅz|_nb̗ G 7ݽ#Ƭ>jEPZqqBGR*A1T3LRn2;!*["R^Ⱥr T~ʻT8--$PJ9cmcoKv; '7ڵA@V\(2of\:O^q@[|@7A. %` d٢1xVv}k H eQ>UmVJ7N3uK#W2ϋX;!^B-Żf͊4bH$k2~)1H9o`| FCw1ը3$kEb(ۚZiBN/~8,qz[]*]k|s9ąI,l# )/g4T=Yb7c ,Cq.h0EgAA\],G"-֘i RVR(ZxXΥl{m5G!p,(**[‹N0}ӏinkHCf]Ѽ춶'rgb`k3:\h:D&jդRiĢ9%32%]FY}nёhְphQ&F vLG # +? :zgƛ{Pw ӰZ`]9hU1}@v|\"zoLybكƪ ^p+r)6s=K C}a4Rl[ފWl]@pD{L *0*!Hl u_9ruٝP|;I2MhmY]|CaR+Jy0+&kTmFR(p^")Ѳj`ԫb SwWˇ=8,f_1âtcm{߮k)(^~'"zx#̕-1<]Q> Zg¨S]Tl؛dRR) DU^jB5T{~aTgWItU`]?o Ƚy܋cSF#Z >"ɏN8>ѸGlf{?gQwKBݣ`IXb >tmL *8 -rpC& 蜘-@` ܯ!;R̕L$b"D`:pSBr4|vUOL p&b؇ v4U_USC T۾'x buyfhjTq7y7+B;- 7$Q&9е\LƗXh?eq/=G >Nvj%c6jͭ@)nϙN1 A;B#*2VUrw-AΞmae7Hsd=$Γİ~;X;5)RRބ}є ^GPIJ{dpl`X—>N (vOŠCW^9}u9.'5Y79~-F&I%mCue1u"uV䨇RH4> 1ߖacX/p))FM|q`ϗIp}?y`TlWi`f: |g'`{QN8ܮ %b f|Xnv\BPlza^W"hXzf'=f3+]{mR*6Bgsb7`U%3g~e%۫ r2r{3#Ӡeif:qڻ/]lb C7`В"C$))\%DqIFo ] ӣbrJijoTN,)t|,khg˶[YYS$ ֓Jf!RU&F7H2M#K+H=8͚b҅LU[bM$aLTuyQtIYMW;(,~qd~b߃s-m/,: w"%Ԟ9i̺(?ྶo`o`bgOH!p-+P >5Ղ#BlU0'6_ k8w(蛨AVTc}$0Q&敠yb;s5"Ixy\]g\8bmϜVh>hFh !H?x5;t9ҵնy %p˸#J LxHTSmoI6lX*lh؃&ĹjoNGmv ߭uK$V)T=VUm},)| sסl8ԌlAaXX֟}A|쌚 u yiҬHG*:&m)ax>V41I@7, k.SboŎVw-_B=2㚬iA$}8Ÿh,c2eyէӿ‚a_}sW^zkЮn$̍2X y,ȯgor<]cMY_w0gEMۭNܛCQKE y iOsιr۟@F?=oaG49̨司d-r/ep}:&cK)`8!ļ4.(DZ|4t ظz2ΓgU" ѷJy&Qkq_ڼoDn&t|H`o]H@CNA`_m%iӺN~<_n#JLR~T=h{5@eN f.qWIi̹دu_=Ӂp^c Kѿx]2^d'8m5Yk;RRkёgxFr9\p,BH,G# 4U4uwH F (XQ=齶AHrAQ. !hd. -sS\r]Iϓb녨tnv8g*vIo'ީ/$03xkhk+eۏ8Ԡ)2_5di[(y2(dEGc*!;:eSv<"yIH;JM_ٕ1<7P;7 M{LzA\++) 47 0yyANU  9N΄JA'Y|%SeZ1`P4E. M}19 iÐ<||Agɥ ;\_q)Q_iok§il2Qh#N& 9{ cy\u#Y,f~JqwlPQx,diCi^/+`?D6,Bx]J[|ؚ(CiO(FY,ҺWdQ TMrw@g\)RY&zQsx]Gz;/嫄@n JrRt,'oݠ`Y.P0W&y[n!b Pp +j1^C)HK.^ ylnLhr mH%` "/A2𔒾tl\c}nK-PLX}hA[Wek $y[HǷS6ŭp1a擟Xx:a~;+->KI}5ZW|ZSb7MľtUr宊\(FWPw@ h)] B5O_u9J+`?qT}u2](T&%`\!=`/>  )@-֬6GYKIUsOW[{$\{3t:?]Kx3qO%>u'@ͷJBϼjsƥK{,= lȊᵠ 1N'-5\:E‘$|G_O1n`NTޮ0iWZ^l.nN$\KiRf\Q<0SWlCWR6)8M$DLhV~eƅ/ݜNG=F`BN,`)|3K]%a:g "/D~]ڱ7}n&V>qpHz_,3k?k>񷯅{3j։լH?o}QӖl^<1^L)SھA˙xwIgt bKzF#jDvLb0ae1(GDVEUzYS@{&A̓C2ʩyOc <챧p^bXk公YT.kh7#_0hh"(O;aNbȾm11{nT;;zos~ ڐ9Rss 1'$;Ppq=6s;o 9;~{f3([I* cbS\ªG\> fֺvL߂)_bʰfAza4(4 IfNo-CH@71=ON-PGGd]^Dw89t.'{\Ե64o6c+sHk^ޟg&kD7WVS{F iR42ʤUt[/G,yE1=jrfA]A#j _wv[<[͜-f٤*#Oe/r7 Mx8pƿ`!~e6ÕǢ/!ҬcMU0G=nk"qe`Xj{̈"JkGFCp\:ZH IiDIQF{[0m,yf{ Egs0PĖsa/ihvِ_ ar4 E}c\z?usm`kX^Ao7'uۖuGQjp4~1Eh9@bucrKkw;E~To^ƒyKq|Kc M,DQK?jix~4j2[L?jX`;.{ QCcQN BQ*J~#|X|xr(Ns`WQm 3 _60 SIfޓ25"7 Ӎj[1hSw@93DLm$OjkV ar;MC:2^!4 x;t/N*:I넸89!;  ^;<)]7'z)[ju€!u >oJIJ־a Ďo|ҙC,,CGk桋Rm>վhwHr l'%Km >,wTu-LLks9J]z7oW$5@Uo8_8̋ #(=0QK|tA |v(L@ F\ 5r ԿB^UT+@_k|4yAx~Ph[Kl9h>fήN7EK/!‹%7Qv8t ۧ썗7||_&ۊCɦţK94~@9MgE'Y*/I9ȶ^902#`GQXKwg+>$cKzձsJ&tj@UuBPYc O-|,kM\4_ɵOu@vZ6R{߰lz Ê]y^?,h۲ SA\.A#초 amqQ/yM^g!$rb]IȟH=aKE92j߻ދw󅿨Iv~ސJC0xjhc yH{,|kVvnDј`0\NWVJ.whj*(yd:JQQf3&ZF3y[#yl s|X':s~b؜3icgwPO!%0-lkbUT{WZN 2u*IXnתtvMđ{M-,Q#ZV^5`=,Q5xY3 VFΧ*l9e7Y>NșjK;?,YKٟ|Z $ +-2ۊv MԶ#DH>2KvmJya!s3) LS:sC(=q_ԇ7.Lޱo&Ig]Σ_Na* :bupj^df bO'"bkj!m͋6ن% 7g :^T">#'w(\asiaO$ ig񶷭D-H Sӭ4Uނ $~]B3 ֒+q"}gcY鶌f ׁ2O>Zp(CytǴWHB'/uSKKx4%' 1י>tڙn ?02j3gTr;ƶu¨iωG/,:׌8|Gk!7} G&lzA]+`ؔػR'Ǵ*l=5u 0;r!yb1{e{VqHk.&A( O%lA9ji._/ofC 2ϰn4Is& o) ”X**Uwc'NGhX-W/5}͍ \1LWpìbj\z齊|P[+kb$LTIJ)g3/_W|SJde>-fY4RĄ7`sb#5"ߍeàͷP0! o"!ՄGi|,E;Ñ Sy0lWʢ]k`̱1栦T '1JnU=PM:aؒ=V"[IOJhކ+nHZȿNzv8XmzE9RRy92s/BU`[?%+ "w'(g {fZҰD|;JM:\$-O[VؼGX<^.JȄz[oTyB8جWH MUnw\q5 fp^ژ i/Fo-MԬbpHJ,UK/+"ni.(f}˟\8T!w%CubU Fľ ]Ev/8;_ ,r1" /T-$ѓ``IW<Zu߫g*%" \>å 9R]Y,b몪P#qFlZ3Uv9RWvE試;V!SKz>E'Zx-?lEgU ޕ6EG?l@T)~[wVЎ Q˶kN-kӏC+XF;}–"Mnywc8 cPhOHx6 uF, ^m}jO|)Sn!8;mk &?=PJZպ":l/7ʔ*ψ72;ҝh cP 7ԫmY<2^AnVvw

5)HgEb~3UC2M0ZUnN\`gG2}?mJ^sK| qZpHK%c\?&E ,{V./7>~ӧĠ g#im˶14yzktEXOe'V,+=F(Bŕ~+ 8Ld !}L`Œ_IrX?"BosbkF Kx%[EWT#B\]ݭ2DtN?Up\ +v6O:'K$JkeL,H+^h;UƗŸt!nIKwa'G;;Q0ۻۤـQ@ֆ_3ZQ-M7b}jJu vvWHq.kZiɍ|Ca_Ӹ(GU  @XoYTpr-YGnh) bAW'xTLiծ2nl*oL+ձgZV$sz.?yJsnjSb 5lHwW| }.x*XQ%Oyјm$kW!3k -r=g_Ig^rH_Y.B!TjVZ/Bg k!VA>9hEq8n[W1ЅW{+w 0_ږpx$_ug0Pa(ME]zi=mOb5] t*Kĩ8k^ϭ戅W?AhQZ_PffVz/M.PwapEK/Þ%$͉(/[>%$!HN4(fy(Ŷ,m^ r7(`O^xOCszSs?C -Yz; v0U;.Z\:K%()WQ2)DnW//y5Qy+"BOn7_Vug!\CaD{ϬBiXeꊐj#mv~.^ttYF2 2 xiL9 [ZZ)y6WzuOHJ0g2㌘#鐽.[m=A\/\rZ&d+ AGHKVԨu]9* Uqf*P x[o3";F^w)o;~0DjfVfE1 H/4x!J8QD섢 *m(FZWFWƣ)ciz Z%t d=pe3UVIt?3 ,<ؾoUS]u+>_5讀3&<A iTcUppprb*B첶$!!jWֆ 8X *n pӹHf{~ՐQHg]BfLavWFO1Nf3fV)agͪ {?n35y- Ǝ9g=zT/lְ  x!`Uzm)uj(Pa}~Ƒ,<9#XKW:/c"6$#٩4qc_j,/U`pkqkzW6Isy7!*& $X<(\Z<5g=AyEѥ 2@ύ:`QZ/0yU!nҴ97>XǪ84m=WPx;,>Pd,9ټVaZ݅RAK$9 dıԲ&_ ;+tƓ5#bZ4UeA!>b&d?h$RHL"SS gs/O$c0̱iiIli=SV-n!@~~b5'4& j{&d57EuyJ|Hb#mL/P5[`l6,zc&m>п?[f+ZMe_ZWj]G 0/a|[VS+s^#5Gj _S,uCIB y^Fv/3'LƗsZ(ny՝0{+( @dzSjJn LI/a ~ﶤJy9}II7"9_ OI瞊 "<>$X;i[Y_ՌF\PZKxg꣓D{K4e;&`aFYn hIfCZ+Tl$*7 e$z<&o1zR"䆯7aKq?:5Yr M+CBzq {P'R~C{28gf^%ҥi81|dC;ҍRTWIxpqO_jW#yv:L Az#\[p}w<2e|5(Qm IzȝhbC q0Z  E~A}⎥yǂ %yTPE1w0+{ޥr?9bu,!"⬴zdwNMr*US < kɳ}? Ipstp Mp;+ gTR㯅 \ ugn41ZnƉg/2 h87p@_@R8xgfR**vBT' ;{ H<ϰ&^!C@6l 6:$ 8Y#MDc7zH4A\p@LKynjf4|&A.cMjnijQUOzkW~IͶM#~` %B%ZkW:~zە=l/Qᅪz\vt B;}3x,ހ\4,_ WsnwXЁ_!:Ɔ^qpAZ:1dVY[&A>|8q!UƊ~ : K#ehſٔD9Ki>p|Uɱ ּ; .d(sІ$,La_ lIaCp9E)|Mb`O;F346 N(zA((z] P4MK#,IY gr/KJ@&llb4Y0CԠBl'+\q搃MeCs wluh 4lٚWFи=-X7a8UwQZK"Wcg\gsI(18gS>bd qn^#tV~tXޗ|kPW( 0EAC!+dOxHK)$Nno닷 8329h bh?.}kssd)מloJ-`'T6(5߭3=T$RNjU]mZGݞҊև̎g3flǐJOz?(H!Un4\+HS ͵>!H!rtqzQ&1Tw:3‚ 9}Vڽuh=YF`r-c o0kd"հ0e{?olf.Qq(7|+\gEꃈ&Lx('hѧed'=F2hY]JtpF9*pf1EjDZ"*A>U[͐4`Aٴ{^򩚹ҽ_ 69:Vxx7z4z<8Z|^(s.}tIVnփkecXmYUN;}}A3]nWxVn빻+Ob^m@7wnxŰO}QUxַ [p-9c/ȓgǥ`fO CW0`ܗ.ۧ}p7ft`N6C5bjUw W+*+uB$U5͏Ta[rgCSd=J)qM)j&hy[# 6>#1ܮ;ۚ P]uB|W78It 0#GBtùM/k 2gNJzrlX2JS:@\fgYg,OxN S;ZB=rmψYrޠ`E>x \"G&iz~27tDŽA!F{஻v׏6v10gKۑvՈԋkZtCth;O(͐w kԩ҇qL#{@2~Gs~[8-/hv?H9=y5Sj2O,RlqgK]+xw"C(;Jd^窱(0oQnoΏ]7?v 99=DrOR6^@ (vdp{떑l,d`_$8pTjj%N k+ByLrMdWEMVnD*5oo2nR,eW f\f|D{eJ@0>=U^/nZ6j-&L{ơPοUCт6f(:,WIt/Z%,y͉TǶ-9 bŷ@X-FYCPZT*N57x#S$aYxshHz4C-8lo!?&7Uw L u DM܍R5A2[K֦'~7>"ݿ,IۦBQFHH([5(f.h$ G4 Mcc{=/OEkHh7ۻZts$ȘE#;MӰ%7ߦ:s lD Տ 7l>1q;fqc+RB{DX>Bҩu)gX]9&>:{$iMјl db(}F:D4k_{^[X&Ӷ;Z@̐F-hҗ8CCHୁh`Li3_(DwQi' :6«,;s}n>f Q*W7'cS'4 £Nts;RA*\{~VaIfXIs>_-7y{_bu-.> 8sWOafQT]AWhYWOV7av -j+`˜(e9Ҟ{&g81 I-$|e$oq:W-f1#Db4e% yҦ5?+bn[! HC8dJ/LgE$<9`9h@F6>T#),AT.t;ţ Nkb:J7TG g Pdk&Pb"o }i([238P'MX:lL9lv7]gK2Dgd^q2y˻ # D=Iފ l-<3g0"Π %:_E% $]g]r(;|o-qZ  ml!OC96a^#7;*#<-JNڡr5kbERnJX7t_9ʌq5P\PzB/ b15r! 1?\Śu$ 5lӴ:[KO2dMUKsW\۴c ZQn5aC;qL<u _/O7ػB"hXv{#]E6,[g:YLc9dlYgcEJݱ~8ʪL>t_@?yx ·S,M,X8wٞCiWz\fꃮL8|jyyyE)Pbw,gPP XCcGlJecOeLEc0Zp Ac#D򰮒#|~!M ,QjtIH+`}Rh]&N"e1tQX1yg xrmնX!\*&NOsPrCI׊F&k.c"kNݎsؙl+G2enh;$d }ijexѾT O v(Vn%NΝEi9XY`{ԯYtPv .;aq34\Lǖ9p qtE)]A ^C!'7R DR1#P)}-s6/}'$lDznHxP 4|투TZބ(|D # 5뮽eQڕ/ +iw"is'L-NL82q4[UP#Rw,CƔ^uMCk6UhTj|зf .^*r>v\}|-k!~LXTzgL-%ZY!dʺVHAtl 0*Z (5co/v-UӘ{,E`}Xh i2LN5A$SꔗILԖte % ħ.םM#td g#& Ȩ\ϫ%:Gݪm9ɪ((N*Vc)\i8/LLcgؖ6dl=+]S mA4 *܏iߴEw>|!X%Z+FVHՎD΀?B䯮iɗhhTN,clJu]TQZr(=9_#%C3S;k6dpb9C^Q{QboݥmE8g?){&?HYg"9 +(ʺ̯/ʧ"WFff"c4IayL _ rLqdq8_fgD  ./%pK Ldo $/ES7f. .%qh乖^BgM_4=0SloѺSaE|]}rɞ$ήG}g 엁0&9i?ɯ~W:z G0P=]\eEC[1; XQ128.yޭC|-^_5s9Jo9:^AGU)SJr]mS'& '\Ӗw^^'$Z|b(usW|輅F,>q3-]`)~<`jiiԠR\  2E>dt9PVmx]v%V?YؤW&=j,?]*P+Wpzb(08y;>d`iܵlDwc1Tf?<k ]kFgbfUyZXv?^!Wg,PY[~5x,Xͼ,7])6nH*qmH7d#"8Ru 8ІC$aJkEpy |mnBVCOhaDibT~-_k;I2jiFg 8ֈ1刘mJǵmv?h@68~dO,0_֪&ہYKg*B;M AZ@'E)f-˓ZZ;74+\VJ ~–C;GOy0"א5lt:d䅗\-"Qlط!wyv[0"{`{mRfy)q-1>Сx@x)!~Ƞkj+3U6 S{K%s6w t&]?L9 DUxT}'U'VWBH?J_Cփ+Ȳ4H `JA65fJF<! ~k*c}7 B5sh(m2ɲ,S.w ^>|k\ $3 ~*]@\s6Kuދn`6GOCMct`Q@辩ߌ! >qHIy >.4a3oAGBAn # pN4xVP2 j/ه_Re|<Q5^x+ %k qdtY.lA)d18DFHP/m. 2aw1_>C旱`dW<@/OYG= =7@vOS}PrW$=Eh~ӊA67}ЙxTyk<*}3V3cW1E$K'4S$;#IAsnc4׺77aW>#Z 3O<:T@V@nbqU93 _Klk/W1L- ̱y.Fm]͂;טM^X:I57їaL8j WIy,mf]'y6Noϕ2^,9/]OƞՅQԧ !uyq5ct./5ȮԻ^ps>fvvjHQ+|b_*^K-(r;^4KFC,z[4RasG&2ok#< "N{ hZb֛4ᒧ jh4)ߝwSVಾa`n> +y!R?@{QIWih…5od_gYw=pb 5"!ckU#LE.l#A|Y chDK'qM2m|6SREVJԜˏi…kWTdQ-ρ_Yzsݒ9* [lɅoZA*ݞ,Il 錘`?+y]/8lrrM]SVsx}P՟ 5.|ë dj3L'}{C>NlMQѬLg76A2}!ٗѺ^"![{}|PSfZִ襃+CA__}؆ӿmsE'J<=_pv6 {sGnA>ar{_^1GAzSH|yN(Ӕ(?bx.y;1ʐś 6h(@ϓ=#4хώOl&4ƭ,޵`UJoQ )DQs y b?'%vPpҠ($Rbҋ;c1Q8÷Գ99|BKMh (F֐w vrӉ" i /ޟ hOޠ2cn+;@UR4囒I8vu<לrR\daaE$X@#R3!Mb$$r9;Zg Eo:5ĹxTis^1=?r"SecoEM(f ?)%#tV"ɵ-K qhd>yL#v"5k>'_ Ru/^"A4EruiT01#G7.% 8i;u>Hlf 1 j+̓GjGnWĞWA̡a'LSB~Cp ػe]_)423ܲ#-|2g[(0ˋg A]ϐ22FATֆʲ`Vpe[xn ,/{>Q>?ɂlq=Œ.'~2^(:aP=qRL)n;z1j1~X40BUv) ʒ/i)̦6΂x|8N~>=ڃyЧ/~'}u `eNp-8 H(x4l Zk0x]@M5ͫcg_-R;GOSeWhܤz &0;?ekE`A=ie?gvLgGػsV `qG&AA5cr^PUN9:XvjD"`NQKp8(-̝d|w)xYv'Z^΅08-7rV2sᄿsG #\߶Cp.랇ܿ|oMz9f\Ͼ@CWL2xM᮫B`P,j᫿rE!,I+ &[SBF+^J]*g;BnS < -[zKEŸS_'}[~2법l˨ȯ .V4NcصlE&O\UxodPl_ynJz ʢ&?@&"%]R8C l2JbP8y]^;m/R?ɓ:pΒYHlpw.ZQ$|@pPLh쯑>xL|3u`J Wt+CAS*[NZ{۟B>J4 nz`_a݊hRj]ܨ#xM2MJOKU 0 R-4V*a3܏rYiC!'1q}v|Tìh4?]x1/Nߺg=P_;ElO|R+Q0iYM$n]=pr6%~sADT~I!jU,GߖBN*X# iڰ:fpPѡSu|ejG[gQV&Rh'A瀪ѹIpa} Lb&Tr'UP=&:E4l/nI-j'}t\y!ٽOHAmu~5q1N5,e@yelY8[hJ~> =EFmZ/drQ[ Bƅ}/`'υSvpgǢ-8,ck3x֘_8&ږҔi GZ@e8ZQ:k+= - ;ٟ4)F PQvo^-TAd~dEi5f.vU kub̢r\ gl ~C/⇏'m p?u~D .Wzw ;]I_M5R 8 g؍)Ы=u[bX{;0fUֳؿGX vM#}IiΑI!A?B[ ='ֱ1̭U<~^OdZ/_H ,hR(MA=q3 +1Qb8,5ّ$gMdC#] Gf~_"\gn^:IM5[uaN K_RA$"كlbTpk5W`\`8`c53U'mܺ@db0&e "Ic$n ُ ۸WTCuJVj…0)!ʹo/5>vؗ))8HƤ'9D+S>R>5QΤ۞k\i3jc̜vo /JfdO7_{O"-Z_Z,1Bbn}qzR N6aHq`4u(K q #{gU#G/:M0m$Vy~&ޯY4` Z`S* (>eAUL2g|`r fkWPYl֫3ᇄ IPnevK\jD|: >BJ@VndЄ{g+6Q,n;lii,o:A:Ja =JMʏr6</t+KO+LB]*{d[vuͥHjPIYU; 9\i3yr 0y:60vNc˘Vb](v2"U3A pyŃ)4~HG VM_c=ćd [1!iŻYkDqϋ|Z-2P;E\^wڍ0۔; f@!) É4oO$t}٫\ y76e2U4g،6TXOk6Z46~w]+7f )e & v v:2q& a}vJ¢j%W9\BHZ "`TW;؈i|VYGEfA^EJ:MDN15v踀 mVsY{vZ1#'j|CB4ěU| ơԺ(7֤dMS)G|t"CyX؀8#.=<ӻx®gcm|v`7DJ5s{PʙiK̆Ɵpzy@]r,#е26/1BG<kW[jNBC8]XQ%׻By27)b**LGeqIfΖZ g yL;<6C#rʿ">>ĺc5\y'&' hr(*ҏ>uo,ٍ0_~LIv-{[>cU'~;+|'[MLJ?Una3;Dú{Lj_8-*C'ԟxZXЬu'ĠĽK`Hvv9e( >6SocI:'Q_NlfA>E#4;O&v |?Y&̢+kq6&&QsmTȍ{FR2)E;aui*xn;7A\=_z%Dt:brB]$$[[ $\6;6xTA-6 [ k4aaBpqU @S /%nFFjDRӜ2\:*bh{TL^*U7ѩTf]tcl恽*g+p@oi ?.u2ɣL!%.4^nWEa{s׹ਧ`HW1d|k1{f&%)t\y|a,tFaƞ` `I8枻([:fR3Sy%Ni5-Zt=hd53˶K-&OTZ#*cse[R\w-i* ;(@mr4\cd;Og=ߛZz]P}{q`p _=kB(~gH~^tH8?w,%#2[zG)6]GBk`[Jk嵟|뱬LVC0SXv)[(/y MsD[9INd=JkSSz0gX,s1W~&Fﹿ׏ BV6iD:Ƭp 2-'JIeVqFRPqs|} C_c鳺C~iKX^>mJm[h8#} $mxcZݟg.sCZfd'ȣAu.9)(Jnhƕ4IrYuoߥP*kgp>@kOYDePش&7wv7{ILW^(MjRnR?=Ƹ2ɹ-Z]M ;p_S%GYr<ϰs%[c+{^$*Lƙ^]<4DV6L0C>p'uf!o5k U9x7a8ˢ ]φG$O#v5/B5u,{D[:HtL;juL܄enWe]y&S8ңC$hrJN6!D$|:g2(u2!r_SAܮChK5'§\B7l%:JY]RPAP]&g^ hȼo~"̈́Gzxrys[:h{^Uayi26>=y;W-|w59{ nWӴxL ݵ&ǤaIGYLz b6+xȠldѱyH>0]mbZIXFM7l N Zds1y:llY!N≿?C*'-@6QKK4EVa綇Y{09BԦyPo*w)4L nsyc聪k5=`PCeEC/@49038/ n M#2H\kJWIjDԼJ# :c aV^(Aq?ۑ|jwb1>05l]u`"Կ}*eޟ+Ne,Kbxg8JY`TTmʩݵM||p;oJ93OQߠt*(Az4iCQkf?$j<8z{I :g:F8j]dxMx`ywIj֋*PgnGG\qȦ\U& 榁 "ed%O$`eLl::S 7Y6*+ 3vk2J& }Ӄ^ LE#o ˬ@dG0(tȸ#abP;)?m^ OR =JqEJo-MǕMaXNJ'8")HΩcdG"C)QLji*/B6Ykk'f4 R-Vaxd;nIՈsJTuOCy $~eYT(Ԁ:K<~zu5qGG-4F.Ŷ8]Nk(IPyzWv}҈fw;ӈ")W lb%T u{xThw\,/6藙k!FKLz"Hcx!5[%wNWϸR(fYCI$񽌋xjC^!-9,EĮ |=F>D+\ᎇ-'AsbmJ!1NYIxFw$`d9[v+N˟^q'8n [3v  %s`vJq̓+{ -?s=\J) jt`S,YPsK9vyÐ)N LFeoW&Px2\}SMAf=kKQıgVrYEjR=RJT-TۡXD}BhFG;P0YOʽ{Fde#A.['ƌrhT{R'Eg娝RrT1} 7J݉kM:,/_K'kbENeo ͸!PEo\!䯶šy*|m&)!fd*]T-$> F I [;;dE