go1.19-doc-1.19.9-150000.1.31.1 >  A dSyp9|4'c"*P^99wgڋjN@GK:=cxcW_a٬~T[>$0قu& ӰIiqK=}KUi^F榜R쒔 ^C T ͊ƴ&YtC`,5":?`ޕ9}J[D^7H_/4ۂ^d84|o~W .zg.x9%ʀY҃~$H[\![fef7dd30b7c7f08fa0f630d743f4ea829ba1656a50f01b0d31e780ef15474ba308dc57231067ca91d900dbcb445598bf3b02197a8܉dSyp9|1?LL mY8,YSWŋSl:%ޔcgm)]9l6C?TТ;D*+>:\#"[O1 ==!YQD« *oujiu]7gMN~pcbAe`Ó;^x&a~mW\\:?"uc1֕*к<5VHnb[ߋ͝HI仄.(j:kyt턃p!ИPUPFT*y3|IJ?GA#CnH>p;4?$d  " 3TX`d}     $ ( ,<Pd3(O8X9:FuGHIXY\]^/bPcdrewfzl|uvz Cgo1.19-doc1.19.9150000.1.31.1Go documentationGo examples and documentation.dSwsheep61ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxx86_64Mhi+qdSwdSwdSwdSwd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.9-150000.1.31.1.src.rpmgo-docgo1.19-docgo1.19-doc(x86-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.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 trackingsheep61 16831917651.19.91.19.9-150000.1.31.11.19.9-150000.1.31.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:28845/SUSE_SLE-15_Update/891e165434b99283e98c357358014c6e-go1.19.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxHTML document, UTF-8 Unicode textrghW$Ͱ ֡utf-89e3e42667998d9256b4c8461bfe0d852722b8c80ee65792613745f8bb77bcfc1?P7zXZ !t/S] crv(vX0m=uOۄik|TQOBrX°;21GH>J$փl3HFʠκ)uL#^C,bP#A?ۖ)K=R) V\&yS(  ߝ>(7i=7Xوya՝o~3Ld|:[@zm؏瓬Z닔7ҵvv ܼU`XÜ2愾$yƒ@7Ÿ^  >GѪ~3\m@g&UY#}ANR?-'[ee:}l~ʭ˱.4c#=[ Cq:0B:舊8XVd BvѶ,X*`"nq$\6yeZ6_cā!XoW|Q3ȉ( ^9:2:[t` 'MՋFmb %'ETBG/Z8yBbeI-WF,BW&6?6aNRt鯸 tuDSՙA|cwL7YI"c'x~"V';BV,bH gB4]dQ9!/lڐ!3+~sM8)@%_SL]?@[cZx=H j(-O>_ )JV3ܡvf-䉪v9ߞS9Cru  ܎}U2zpZNpTa6HßJfT[k`@nO>z,Le`BMb #* O~Pc֧nꌝ!y VG˃u E~5?=kBt t~L8?cLՑqt܆|н` ; :FD5EА"(IMnkcN9Ў}J2O\9QGb.i:pɑV`[.\Ƅ̥$`䏄K"K:vyxPY:67/,$FҚF!KqKTfׅ>3eaL¡(2ܘ`M#A.OMZPor1 (wL.$s$#Ǯ(M'ִ§&;p܇E#a7st9wUԔņ;dk鹽V{*&zeyFlK?~+}+/,LoMu~Wk mr#"ÿS>6Q T^g(j/M&:Hjmwk 8tǹYFElrg)N0>-٣Tsxby!Q:+˨ΚV)7#]wqJէ$mxt WL_2#7()zs ),d=,==y,7Qpio,AiEgL'gƀcCVQs'[͊G 6&uӞCԉ#2+!Y#*u9hIϗϣ`"ۉW $ëRZF$1ߋ<-pRF熋kZ=|ck#o֚٩︾9&qF 1?q<3v Ho3<#!/fS콀^$zW؏Mp~E ڪJ 1y2JFtsb6Sq}.Ys'|/RbDvLKu*M}Yh}W&vp@y:`ӧ[s z!hMbK,&+>ow/>d 4쭭MSmQ %B< RYcfλK.0NCndUW)*B \WU/]H,!4UݏH=꽬9bU%'l<כt./b㬄[B\ 'ډė`Y*il`jTz"7Fxrt핽r3`NfA%ʾd}< م'Ip:wmȄhڣ,焍${-jL2El__+a@VNHAuQN}~x\LkR 5;of]iJ92}{@eG![]\ ~D#nsZ~H58a1S {lK'e!&nHVl\btL1#QpK%7 ^Q{ix;pS22jSU \rER+kU3A$d/ih~'B*QT9#W?sV#گԡV8h&Ih 0HMqƲf,jA,xs.}6ä#ȓWwc;Ȃcx: gT[7d-KY<_=> `@7Ze' V`iD|D&HM`=.ܫqy)$ɿ/ = Lps` fTHy|@EН,zu;]W٠jĥ~vȓ .-5'*_tՊN넁Dʾ a`Y*d_.J`uHG,AKxaIm>Mi5Z:g-s7aZ[a$xdsO'qWO;znDvvUN2cHI?5}WTխEPNIEٯ ȍ5>8LutsR4ު8^rX=s2T]Qq@9L^u@7bNΨp$uAdHq|!bܢ$UtEG32?lⲓ M|Uww \L'-n~xJ#lW3%;}"ZZ[z P, ]7u f[?9jxt%IcČSMWޠR&Q?#0ZM.LS- KTX_e1_>{@ wJʂl c֔~!ȚUs!EVޚ+N? ,bM]7f` fD;cu?~VtEmt'+\;[p+?tr\u?N!TJ.$a5%שyRVmEGaȎXv)@-ITܝ(_9:V8afpἯ]]rE/gow3ŧJs$)jf]-tԖ)\;0<*+=DEDԟŘ"ـij6/F,r Hvn(2q9!e]@IcҼZt"s4-ڜDmu ^q`N!12 GIe 6=!XX\;Wbq[ݑLQ{Zmߝ+jGZkjelK |q;PI_#܁ ."5pm6N^ g|v&рҸ*r` @Rธ7ɏ3 #P yT6C\e~;9(IJ{gCnr I'[uHZia.@&/×uS*Z#[.i79y;C`XljQ #x(ɾo d'¼x#}^%\ϔymV@5g~9/V~Gm):璆kz`Y7 nhű|bk>Dl~d o3 PQ#q}Ǟt {!'Ǽ: +҄)J]O'%icB$gJJS!9՚;eGg+Ч7$`f  :(kK9׭ч:7h&5w ؜$3[瘓Bdg%>L1; F=$K!4yҚ_}_l" a9=yֽ\El.Dk'pXW꾪lW<䣺]\aORrx܎ &r͐D|{;>EU ~hdo)ZQl`uh_enZ ~r9ՕSiNZĠۯ-vOdŽ|EgNpySբB;4PvC;}z Rq~C;)cmZ|9јCpvtb Q ;-mb]fO^#:āЋW2+i#N8>4AЙމ(2za;V@s7 *'cZ5$ R]9=^aґ5( ۆZm~bprY#1{UOЗ 3[Oϓٚg:Bq Öܱ.Rg ~V|F,m>dA&]=Ds9ھfeo1OĖKz^HYbz^ m&B,ۥHRMr`׽0H1/BkO螘i^eۚw^A.Pi9%HHî.1--z*kaڜ Ci ֌NAlr& tJq@pnkŒ)4;C |fY:@qM1By5ȑ^7G;$a$uU48 :Ϣ_ǚ:H3Tare݇J(SWjHTx>c kiIOo!_W:yŸ2|>5% =t{Pz߯AA:R@˰ +Ԣs/ckliy6Ϭ_(Rق@-=È7ߛfJ$6vZI6]$JVٺd OݎL`6 EQa1B "͋})Ϫŀ:#a ݆TOO2XV/-\j~u}~b1̸5g,?(#k8"g$֛:ϱ=[!RNOlzaϽsTRNg_e9&4p׊,r+=/>18`s#jh]*_iكyԘeC,tMh 0+.wI L' cCqC22ۄZa}Q {ds6kT.UUIqA D_L2X^T@ZWE1}G6I 4tqi2?[w#5Ӯ[mIZg*d,uXxٺM(44 6DySK吠|rz[L̫;´cP08.o DžH9q~R3?SnКffEFXYq)' Es]8Q?Tk$Kp r4n+El7!l'H5l1++CFp$ TTU\OhJma?'D ~Qp0 -6vEy" gL$؍pDAA?uo3ȲDGڼʲ{Ɖ/Yb#= W݋LnIGwuFZ3ٕa&ʝ}xF'w&0MT+MQHRq/R}щ4A&bL߳uЗ r0:g[GEmp.UHSsgP ,6(]m̺a je!IRZeZRք !:UN QGS ڍBn?RRJ}гnA|nkc;~$\КU̹܆gaidm a]+8iQ ߚ.Py x$~l"fpM!F!K,oRԖ<ê2t?3Sg{-`4;@k^ r-aɚwR]Wjp؋;N18deRfG` #q>}ȠHE Tte~睫x>+(}fn;?m?REz(&ZXp!jTQxkh$\Ko=\sr$%E ” /I!}S ޕ] F#,-(gIbv:DQ/z!9FMН $?NTu(^i׾r S ;9W)i𢁱Pk;yI|B],It^Akc4y2^b$"O]$Ev?ۿJǖUeI2“CVjtd&.xއPkp-֙EiY6{%=pE;~0:Mu8 #ڂ$!Y{O p=O}Gތ \fV)2&n`3uru!QSغeN.,^RS*.Q{ֈAdrfH_,x9+_䋗n;']SnjGYa%ej.-lGߒJGq@ U|UT̆y dE.N<$  5>dk]8A̔\VOZe e2Ֆvz9b_YrIU۲Ў4M8dzAH& 6D"u !Tz*PU };ZH%^Fh<(TD;ڛ- R`H# GJt:2 L9v g{$xcYz6ĵ^LaIèG+ C D-EWԘ!`ܤBgNZ;b!8_P*H}IfyIQl!r`7 5]VX&kN堵e4]:( Nռ5lzr2[ u=`- ,Y"YJܥCק̐!myq˵2\]txc\ݖ2ETssra[.>4}i@nxQ}1Pe<-fi/ud`Ͼ|AxLٕRPSFqQDu)/}rĺQv-_wN_;x'˞K>PYCM R$OI'FlbbB͎W6Ӯ+g$FOV jW5o˒ęefo _7}яq)y&! 1,G7gxmY6;"ua0ɭc8tO<*KF3-4ʆ2+Kgߤavϛɳ)=RUL&+ U;cu PK2(6yʆH`nt;lݲ[4^7+(TqߣZ.pU76Za}&B P J7@Qл)BW:7xnq-6 .%r` juwHWFB'|mxA@V|*fsB2xXdyq&*naDy_Q.JQRyYHM$VMhڠ%clͅI \xD`s39?<*y:~IŁ(B+hH1 QXV>k1ʼOzwLSI~*j1 Dbi˪=:NZ ; qIqN\~pkip4@ޫ_o+3R>m~Q65)5nģKA/K9B֋p*Ȃ(oe+$yL)4q)d׻Ú#ꀖYͩ$K1;kd,*֎o?؛@x{Jb\=#{ x'?BOKTDZ4אn? =t t3mB{k~sN:d`ZcZiN^zT92=0 AwS{=5. ތ&$wTŀbECDJ(r?fBW ">ja6ۃy oƝ l:LKc @hMl1l lڢMO'P႕3%S!"arN2a!ovn)y|NddTR wJc$*6 c]uu9'YHN z ^A^eOr|@ ZDЂ:rǐZmlS[V=os;ګEB8oaz,B|nKPir<s7T}f1!ղwisL <Va;5RN!$nuYW6MbO$Y{ 0q7l} pW;eԟF@~ul;GW99H^vMt'T gV:Şi<d敯.b!2BD>ڷo"xx{iv}0!ѢevR!NR9za@?}HD4Ĭosmq rvMxR*~,JJ~}t/亭]+i{}wkwmkwG@iKȿh_5{9Q&D,ؚo;7 %]|EOS,@ 3MD D0Mņ)p:T^!ɐ!,9ݵ̅{F)a@=MKFbR4\;E.@W36x-oQ:X39i8cq!|\^M˒g`byb_"$ʦq'hSOfIe@. 3. Icd*/z/lX+ ȸ+~)Esdb";zx*H pc}IͺyMB|,xOӑkxX؅)M05FSEykrk'cČ-*Oo+pfM~5G0tJ̨1jWgA j~ۂԘ*xe)Vǭ $R<*"EU V;y>=+fuRjy뭛M-V⵻FzGī.fqM9*"&"[8+_oN(ߗLD⧱A_"nn@!&w?$q5sQ%&a36Sb}vy5][B1Ps=`r Knx$A— YDCNٮp N ms@; {/pmI*^Qlzr5ݯ~Vg" zY*|{TJyT҉.h#*S1{դ݀>jzF>en `Wrfȣ_؊F8h9C&Rv/A&roEL|;)=PWn-ph@Kh*:jVX !x8|f~Qce|R"/]1asET7Ǣqr d*)7w*3]) .V'% T$ Wu/Xśr W&o\zHBjLHF!zp#3׫)n7aAV6!eM2/yzDnpy$. >"ԉ6{"籊z! .4T ݇ Be;Q]JHWjm@bD0[Ċ#,d`bAyUf 2{R^3yEZ^g{vT/P虄Z:?["&x"+1JإUYJTXo*-W) ^ZG kYDoe6kni02mF1K]kUZ~-܆f-d֨Ng:8d)PAW"tEJ'/Iw3b=rFAݥD t^0(Уx.@,03ml 5|Z"n OAC`xٺ})*RE wh))sL6l{U ɉ4dS9Tt=\PY$4ÏM/a="34ndhБ nmLZ>}dpW/!8dG.j-y'K1I7=y_يy F I '˖)\2ܻiZd\/~A>EG1JiXuى(q1w,.m1tڽÒe?FE!^%^>"חU>o؆i]=#:U# lB-pŧl}[yI{EF\oǎo቗gX> -a06]v#t~ߑv2٪+qsj7'*j CQYN(iAwf4Uq+1b50XBAxgi9' ;1X^ ?wQPPÿ*DֻȍV {,\&'2p&}E l>hÔ&5Fj޲Vk='uV@cNIR~CDd>cÏ`Ǐ"Re)!UDQL(Qz>? %WޥhO(-ef&翈 SJ] (IWǾ$=hb.*)g[9q#3go00TٟglmBbE{)!ye wIHIY,_GF`TqSz{3FSI|?nE>f[:l戞Ծ&iQ x)Mɥw ]±<2yY(f̬"q俼]8 t{X>߯dw Z"(>#21I->T iܑ$|H+,5?xOeYPyd~AYT+>SfH3˺xyP!X6; QMˣF :$J%ZBG?@/S֣S8O\?hTp"pCN"jd-ΐy@`!<6y`rIa,*v)ꫵ32Jkבbl#}a .|`eFCWkwmO}\=G}U#$l&= ,<;`6AAqѻZZ9jG!>F/;_4s։ W08xĎYPFۿ=Ba]VhUZ~$aJ(k0B3ɥ c:UEt7}N1 Z 5;msO]uijIdl0Qk5΅υ%]$$%5\~nS̘6<[L2fIF^4ӺD<f=CH^ľCzin+C,3 ՓsEU^Δ1({[lIݼgPh齲D2,=N-}5C@ IE]P1nP@n()'*>Oh|!TSg* dv̘h~.OHS)΄ VhcCCh`9ẑߖ߈HoEX ^N?F&}5Ta]@a Ho^ewTsۺ[=ڌkːj^ mOW~.Ȅ.~l0 K;%?܁R&g;CL8_71;7?cyiD^up&c;x~Æ}Τ@RK-^3y~fO l%T:C CPpwjPcGd> 5`hì%'"0X[2pY/TO7qw{Kdܹ4M?m9<tT=jm fƊtD]FQ.ZoM״5孼mk&6~tO"Aht(2%Enr(Cݥ㪛-J =D?̐ hy.w ؽq(XENeR#YqjJԱ螞g_ov@^gz/ oC<D%,EYL_AҷLzƐuĂM9dvUvHF9SyC⥇A\q?ӳBpŗEhHYKM^qXf޲XKƒqGC=1(<JfrM\c5*KOB.ô|љ%\/=bG71(-~#Iζq(YXEP N_|Mjb0&51G{kh~%WB<)~uFbC40p֌Ry{1_+6ܗKvw ,PES!>(Ƥ*7>d]\.wTbd_ ~=)` s֮f3Gp%:#_?`̄^v6vguUQ#{93+Jza%hˆS&wRu_35c^M'?=dѧjkL(&:& B֔ rR x! B?[M/ԗc%u;wH(o{'LHU8Z \z^ݻ4M.9 Vq|ަq_et{Q&w3]3γ|j@&K>h4cN#{7Ɍx#U?%S'_N`}Aw+݆ҙNJoyIckvz,-zs?Y+ݯyBQhc(m:=[u*KVr챌' gVbfI~1kVh{a?47@,<x?l,ni !cz!hj#oML$6VREBi)D5ߪcshp94ZYS+9}-b$ֵ9ʼn ;Ǻ2( @fiL C6vm;RU&Yw3Q*)C}`Qn_ a^7pד]t g]c/!#Nchg7T/6tdܪ·K"_sZa;'KC8TQ}CT";ӭrKXIcOv T7?IRiwwfև dU~pRS tzK8`6Qֹ?`st K jy'h0v+[[ "wA?pyY/{3{j>4|AiWYtҳ!:jV'ׁu>}Qϣ4/Fѱ{a9F#nStL5"ȉOnH@}f!SIfemJW#$g #Up<4{_!ns\r}^L-& T悎 s 4IDUB tkDE0IyN(}rψ@&g-=ɏ2(ُb l>B0uƅYJ#>i`@q Ne[2 V.On :x|tnt#] RKue#&IA/Rh|瘠">jc"T2EH[*dR#Lv\%Y8\X}V9bCS u4L|d eu)~5 Aћա+Ӻ29s`F`@V5sWԺRCa"mMDU|3 vb@!e`ShSL& JD6X&kVaQg!)M6X,r^?uַՌOHRt8P/Ѷ7CoSDn/BiPgq:6QEřKEN&K$GXع>c@ĐQNhjၯ6=)cArV^dCc T1haKmBc&_u*l"x'tvȰf= ý`GOjz|6#Pl$aAp1vOQl31 .ݩkꥪk. xnogY98|;d[+h^ oXb^oݞYEr|=˚ &""i7eRV=,i}pœZYJlz2m&+UOP63<=e!5%x#k}Z|4p3C}p2b$MwmM7/On?>3iZߖw܍ c~S/IL݀+eo{46.yvi'! K"q _ԟF׋stUm BKc\R Z쾬价Q,V ;9tmB9VA T fzVz{'7ieT96IP1]wUE lNFJ!mOgԊ%a7llKAΝ_t2G9?LB\;cAT8'lTƊ ϲ:' I< ]ܟv iPOYГwϋJ~oãE BB陕kbq{nƒ 闁cBr33-bujOgɱXNy\ BJ6?>qTUǁ'hz Dũ@rgE+~fu%܂4F[Ub8VnjLJy}O_a[z>N4ҙU 74POGz&Xׂ]$aUBڶqSɬu>xcEzo:قFJV'HKݿx}50ҥ59s^q3'8@FI-*8fWij?&=̝:{0z0,-yeiӭu C^=KF rg[={ IW%)qE0g7p'_Y2aXX{ P]9E%CΑ22ܱ6Ԏ@DH  jgybn]8xh[JUYIEF"DF}$3f,_:,x\U%bƿ98S)EY)kZD!8VD ե|4@zv閴Fߌa;DBD,kK[%2N0wm-6̒s 1کd>9#BlraXabȒzg10{rZ4|K?FƉixqFS3= Ѽ`6C*w m r33嚷0{(0VV BI p$`Yart);LOΝy)#Y$F"l!Cdâv?N}lǪDVڝ3E<3 ;&pNԸO}u ץFOC?- |KA.x&%^P1DU3^,b5Q\ȷX04hX8@z!G+|@a } zZ.j!ҥ8]:&ض]UD^-8؜L7)Ƭt: JYА *"N>C̦C=k艫"kv빵>7)hnyUr^\d"ZyKEQii ^1jMCK\xA/l"Ha(!vmjZ(AHUSv3yR_רG[ލ əURvɾBhɯNYJH5mK0љZ o5j7S_>Y?< SCޜ;N8Ү:WٛOe >Fո"1=klrqKd7MYg Rh:R\)-eka-7 RLb~2`CךrP"0߾ | >/MV+'kkugi{r*@^jXGg&Kڈg4Cx(u/n)(a˾C,i_4š[ <*;VqCグs] 3JyfԱqܑKu܈9/$*0((;ᖶ:pFi]+/ІyG/$[A\cd>?W;֥xEEb;*'w-fSw`"JBO HI;*a=y]2(}$Q(#g29evGu0s.EQ2%7e8>QaY))Pe[TUGzc̼Vыa0S^򁯧h6LK7)`% Z1vi$O;5y uQ.g@xv Cᤢ:OcռI=C^"[n:صW)E`6|.ψVUo4_yV71Y#r9L#Z 4` ,ynOkb!)ϘQC^ N\m.NG7 ˙fMԋtpHyg`UM'M5mS86+t{[D=cìs9S RT2R!lU3_[Vغ`m(.W65]݈)3S}!yFr5~92:Mܡ1B0]uUN}caQecJk_+ \cu|;`1)4i)L!$4Q: ,4ä1v|lɕsJ(a/%"' ҠzZߵkɨ̬D6S-0dΪݯ,fk0T|[VT,dY6$\&4X`X!kN 1.7%&xՋs]gaEp7#50O!U/NEkwق- jj2."eOӍ _D2Ώ.ra`1U) 7 a!>pUpao⍑#)хsvl\Y:?V?&h賗AI %BojqRuSp?ڬbqzFb*Ѡ3"mQNRYQd)L`|ZJGZKۆ>cOBV E#F^9hF]ωTym[B55O\%pJ}my K *9OuziНNNчF:/TP g+QAW0-r?qq1D&\`wLXm-瞎M-+MI6#3U\-ܟfTv2 oKl9K$rGi,6!'#jl-T(xlJH4Y8'rX0.:o>+m 8N2 8KMՂSa(ն-Z($|e#ǤF ?BVƳ!6;:`ۓVe~|S˅H6\`8}E˓В7?oIE|LMntY#r_yƽT9Cj-np\_H|V].W3Mous63!Raů tƱq{ifqex [ۜͯ<V=rgJ*JTXαvL H89`2/Ik[z\2$!6Q^N\ZLt³.JZMmXꠌqH\_QJhZw!њ'JPaHʈrY؉>?CCRP6ifދS/eZٰLN*QSC7q<0_UO^2aEŏӫX 5,5 #>Rx=8wItWLHjhPI;*ѡQ5u[e{e@U(%+ܚb0˦T#s46YIMAUʡb4U`#hj*TFw{z1EƞS؋Dw"E6+mɇdz)hQ%pz'?e:aS HtL:9dq(}yf6IG{p"B wDz@PGtIRڃj|}~_E /+m_ed'S=c1Dy&gaUC/A~@0ݓs?Q GnHk¿Q_1f;v[R @~m| V]uFѫ_zQizOOPVh*+2֤C'jgw'DkƎ g sfϋYʷc}r'hpTCc{zu6&Հ\S @_ #JMc5h@]9- NV%J(A?).-8n7/S2kqA8q(FA3Vx?mi^d.pf50XхR4k +/W]:Dv̷V7,2rw uvIOb=I#NͯvW8_u 6Z&+~mcv1( /nL>SeϠfFnKW\#QuiK1=7!_NVFV�>H;0^LNZNG'#htʪSGen DY(9њJĩ7,^KET7_E]Gc.Ţab\ܰUi`ib-"j6o$|7~VJ*ᄐR\2rX^hR#yf2;f:H zp~P P˔+* ujZ##!**辨Y|IN)lx4u2 ޾R)tx@cocwX43 Y y[RQ?@"7gzϤ(u`eJO vDfo6/5`Vy'`T;@E!CGFcTe P=9U3 GhJS՝+θi=ݶNx=yfc傃Yt>>d?jJ*m!,uM&=)9q?uarHhLqֻot;,??'3qwA0dޑ2$S0%5@.27x(p[g !1Gæ!)ۻ''^0QG.-( N*6b3jfPA]xٖ~t75dX5!^If;>E8PUpųK rNXG`|OIi(s2 "U\+xj4h&R2.@P7NɮP5A?1ߣ1OY@2?B6LFnSj=J5BS6"U {eUn:A5D+Tg_t1Gd<{TE4 14|˝Kk :O5#V\.VqcL}4x ,dzpj7hb*4F"vė|3X'5lNR? mJG3dWZ]& qk |Z)}bޗT@8bdsψ.զpw"Gb5{ƘӅ+-:!\/! h8*> 3}A"EzueqVC mxjt:yɺĠJTۖ<=$tfͿMj< $@r?9 FGk μԙ37= 7k-`# ~l}|al A Ù--=K oQv[x&q!EօfX_#  q;add=1.'%eR,ʟ?fc?!6!F`sJvִVߦ%Iڬ35o=KB1_,GP(%&{kҎK,X>,5-Gqٽe]X mYv71RJ%OTYZ+ƖlRQ~8Kō CؕsMjߺyZ6h3~N,Пʺl[u6)1;u) ^@ǫ%(/= @&xx jL* &~vN$`E7rb &OA=3;C}uR"iaekx'K6U#]  miB [Cݻ^>ɬsh䟙rJ}yc,rCJ$S9Q&ƢV} v;nY/ Ʒ]ˍshӛ^uUސ(X--ā!B=J*(ާه˨dܭ^@j%YC>cȖm{q'Y9DVuǦus̆-@h/\q8Ӏ#z{M3u}7 _ޣK2JsmZڬGzԁ&" Ć&B6C[ՕR|4qkA&sȾ?Z9|0dn.V/Z5k075,PEǯ6*)(s3>.I8Gv]gjͰ=\d\&%u!PtjhZ9I|7VI/uLS8j4 ?Y1;O8jp ԩni#?Կ&+x4њ|W>ֳ%TPi?=r-&SXOfzrvt[3xSfe!{6LMc#Tތ*[5@ҨU0I PKM<ܜ4T]zЖ~Sсؤ2)0oYNS;[).b|?.Ji-{Ico&(V+YqG<#|nunJvg%Z^b;}g4PaGtC^Ls3'FzVUg2T4Ғ,Ts(ޏ rڏxKyU_?/ޓԼW _*|Nwp@~XPWi"HZq`Ve$|o.s:Ŗ+Of{~hrsT Ȓ)pư؆x*‡Jt G- q>իny_ ) B XPGazdOaNLDv24Yv맊;#|nݯPvfb"_7]Ck^ Rhq=/^ŏ)|DJ{4ҢB/:onddZ4+)KD:9-TP#"~C UpMJ%ril6H! T11 K%kH .#_طMqנS.^Xc tY䎴ↂ9LZhud(>4j-WALc]Aنr.XfQlsrD2zz&nyҭQVθK˖0:(j`6M}{K;PI"*B*2#W*o쵋aKB^ނbG9u7:BImFy 8 %;A^YTR(˭3_OQe>bU(pL}c a1ׇ[8E5?6Nj-^rKdDE>D_?J8ЈnyJ;f=xʧ/Ɵֶ-cP:|opyvB4Hv72j*ҢQfUq|} nWZyuIĄ֘|,FT[č-!,Є8>] "dy9?i&iSbymuA7 hx!'!oV|-B Mz0a?ޫX`lb1 qPӦIRU+Vڿ@TXy°+aprl>bIaRT+kbpwڝ4:Th Z<@-T&)[`d?]4Bg P'\yw5Zn̒ *+"@rV8xp ~BJ㗂f`3ߗ>W2>”Ȓ\ uCPt{ Amd\줣q^Q=Ky rWFh`bi5)(ϲ e dqMhI 'ZTR%2i%}+Os{)l/w‰7%%'`Ng?xG4D!Ljm8J_uS$3kt/CgaQKdLk9ejB|kt4Uu4F3I(sm}Y)t!<t/㕱ٔ,vC |#?fȹs6c ,oᎂ*ѫG٨z%#VFR&ƣbw%zr28 kJ\d4۪سMyoKH Ut@Gm8|}m sGiq7D{~|YuopZ up(A+R<&8?6|tkjL5X*8z]}2cBVMPQC@q$L.tY)SQzpxL6K_\O-_I8{^$#KBqL=dXBtJ^i_]Yl rgOlP-J0 hF}6yy~pQ W/muJFU )Ad.K%6\H^.@5]8emU2'{_|L q[޼q+t#Le晹, Cg?H`:IZxL0H`b""ÂTݬt&KS@9\JѾѫ #we.&znS v:r^V|q>4Ǭ\`p;zW47|\foe_CK=gPQ -, ;8Ib.0IYDsTQyQr+~ypޏL$f ](H8?>?]'ƷXI,;ZQ娇T⧧O&Ɔc?9^bߐ9Gv6&c@Bc4' C#M}oO Q̕u ꊁ 9Y AT(m*Q8:JWp9ջ*'6l?U Wgg|Kea,J2q"?uCjJ ~ynlԁ;\N1 xJ_I_Tr1Hp)8peP%4 9.<K oJ_g4כV&fE Bcx: HNfyc+(9`Ү7”g9aU1`F}7#=C-5,`^$ -ںJ`S[;[<\ʍR4`_j WJ6أ adӶy@%_$< v`i|[⠕wbxsn',>[fqw)rBrzuڕenzuV_o)/G-C>ƪÉR'&A5\Js}$}PLM;}ċ-oifmb>Uö%򋹡Ù@7/$pG~}>Cg?%EFLY,Hc9!٬W5c><l-j@K6rDF֨LysW&jz}r)Rqw?gS7/O"fYk9YQt >'n&Dm-aL2 bqt2N-1m{DDsAUBFd3=f.mi1UpB8.<ȁ{V`#4/>.eE/b|ТR}JҤjqw8|[OX>-O aU1EINZFۧ\aMkiNn.}Fd|Ki}b>~ "Fƞc!lYw<~/Kq[`c"ӿϽzSf;Hm|zZ_ةFgdrBInBykXb0US2۔*!Z`߫z) vGY&(V)Ikpvo#= 2pr~ "Å <Y [n `?a#֤ -ִl(XV/t~z\Uu5&=z ÀlޱJg'SaG*UzjpIl1SV>=~7߁+4m*FnbSM|l`of^ u˗'}øKҮjBxDe]Y;5;[±8s{rvءWB|J(4ٻI2 paVm<>z}v~ D1 ~ǻi uCOgt5}d̦gҵ/lE>4 !i;7uHK&\<義4GUd=\cHxNti~/;擗^ZPC{j~cak>KĥS:iwV}߀ =^7̨>V()\hH.[* Nv̽?`^14umZ8Osq;~/0X_s^0*A2LD*$j7̈́+P WeL&aT2\h=4-RٽL3w0ԭ*~jwPz;4 yM@cwMvxr )ھGIq{6,9^Z"jVć̡.h, R I; ]/x@[q/sIbV0āX,ҺR*or>1l  mQփYii}1|?nKu{E4}'d-n|&+eUg>:-~9J1!;2)ZWW@'PLԺVzCC`d c"O КՌ1E dKO#3vǭTZןREdZu c8y~ f>*T4 o6f8X} Ę$V 5z~NS% /Rl wVrNB3 Ǥ&uybjBIYR2N4pCU9wy*},_6JS61Fk:{ݮ)3:~~OҁM}W({ NLS3v5s=yMQ ^e={s@oۏ 6vwnIeWp А.Iz+8 @Vu^4}pbҰ$O?5ʼn -㐧˾pi _t}gET4mAjX5d@ ZZ="):i'%vB_A'^c=R6Y(0Ym]hu@c/R78g]Z BSwcA*ٱyWaƭl\oMv\NLkCј! /S+3->L[%aϥt"C:iДNrQ.tܹ0hxTVdJՉM 2WBCf9"[qI!OpFymgrK w-W`oLQ;5 JH🗾;G'v}l&6F5n:qv$.U,Ғ$ӊcTV: ϡ=G2DjLAN/}qE M,t ;ʦ#X˞n`=eV=(LriH\+ۏ9^V+'CJe'h>CTTqy%ԙ,Ōybhćۑ Q>9GoN\^)gY@ԥQq 4[6\llMU{xb V7Ȝr(j =ŪT7Ak5 na̓ڙcjge/h8 l1YTK7#>'GƏST+;aHQAWJnIKnjP-gqxha.~`ј܉mEG-+iQ=/C&CΥЬ=Ry(>4 K?)B`ą{:o_j~T6}qFf1CBWU>!V_%f$"g]4 ڂVRa@z)Q<0NQ ]l"F[ wynq=8,Kh)mX\sjt z,(F SU[਒;6w] C,㣐Cg#0u+&;y@yaS3-Qhx* R]8_O*s|Hau,T"\! ޥ濜bP簢ԪN3q"v0EYB|DlOejh m)3F<]_w QEDf09^}^L)"i햇VHAp`<;]"B㕠liEmqn7tc ;+j`ţApMzSD]o_.3S31W724,u1Fe)ċ7x,]~!x VtI%ϨSaҥ1ݨ kr΂1YY*1W%DtX 4]DfMxq/~npGL'{@q4~xq6 (S=7o̤=15m<GE 9\83=gks /Z,"[)3y6Ĕ2|_AgюyRb_.P]3<Ԡ ,k;BbCu.CwI,c(ETM-?]'$ED&O &Dυ+-;)S㑷eO1FKdY Gr!'I.Kr c/;Jh~85-:$I\Lh%zD ॎ"A\Bp6x1θC:ZWׄ.s\xBbV2Aߕ|yUFcXɔ焝 )[ƀtѩWML-iyMlXjGh0m1fewBHAٸ۲-;.G2||jžGD.4obMh^rL@%!aDZ#Wc6U5[tz]4I0D5o#hX6PEX_ zcksqEu0$$^̾#o HJIyl;/ϣַW֍F|FiOVt/Y-" u ?+NƮ`2Q}#fUB _Z7_3< rڗCȤX,S[AO?¤^BW6v&[!MĂ0F㪒V|b^7wh`Z@T1,a) 2w_F$ٳuѷ{:WM0E>-]J;Knbb<XRq 5҈v-u`ݪ7 V9rY?gWΖRѴS SBsjN%RsxFXkuE_t'SpK,0^) <ɡfj%SosZsѝb Ӎ3z%9x Wq8h[etfYz R2`[“csQLX""CxD [61͵jƌcr#>K"qJšCy4b..aπdIs3Cmt\QbR.&:N%4i^"lE=Zlav"sLdg"&?'|PE< Yb^F&b2:ykKţ*/n t \iF?Rg Z" s;alx(έIF_ ZF>!?`FA ?RNə, oHsµ7HPpL_m TC}9O kK"&cl>#QQǦ,y Ať _$,ra߸ڸ eo Iciq:ES;UB0FV$'ɃX8`D~ ]<\םgy=fl X jq`0(1lNsdjWuG~IM8htA80儸w"M1^qX'e5$۪Df !/T &bg %<찊hL4N .{?}$x#f j0*;Qym~M#٫:LڽDUҽ4C AW1N sAU55i`?A )ۃWk:ő&}6iD&7 utc>S+sLdE3ֿm 5+pY-[H{# #4^*?9B*|uhr L. %䙢\je?*祈c -P:P@ \ -ɒmkhk |51#%[ɣ@QX-]ӏ4^xGd ]CaӒ<aWK^I&ROFG#7l⻞Ruwx@a#) w뎈BeLlXa1̖㣻+Xd4XSBkXv 6j[_#V ?`=* Ƙϛ+1M $4 JH4WsCIww Mާ=@7zT1*|(,U[f[td4#]P1| "[ i:DFo,^bdn-uLDɳ-Vܗ׊=f1UAzvMM4E|[77!!R:*}#{ GWW%Jxh4L]Qwa-[3DLm,Z. K <;3OeWkyXII:]&.$*.feI[?8l쿝P}d ,;N Ҡ ,({Ѐ:zv]@piqxAuާlɑUZF_Z̭-`>֘&=:NA}1bL`:?K=X;2U=):Xr#30BD‹~L) ( 6Xmx$Шө)]`Kq,nzfVv&n5$/-[;2#XAj&MX9CN]g@tk)B?rr-̆b=q|HDuX|E ߊ ӘʯSXPը"X|yup4n0&VSϘa!d:!ÏDrUDm m!婄v-&5D!Pfѣ=T%|yܚv}='{mZ H͗lS)bnhM~JT40@K=Nt.Ty^LF$HvB ^k>B}jь ܱt#rCub%gN[RhsL.b>a\dq]I|LٶȾ,]n [SX!tWU%b4;MM{T],\FN.=/&_Lrx z(pK, Y{Uaźzn֌D:GJ9b}oX.tBͫ-B#n%znFBaMi#&9Lq|_*Or=ANmwT~iÖ| z[y7vw2m5  ˌy֤n y4q9ϟ niMf@_DaYOWg4!2w W hY ܝtEAU.W <,r&(tUtq!JkJ1ӱ]prN?嫗[,MDSbU$L}c/p ԭqk:%%-F|k|dC)bUťSLܠ"_L{LR}HX8%cega^@}LIO30bO9/ZTQ'2HoϦQ6}֛$iePm,<Ȉ]Ҏ!o]2CAzwl&CY{:|Bz{we%nġ!i#0 m`sI Y}^dӒ‹iFgvԊDhD1; 8$h7`vzoV&@r,4I0˧cix׀f~ kNjbE=oefuvC^ؒy3D<6EKdͪr.]L %. }C*Ya}[ao* A-XN׾S[k־N|Awz$\[~CkO~!pAdP:8f=:Sh1g"O#TCTO up){_bz/}I~9㷨kD`țrUFt BRxynD)36tV?TSX'ۘ=A4IP̪ 2\\5M2NӽUy\] ynڟ;`|)h^vZeEAC$Ń$ {N49XmjgάL^RMiLGʘ?Y~F%WW~ 4/&ةE"6%}4ݐRUM~ yD[Ff6W {IȝԔ q&ݺ(&x~1s4t {%$!KiTP ~ĕqK1E '?ν̭-5f$+nLU? m@y*,aWp +R.R;ѱiVE=|UX~^SF4=&" j(fۆF79gZSn6ݍWr4}b(4VF? XKW^M ߖiq^pJ5d1=%?~̟;3;a`ZN<,)(y6Ӧb8#:/U1V7QĩlNm؄P=@M22.M^VխkN&gw΅82ٓipKWAp2'DclAbq D"MfJNm9{{JE@Zb3(Z׉%ED#C(*J[ J)`a '}R%(3p6ag5IД!Exxk"H=IQԇ9DWzy2%w؛^iiq %s~bW:a/ u:*8XI[ I@SX/,B U"Ue(Z3DIIVrh%@ 2@)z9gp%ѿ\ "IyFʔSE959s$:bo?E' IV&.EJ<`GkWgrQ':C^Yįm\б Uc'Ύ):d[RLx"N=R tS7vcכ^,UmI+zDvur m9ك@?KqPt3kK_aO 7Ywy@m1lG3<㽆b3eX-9i$ MtE_>HH%qGc%~ZOM* xNzwUF ev9L/Vm`s:rė=%\'}rܞh+ϋiei*-WohMd&-B[5f(j-b?Mow}Y2/\B /!j@DE|ѷub| 2{)?BW? 6q TҘu0zk,UέLsVbi3I"A ;\"'ӄ/S|t}9_>~d_o5JRyh(쏋)l7AA#/F$=~q Jr42ʡEDr:.j)U#e[֖nFT>{;ulxHЯuw;uS{$cva`/|^{N?NB`%߮,&lzݕٽJIn lbuEl@CYvpFD4fЀ+QqgTfsyŮ!`cwI^$}hp`3VtO.wG|KbT0RȠ&jJ^3;aWW^#jzb/Jᙝ/SYLvrۜhL?PԜ @+_k8XϭOV#jП:C([U1qПR EDl3J<s@uW i-<Aq#:%0HŊRb?k[y:tH/nn5w!'?,HXV~dH(D|I?N`[WFzPe-24- NZi#`w~ ?8u!W]xMX+'2탫hMMO oQW5*vvl:aþjJۍSڄeaQV1 ;3ПECŭb ~,ki6JjRyÍCkw8C,=+|ooY3V>uE:uhA 2?s (DPZ\žt.#YV 5R4ūM :ُJFF*jEsq=yq v> X1L sp -0BdSyM-J=GەQkNMH%'R&Up+~}i;֗%0`(MW=d+C{{"[X7S :wJ2CvEӣ/47BV o3\TJmqU#nd0S0<ЮL0gos(]HF-Q^#>4 zp\$ay; #$'#l'?BtÍ\yu1Wyl7 xVBv3+ SOEzSyD{D@0y#QQvJi~s޾4{:`1vk-atxaXHZZA괒e[fMNJuyTSoM4AE7Y$f9k24D$2&̦::>́W;΃;.՗FMxF0ecbtΫKP1!7 wU{BaEO­Ϛ_Ox lw;l㍙;vJVS5hy/ћm O2u{~X=GWZsw9&F>~>/1^*>eus u\:`RnĴ|k$;Z|Ό M\{Ef譯|H$#wX Q] dy;AYqsEQɡt[gH AZ}㦝,O(zuf&-LoiD\Mb3wgS5HR=9Zbj\`z@D\ECl%{j݁OҜd. vxV!}TwXCf*o M\`EBbUH7IA{̄;ᐃgH)%7tljuPZ59iQ( 9! LDr[%UQ*͙ńj{Nhx4w)[jS?UQ:($>2FڹMɗZRpIr2hUHo#3f-Eـk?ʗMw֛V߿4lB4R y.=ސx:`8\`E5-lUߡ%5Pc_5#K $)l,~R$\w%\& (m I(ڶto]4@7TC'6#|AMH%@D@ ~_fMH-| v㶠J3q?tO\#0X>0dmWuvIRnB?- ˋs9bbQ>YU>sy{"z~[;'P:NӛKw\#(Wx`:\GꊩrdgB*%>x!|*Гf2[n\X!^T5}%\PΔJBr|?Ul@ !i MxH.k$e/y蚍rm n%?l} #9JF/p5Q 6%"D`)A(w'~G(+ZsԕsS2)A꿸ʛbxv"[E)"]8c#FJS=vs2č3?008_AP KElPVm1[ōcYa6 l>ۈC wRZje~=3$:NM\)dS 7gQ+PXpi[|=ItX꛿Wٞ,եmNw{bY) o3npv/yk( wYJfvo0>[8Bo*_}(;? 7b/:+o`WV}QLnmRnFhTyup۵֞{{c2\K$4ńrn圕No1l>~Z9JB&D{& q Ũ<<2ۗki|K޸=?QU${h1X 4I}uev'+Άk&9LkFc^ϱOVH)+)`HKy?͘uOVaBX{0 <r)ucN4FϱsPDyF&nc,sx<2p1A46Z4썦#9(#[4D-1ZU?Īi$cl~6 ARvBZm&"&;;YkA YLqx>h]U!/)_T= Dx 䌰2;~ȎX;mɝ BBʔūl~ަ5B*@}~] < lj)3M26< r1Ak?zbz iuKg]ftѠ~l2) Aq2;F!$ ,ҤI=t_ OMgĀ̖!סf|۪x~*8wr)yJ"32Z`zgD,$Zð{$a!Ξg ۰\ ;X,饯98*(~795{竔:?"5yd]k3%wۢ%y^*6K'i6Ϸ\WyS-lUnIcFZ.ze.+yÄb.lSX!{nE@< 24(\K(vU$S#b \R]eE`{^oẘʾST m0uajrՌ#CtAFRtz7lP{J}g Ɗ6i0Dwe8+/7v^8{f]+\7c ZF#G\웖5m2ۖ$h%(e** sRo(y(' پךKI<6]~PآwiNm]6fK,8C! ,"U%0:fC(bLh^KZ $&5Hl.I4i A%1qUyyR}' GbI3X9\5YF^BG#7[oXAFi<9k f@y(̹,ztb. o ӄ#-$٭Id[ -)s@؆ :mqoj [—MX< JȳÐULDvйD ٌ(%^X4?8;⭹9]iy1$Hb`7 #E]*ÇD']b{$WNL[:k70^2#isTh!%6[;*( k;[aZcNB.2*[%I73zNm[>!3Xѷ-~}PAۅT#@M%b?0Ⓗt}q;w f AK~9@^$;sS$b-]WBl9S3~` rb"f$}/'^&lP5Ew|n.n}ą=S!5u%>oͲ DXG\璳̪B2X# .CjJe$X`-觊. =tSt-˪>ΐ;UK_s]I8ַ]ԙP>v8L%e4 fd{pbI:( 3lGb/xLM]Ff_oڇI ! *m|c>v~4ITH_ YRFLOcΘŎwWdDTmH =gq=.1Na+UԼM*?5$L=JuM-y]ەQ5z2bBqH"%@ɳ[}YU࿇{z !W. <۞^$nL̰Ep2%(܇]F!fJ/@/g"sz;i`ǴV stt}O7Hݭ+_4;8W Cs˿}֊|֜wlYl p̓+\:NK'ce!FAn4Ҋ(Ʀ4 ~ű vԴ甮4?+42p,{8@Iw; k ʤ(B쏿g\R,=`T #n`-+"le+ 牦k?C iثPF+8!xDdIg*.P7n5 eȓTqm#\xP֥"MZl0-) zj*Ym6ҾƁ_Dp=[ ]I+C9~A98ӖI]$( ܅~<@X@qHX9ws^Uj_i+Ll .\-^G'uz=_9{}Ү)n{&䨱x -*G#rrj9#40!@%cTvcFȢٍyt|k6ރ8p1x}h CWMC*?\+|>zӔs/J:t#}-pՏV&6phAk|,\m|2EZĥ_#36 cWJhӹV8pMuM8-qUA6&D{"&(xd2oUos 9*edJ ̀%E9wQԖ)ܻ6a)\HEĥ$<4L\Z]ԝg(knz'~hr3_Н],S-aMvCD?p8X߱ &Tvl֎N%ˌz2DjZyIQpDCa{7H>G~ʑ7ˮt(e3V8X?19 $ROHRzWx|ۛS=Pi.N|.ͣ ׇ\qYbΩ[gQ߳,G >E p-]}P^ڗ43"pRnqB[8#a xJN; R  įAW1)6tSŇty$""c5HTgڥy@&ڭX-ң,vv=dy,[]DPҷHs@3pczM Ҫ*qb\Íuh 4ޱJ۝kyߔqiE s@9ڕ (eRvk cF mcʇwp.~\qEOo9s7g2*.`totYD+¿`r)1,"(6Z#\ =nWq-=]7w>&hCǷ4lo6,99-0kЃ"1{ʞp7IZ=UV$ 78\՚{BrAu6 4?]jfX+ѢTgi ϡ*eӇS!-G$bqEPЏWj׸ ?R!A\ +ɮRL&5T$Z'p7^)ly1D*&'v@YZ|H.]IOH7zK`K 14σqքҼicΊO$!&uHc8{oWlk#` $A/E>3%t75x,M9Gdc?+&km%MZT͋1@"tVqcDOdktMk]mb`9m1BCPo~fY *oR1H?^= NT1]1!R$d~FtpTĸxsO_{A"~CZa6dΘ鐇BSGiq=8+?(!Gh>;<W|Z+E?"*앛\3?_ĒSJ1QiO'2Pw??XYy'oxxl0T({F t)`Ҙ(=V;@3 7Jŋd.k ~7{^cx0q ŻK |V3*ƏAjc.@z #0DŽP걅GxWR3G{ WQWg!i R_R(d)2[kX1G*TȹB_3GoT_g*.Vu5]lj]GE6`7LU 'e RA=+%Lqoۚ'7]#D{]g 4[o)#>=FH7҃(0p'%[Nm0Ĵza~&N!W&GCUUxP1uij^q(gX脆wX\8;n S/K)YrplcvA; f#k{z< .0ǾUI.Chb˞]3E@7⚮*X`MM)D^/O/"Ai {Yx4K &쓒hmN 7H`u̔4MI|6ݼO`vw`_"|SYY+5,)EGx7W T6%%2xj˾/]pCŔ{"KteXrdIs "Чc]pC:J6] <"\B8]$߿SDF1ou}ҁ,j˶X5jU$el:htcU$Q`ʴ ۄ~vaLځy|Grٓv?qX(&. dҏURwj&ҿ*UաKG(ŚuCЂ34!,9>7^ּvj+#T,,9ȞevûPz*?ҵ'0/d|0&7Ш:=z',b؜ET1ZPk'^Zsj=AYh w6V) g0`eAs|EfQ:;br!jT(ٟ?rKP9 ^uxnށk3_Bޟ5|$,D=0pBjazuEP-@CHŌk3~a@KVvX>&#qgׁ^WN$Ht'$Y!XPWQoW΋7w2bcME~ EDw&kufY<#cul]d <#'|+&煑dbh+LB2%c!X#8QO\}(2_;R\&M`mac2S`4̱oUegK8-g!hfGGv܋Oxʨԋye 4r43<g,/!yW!WM\#gxܳH9(Kr%%CZ䞼8͹%ܩd=(>Ot U=1\N?@1bwsZ .:RC*QuFvjd,ǚ#ܬ>.j+2KcO)%9(Sũ2Qck)Zpڃ!H;|E9FKMuSkd5! jxSXuv|HZL|o4n~~%c蝲e|U`&`LxCB~R0ZI?LAO+0-:3Fʵ 7wkbduxCe9{Sd, zA/A5Kk#°{)~@ |h yA}E / e͕Ǜ5_ʧ"Bu{;DC>iN$p]E-iMIcqik0.Cr3C|1+_b¸E/lfLW,Z4 z3d w'ݢ$x|R0mo0X6z\м}vm%2U=Yӿ'sl3ɮ9u-7uhn *<%D#7؅׃i]!Eg1.FwA A Ж v o&w64V> gdGaSg.-?\pa<a"G#X`hڲ׬ɀ@dOeݎZ^}W] m$Ξ3ܿF fA?dC(q+z&Oh7R[0 0T N_gٞ|̎6a]!PZ?cѽ*\T|c%MBjz5 YH3ͥe+UX/0]y,m-=ixs]ձ{]]gˆ;mIKI("[bkMmkn]9rV@0+CG` ́?gI$ Α1&;4&;HTjkhwY딠,4U8puET"嗣awɡbQl&xY{=;bqNs;ګ:x\+ ZZpQZK^xdRp`-]WpЄ9ΡxjJ3x H5[ڰEƒĄRֱK8Ω\wm ƋTi=7kH!l[NVR'@aGPl ?k&zFҸ[dj:3!QK1)j4f"Ujof ,uě1,H S d.)w&Vj7f%E$ H:}jVZH̬93r=Ec92}yA%m('?ƞ)4I(dXd3i\6N,#n.X;P1o.,I_vn<$.g \Gf I >*Cya}!ׅ,R 5fBDP=q1>ZI g0àb>5le@iMG}(+ 5b~ܹC9J Sz~!D`2HIF}}[шIr: MChm4!XsoEB|9R4Mp5xo-WԂ !Zfeb/d.[ĦIK3@bd,:gfUEc͉t*ɢd0sn}Wo@>E7TX[+ZY#hV=4ESR6)E?a+F4e!_Vv eSV &[9]/ǍD և6z7&uy'H0\].{ԅW㑎XsZ2'1lJg@+8}Ur*wQpqJ҂b|oV _M\ՐQ(|2p/ec* %I# OWPh?9[ifBDEOzqk*&)F`o>%+3JB[3h++\'B|g앒Ryߓ6 8 4mbgQoo s":1E$p%J6bZm{M=HQKJ4dU+`:S]},y |~650Meu9z^9 N'OWg!yQ${Qp)ʅ <ZVX 0mtEdx,ézA!H-⹺;;sS;# V]JR"){#9n'(=ӬcDG5Kω;WGc6m+elgukZ82R1lnW]W)X fS2Pa K05r柋Zy=ZE6-L;BJo.`>r4N=xN!í>Pjs ErÑ.8ˌP\̣q>F}>Y{) ]n"acFC U,LAۏ"]1AOM~QOcc.24Hm^GV$)ULa{|*YVð&4QE jf>bD<$}1WeÓΕ?X^CyDl>7Y>L}zZZjYb52ȹ;|ʽgeք/eURxP^sWCT$~'\w]_9T"^q7,_ bZq5^ܵ>YXiu;وc6(}^y-׍3: ^a?( ua5v׶O7>U/EРL}fi={F͐9I߾-b L ڞfL Ly<X ٙt q0:Ж*ղK@ nhڂ9&Ke>[K&HǭO# @ᷛVS5,ktHc|ᯝDK4\=_ykJ/1ȝ&~7u~WPt7 0Nk $pTX%B5b|xmMjs,]0ت[m`@Q3 Zlg,·j*[~t~Hf~거cYL &{h]:H CⵀH0| EGP+fhlg&/Us)NdOoJjt)cR\oNثN N VX9:X=yiZiMpCgǟGQg@zJk`4[GO߄vlϧ^rEʩnSHWt<)*=.;`I!_d6|G`!e <5)Wu87<(=6 V_.ʀ00\]iBGNXhON/%Ğ&H״h--qJ:6HT  Q(TڏS)x\͍v/40iѣ]u9utyEIk::d9oѯ{=/)A=:cLVvY>\ڹ(x^TD9ML\w:뵚LU8$[;nNaM |fRP8[D]e^(y嘭}ס}eX1H[u0G"nATsֽ#Qkέ[fNl#voN6m4_O{8H۞(L¡휻݉)i`FlŠ؆HΜ^┸˨ɊLxc)k:K7= ]tfB3{W| }E`@h?fr/MU1E Y ?9B,ػ:Pgŭ{:]U|пm_^+ق' V'kJ}McS4}v4aWxC*dPf܆'&R{+E9^*()]ve2(Q+Y8(TS~N`7(GZiMWHR׻Me x` NbKWi[̐WG9DR| \,TPދQib`΀=8b4~C"#L-Һ>P<Xj[E`f3w7I]gVgj%}aAl7>$K`݃"2,rKc@:ac뎃28Qx_ Y6+ uRВ@$h^K{}[KFz!GpCe&XpsҾA3 {] ƣ) \a>zf/5C*4VN܌N[ SyP%)1#ɺ``|ES?ܿ\va)i#[!ڼƕ9],|Mz%զJU؄H?c?p%c̸Hb 1;P@G@]I+ ;K{lY)#׽lʓ&aSVb[!-"(pVw}š0M&RR_y5?ס,kU{K>1"*;ϠXhD:<˥) O@0eZZARPiI@7.@C`K^^,ޕNuYV♫3˺&k{pҢFA b  OoEUGEC0CDBѡ,ws4z"1UX$wBf'Vjc{ BjW ,qɢst'ŽZzjtKo)oslHs /hAjE9]MbU̓(K46UDGs,Z# ֎s=T%ݧ?c+;0pj\CRim<FE%1A-4M犀FdLo1)((A%1dڛE9ױ޻2"9]c ).ЄS^$6|"7j.Z/kv=[J';b_߈֞قv^?6VD~ d ch4¹R@<;3+kL֜|>2O$g/ׇ4[o+MW3){5d`bXk 1O V=Xj,'Gxuh{UxzV yׁjԤX?J\-բbMjƉw6@ŷJd-7#bC\Ӝ#sz9fKq9D.-"ܫ9<A}3!9F`RnټXFI͎phV7h}š'gPb#ؼ+3&V>͸Rbd~$ur!e5B\p27/~AlkhǓN l*#P->5EElGO2B`,l4?3KKt?m*(L;YpMV $ˍlXd21iw`ġ۽@ǂ:TnbZC2k^EvȀ()=#%EתFP! \bQ>=ҭۼ Jh*|МͿJۻ{ qVz ),E ø݃7zTg df-}mE@u-۬sTGw3$86[4GR>Dq oL'C[z:4ZC'3DPSVW]T:Ù%pi-Vq!RuRۥQ;Uڒf=&܉_)hyWsC(^kǛ%O.837q|wi6{*le3=-%P0Mˊ\1Ch|x%G6X*~-efȱ9=$ 'O5*Su=LJ;ouU9}~728N8.2k~:wDB(rЫRnx!A2z?a&pMu'h vu!OQ\b6;`0]W5`TYqxiQ)Zz.3Gt7*y"e$!xpߣ@~=֡)ѣr^XiO#% >K5_jyT9 6"=ƶi, AXԄJ74 =H(З8I2Wҩ&&Q"QwF¬%hc?VRJ. YX n'!.%k.`^"PFl[S<^V6o>F%'/ Bkݵ]vA%\e }c*bZt~AYrSۍ{~%M &MtȿKQW@Ob.s)1ou]5}vEr;>:A!t[N'P8פ½k9eC#`{W]JuZ]B~pcB[С7hׂZ1h; [3#C=n AVr3v =(zxG!\QiW @qG'H[4}0RU$ bz)?19 Ȑ[u'%|P[ ^qj56xE)@o/wolx֦tZt"$"ҝKOa?9R8A$ V %J}),`D@1I(z.e%{nzO92R?C90s &F{t'Dmh- &hW(}ԮNp3:pAy۪HiȶͷtRjXa& i24X1'0Q F߻qgD!8 o d/ yXZ8,}[kWkJpEp!~ pʆ%In)'Z^R=@`_Q>w8>Ԍ(eN:#t_Kx*Ö ^C-9V5/vZz9^HZ]f?B1CH14l ؎%#G]nW:0\u7Fƀ/j!IgQq"MU,)PƗkxw 5+.UGް޽~Mh!D3NNJ Ȱ_LʨB1:~.?gFA~uq;IUQIW*"Fp;Ba@D #{;.xgEYa5?1O|$XQtW>#E١@%SnhN%LW@@]֘En"VWN٧-'~)RK"&4x{/EK$/Ư"^i'g#-fhOcI-p,PTA"Du;(NqVe)MC<{` :T_%Dge2c,ɻzT¬G:,Jٟ.OUX?P%bm0R3*HC0/;\ 7JZǐd{Q=Cڒ"q0JPot>Ya 3Q> IXҧp}5oˠ1F.4~$-^t ev- d3rRN3rbҩf44b+*֡xqܬ&sś8ӒtK}SkpK 򔶐񜀇$WFRBɚAOy1] ʪ"*.ͻ!1P@%U 1/wWѱ'2t 73 ~Jg7p(#\~'!F_PQZ<^ Q W&9$چ@,a԰%Z תiiOJ];`ʼnq\4Bސqo*,9 Fl)2,>l-a؏ 1B+#~%a`&Pa/0'm {/ 4,Dn&д?Τɋ?o%CYh!hpu8Z0FUJkg 0txE cv,sB^_:a0ѹNɮ?ɐhed;W?owTO-̐Aվ C!ߩh~M7UkBb1r+܆WFeL-;́EN2MO &y@ݸ]$Z2;e-8Htl$JDTĦڶ l/*Sh͸L-.Io98UvOu3Rz$"$AKPoDzg~N+Aq?4%  59(u cOmҶx+%)v_IK4bl@v?4éwkwK$) JŜflm*d[VtyC*G}BߍͬR{zȝ"@  YkOs嬖4{z:/7{A꛺_F ,^(=eiKDPZC_5*T(R+Mz:bH+"uR JmRXmU{~T+ήC ˋ$\P*#<4D΋]yQxl0$E|'|&Z`Z1AS{3-'$# kO(Xz0ÎD'PC Юlx%X&&.s=$vx3QY[AxR>pBPrk(eX]vk3*&`i R^G0:݈u3?\F‘;ԏRfUlx`;e)88xU~TgA5+D>1Pڔ<ŪMՏ($bjD(k+(O/g nuݫ^%.Ĝ>ZyB*fjmw5lekeT+BUmSۺ8OIβsc-)e4>WSA/W0Ry+;C%~~)'QT|RΦៗהirԹ=H?$-ΉLM3*&}PŇd e,]oXgmNJ xCטHe2,MPi5z{{W[D0Y켒&|?ǰ8tdjG{\@>өWUPdCy{ 1q%h+`:5Y z)Hv! 7Zidj~U6>+\CnCK-'gzkyHz` *ކ]_ NLC4"gSa|$XG?^N2 Z>BKQe~Bt83MzЋQ&I*'OYAJSz?T A7^sϾRB.c+6`$? ̦P:ka:2+bx{EГ>>ZQM(b;Eʥصc!.R +z<@nJsEO(UaDI̍B_d!L-a3/Xky׃R"4%%'"kQt}g,be^3p{YĔR2.?XF66+Ҩ䝴}"4aA/#M2J4ЅMP)<q|QYU4<͎㊹Vbt)J$O)&Қ0 _U{r3W(ޚThس''']f. F飯D{P YDux N>HYB!G8@g՛ Jۚb*Q;>"K=PyYt#/'dbivh _@F؂s 9HeŠN T20 xG{Co\ Pfm( qnZp1@K |@ (5N6Ho-*1ѪCtIVh$?J`o#k I 6Wz+^u:hƼ)S!c`u/FH")|୺Lt$v&Y` K{|Eչ OC' ̣sD 8#~bYw<<q!.oEgfAe~0a?T3rUg?Y2C4=3:Y0LCJ*YVp[m+Z8"]v;-Q.F翑%ss X1SѦMCG3cJ jk%6쑤Q 2.>ХjݔeoQ [bߎM󿃁Ohn&oA!.ΑJavȆ ̤{-gїW@A`]kΠ=ٍ7_]$QhÄK: dpܠFtGK7f;R9 xp_3q1XuN\]B17GKtՑ46>3Wf+ǁ&]:ftT>GCQC+MNp6 kĮ7ǢQabjtFgj_0uO j/򽎱Ƭut@2I6qtu[gLIn9L_\t[[*!7Na]:L툥5 Hm[К^),reÃȻK\J7Fܫax"zl-.dy<-š |ab:Wcib)Sә:'ʀts` Ѻမo(0RiZ}ii߇|#z:?pfuDDtliTQo`inm1Vh0D.#D>d|# |]WA![m|\! +%]!@;0G4J}EKoѻM7^ϒhV(iq}^Vwdg rrAu#PҰuD*Gx-G pMj,\F\6>ݬtiwkw!0k,hT(d@ C^sz<@X[}V2H}+SƏP,2.[zͲyqi6ph6[To4kTpQ1_͂bp%LInsz?]R.ҬA ~>[3־Im|nd،.E$,qyD\^I:&Q Ùp>mS 8/ U ;03A~n#cQjZ]S' % HLicmU2~r !_pwDٕg*g `<rwЈBq@B?V<)ܗ0q >VjnOpɅF~ B};:U^*Lװv:kG|J>?. D@u%lbNG+4r9,veWe|;:"ȸdO Lצ᣸GskC(7+;7DiJl(dŴ(^!m@[ z 9>nt D17e@M 6`]uo~~js@bגzN0',\%CflKB0 !bW{AfpݭBu?ϮAg}A{aoHkM pmԠA(<¤4 ~6Zp@ڰ8.AKY]j6x*tu>Ļy-k4eT%Rc2XOS$ lF8Ro+Z\W$l< <%_! g/P}(ox3WX\S7Qا1 #jqola5շmsH\kūM ig>~+ɓ#6;kTa0q%~fK$Y, Rv:S'|܇CPn߸~m|1N(\չA 3ew%$?ش$,BiwB'!2'(oVٰJME#h\ L2y8>)G4zqPy>{Yr*$0^_74lXSf΅.EKmN)3wI)f?gO_ "A%$Wqi^[r}feMZduhYQ'#-ԡ8ն7MQQÅr7[꒫j}5)i/ˈ#B?(*g əzZ2\,79=Y|%kΩ{v{4ʎC°$'0wf' =qdQ bKjfOܭW$9YyuM Lq:KJ ߯^Â60w+j\yӅFY,W@xvcmXE?IXFLT8h{3&2K kDyA@{\Q*@Ɵ__ޖ\.w'zN\ G&!Pr` 3ͰPͧ*^Z'qA~`2>Vi/FES{ dA+`'d%XOh_i."RND2У,ʲ#aomg S$Fk4i|glt_+٫F^QQ7J@7_0tm̕Q#lhh[w[s @jVPjMlWʞGvn`hqGŝ sκ(b d;ێi-jsY'{<6z?bCl/q5 ܵS 2n,{LfHn@Ʃ*hv x"cPX6>nc^Q8XՏ3CP\O$lǖ˵SA8B'I9W3 XZa *!#s`Y׸^ >u 0d 4d=NAPֳ/wW5X kRytTEXDGy2X:%M܂x= ĥgwa ) 4|z5(̑;W@^FX>so&p;82G- >F3=]C/[Q~TRؘvLW!Ғr7%5t0UǦoEεʃ͊C,6`Q-w\)H˫ jWe>|uܘAoh}dEے!|)kIsS|,N)Ҡ׹C&UqN >[Qm_ T9v/Dlw)'0?SKߦ ;q#%RI-Wo{s'=VNZ?[JQ5,]uÅC^ 7#&,nBپCD"kRRԾ~oP5nRr̀ڨ:JxW_ƫA)CjzooJD"h A (E)mx.MDqѿM:+?6xӳ.hC g{\_ <]N+*#p N|zk?A=lf쳍sEٔG+O#y4i"a~S `n/wl:D鏿*#zbh~@k\+.gCXT'ѓy: btʹg(0aזZYB0D[zfܢǑC3lʕEP(/$,v`瞺t2ƟQ/=jJK]yQy{h%QΡrʤU" VbGٯԏT?P NRcZ-z*)%)bJBFWHح|rI'wM(f}j #62nҹ_u!_#8h] RxM!Ĥ6<od\?v@6E?2ɭۚHdsIWn}~ƒ_Vs`HayKB8䙁DNd%sy3 /g:ԝPqP~!n ,噷~I 'lBxSD Fu^) N[6}5 .Yߓ^P,<ߴ 7'#6i71[qبuyGªe@ y8c[{Uthyq[dѥAD "w_!#$MM;n(0|FE=Mr$ǜGՐdWSևY)9O|Z"0ی0vGX1nH쌉h kB1`a1ppIlUdEWD)UOAP ճ&G_-P$<@nbL£o!oE΂Wּ($viZ2&`:otk54{Zҏwoq} n-sn)O=[5Ml^`e:Ι>^"Z4*Ņ%8C 9^B#)*b a(=A(3Kؒ*]Q88C?}n,3KӲ cP+Ľt|4g8SN?$~0WD$uTq G8S!J$#לg;XX|γrJ>.4T¿cZI6Fsu2ڶ{vh?}}3WK?d*sz4d 躥}}5GrKwHC)4&XI fR:OoYe'zXGx>UbmKB0;P \Af Y ̠@D~8=)+T/]"UzHTqP>! M!d늓ل!I_שqefoHr GMj / "˄ ~ҔؙE^k&1H8]dtP죛dyC9I&t>cW|0ƸUsS@Zl^Rz!L YZ