go1.19-doc-1.19.9-150000.1.31.1 >  A dSyp9|`=M:%xz3OmZɺɸ A, é_냕2}/zTw .-˪n@BB0CmI}1}v.؉C#vm 15x$(aPGU9]rw t_Ar,Q7p73&xϳN֟~y%D)SuZbF5ڜ&DCd5Yb5f77703ec5d3c84a3d7bf3f03b5a358806ba1189d66ac57811d4349a970ada8a5aedb4a1e7480d7243bbe9837badbe83f4d0c22dSyp9|iaM[G-@G{" $NJ}L~7QrTƈ6wOԕ&x34^"Kvyaʐ?\5" t'Sn&V.Fmc\@l{ YRUEY&JOLB4XM^ޔRɽ1ɉگ/Yn!Yy@ wu5BeŢeռgc8ҝFGj"pEZ="ϣցCQW8 8%p;<?,d  " 3TXdh    ( , 0@Th7(S8\9:FyGHIXY\]^7bXcdzefluvz(Cgo1.19-doc1.19.9150000.1.31.1Go documentationGo examples and documentation.dSwibs-arm-6ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxaarch64Mhi+qdSwkdSwkdSwkdSwkd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.9-150000.1.31.1.src.rpmgo-docgo1.19-docgo1.19-doc(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.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.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_Updatecpioxz5aarch64-suse-linuxHTML document, UTF-8 Unicode text-Eo4ِ<utf-83db99aa1c0121f1474e241c2a37f3d6f234223296e6e8e00681eb7b936d72d1f?P7zXZ !t/u] crv(vX0mظŹH2]!@dYͺ %Z֟Wb|;.BÇ%hA3kaQ]r٠n]KGX Ƽqo(QY]ߠ3( {G*/& 5dV.JBu]^sIũyFejekPi 9{9BW#&Bx*m%* ~e{̡: hM7!.{+}Tr~-XZفz[4Zdµ 5 -"$Q:4X]o7Du0i1<" E ߕKmOG\Ǘq5_-,gt]ѫCBW{V+.6w|39]]d{sʃ.P.=8#a }z2KЍ%lYQC<ڬx)J?B³wbF,,hN/p %PN_eDnHgUN-0WU$ RHyת wr)}V1H$y a]iR{%I-ݗ.LIbQu]gh\Zf%3#H̽f P5-yHYᇾJuj8[&.dÄT(NkA#Ԏa;)+,8wm5W2?a/vɪB) 3S?r^PuA'%?yiʙY^I9%Qd]4ʆYr"?KDvA˽1h}.O&y?,^"KK8u [-L>J`Ж- ˌnn(s}OI(PO^`̎t63yU@*n ;$l04?Fݹl1Ln{hπT:]5<M"P^_?2 5Y^Œ -* ve41Y]i?}XeOrltXaN2@x9?_\)G35&nedp:Graɣ׈)9u{c,G0wcAE|UlM˸v.\Ralb>r:jO.|/MCvE<"*p%$d=yk;։_d6"9ۮRS|G)|ętqrݱh-pkHV)i)i67ڒI#oX~Gl,*[/lXp!1u gEX".&/I6hBx'zSZaS9>*eV- `{^2vvMZȓ[P(:DY 4>UZ>WF푰R'*ٜwK 6 9FS촫; ݛ-VG*/9LsᮑrOO"Toh+z5O*8}^ I/DD ';$7n-BmEBvb8N[Vݨ+4Vi[JHwOKB,=/*rJRRHkV@s3`QZRO zHF,m#7c-N=sqJU:2R.e#tV}z(2Y q LC ڧbRgUnk4.B:hBG{8A*q `q=wB/HBtsY[iMu gO`I5#~"UM SiD/%zfNǙA([~穤[kxU?-BdglE7HbxiuY 6R|Qf.:Wx<{  2ѪNw @/ٺ嘃Ptނy`sy gm 3u/.#ߴIix0}0I԰q V rU(B7]Ze mNu[*'jEO8p~|r;U^+%жʣ:z::"vg\-9#fэB8$" .Za"J׆8eVHʌ1;6My1,mn|%tn&^.CSeఔOýឰ0Y 7-oEA '|x͌B:ԍx:jW$Vp&2˜l6Q+]{x^7Is  :(ֻn[-pLF6]GΔUtWY$z7ԄjN y1r#ZcJoWP-C[O,݈MD4XAVGr=RZz]9SY<5b;]Vm#Ǽ& Aߴ*Օ& 7]Jm3T4j!.uXIQM(#{TK&$Z1^rU>eWP%'O3 $~1mSÂGqrOL$SCc^*P\t넷xJ^xWh7]B}.ntB0'F.Ac`cqzᛀeLݳrQu!޸ҕ߂c*ٓMNlȚ_LLl1a~6̴(-f|2&gLU[*$^G-LJ_,{t%9 FA}U \ j('6Psū8Ͱ0RTB2eڬqsHB`&skdp( Gi,N^bNGۀ//>J~a:1Eg]?$6JG_]yLorfi1Rr1VNL@U!dEt8W^2kn?/gHA7fN#`j-&k6Q]xz]jhTE# A?"fwh`4XAL@!8#@ͨH4lv|׊t?%ZۂnDy֥mgoG욗&O;L5{8o3 X4_nE|3R'fpk`37 H4bs3)Xp 8YCPቒa=Jk1 N{4ŻP+o4cte(,Id5ҡ"h <,OS?1k! =XzY|5v?OehV#C29 St֬!_zu{n+ZK *Z[3XH54Nm3_!pȏb\cxᐾ @?bٺ~F%r[B%\}%YjEr"WF6NΞ<՗m^^dɵh!2 ѿK 9H#aЬ=h>E 7 뻤4LVbMP,jm]:O;iʷNe0 ks !`!Gu2\QSec`h?uQ?b>-T·%b7ʷ0lxJPS"ܖ_YROZgv[P5jRI[6Z)X@dMթKvr85=+, T >H#:%98%?OWSjdgڠfJY|3(#Mʙ6Y|e+,5ؠx?FJ sLʀj{A\t?Ɖ[fuJ([ o8=/S\YԞ;mWS"eL'Zl AqHؿ7/$nC@)Wk<003=63dPX}5oU%&Pz :Z\ܜ4 3e%Õcv8Qc0'Z) ?f*?Y<×RJLI&er T#^֏IEGsΘSO%wd"Yy>v\K |{~~>_u$+$Gѕ0a)4GkVxF> 2ke2}%J#L w j۝/CKO[k]{"IB۪tE߫憺y g,FTJn=].!אfʜbnf0IOpqX@mlnI13l-.s_~,F琝62w;Fz?]`5JY&|^M!7=gټObuU\: `M21ZL+2Rt1I١vCK?H"o*^4Us oQ zI-㶌󻓛=G|.9XAYb\҂je'QI^łPBO ޯ"+g)$klra#,A"Bp GuYr 1kB/)Il.Ռ 54]'{%OpvMpSo|P ˗qMeDF1,'5YWn|y '?a yW<[Y?ET|pEdK9TGm#&{,# n%LZm21e)(M$PYG,3tsMpNW|f>\7Y}J`/BsDHWHiφD: X'`t0 :Ixfg#|Q>}c5^%ys4HF׾s -S5|Ak-a?A5xHd~Lz~N?3̫z%-u0]8AG~f9>:2*W6zՊZҌqlw= ,:جԷqM"ċ f>/kn>ݗj <K2<+w^b2).Ӓo =1A0BMF\#?5| ,ĩ; ]ao]˅0+V/Tȃf2&{4 XԜ#z6qNy[GaF3Fz 3j!w|7>a6^"&m`vYM]B7=mn7hތ"E-uͧA>|A*ؑuPp֚)Cl&}%^5̪.ʪ V1a0w:Wv\L܏+F 3Z0nj1YϘXsZ b+3kfgw9ęAsH`/p9kɊ>.qo|{bJH(CDԺyضn5}J?1._꜅[>kLp=^}OI\wpkEAҖqnǯ?nᇖ0/I5+1F®;߷-T,cA :68mgW,yq-!ONKpogMx /#g'&&uNm:J GbZa_\ւ] nc֣EEsv%{qmY1cL2vGZ;\9'ɸ[ə)L# ܕO"h(Y.#]KQկ:Ήӫ[BI@ rmҡhq5;esj}!1]6+s!nuC>ʮ4[&j p"vjo[DY688ڀZ4Vj)$%) "f r|dUf 2*f?((Xq_$ՉF,12ʴ{( W?بw:>6eJ8.Q.P<]f8^tXE(d~FߗK2uDaFu@h縭ܾIQ%[0Z1HA: LFF3\+!y"aW;Vf,JEZW/h7 ŜbBVX^574zmQ]ih#I8-cW'q/@Snf)w&=S$04O)0O0IK Fŝ@rX(y2ᱴ|v=^u8q׹Z,@e5>=;wa~ATK T/:% J7kUg`y û3PR/S}t.f)$к$;O=e9٪sO՚kpKIJhb ai%EKn3K ͬwM" Y!ifA(qT4v(cJEhu\*W%r@a8@+d/XelC6ᨸѾі(0":UofCOr*Cge!`:o;E7Y@V0fzv,E{0J + .4hUs{ >;'D{Z{ [!!mvHE<+_,QBv DߜN[vœ4i7羖;-ZuzHj2H* MdU15Q9V/LUN!)Yڝ+`W:wߝ^BHk[ާ%[h塣*gVNu) `c&Ήn%9\6xh/XoV [NUgKHވ-y㑜'Pbcg85TTыl5+̎P\)%ʜwۨx&&ovƖ*ɕlI??,̓lϺ|cSY6EӇ(.<%r9}ԍtPUD 5lDŽn+F(]^/ ɳ_U?Ge.w7uA" XРtp`sIKAjݔ`A)YME $3r ճYdXR ge=L,w:W +9NgZzB: QzJOY)(5,p9v Av\9[܏&K"PoF/ύ"bb5֊$U4q2-u/-kP)H Z+3m4֥٠| %N˝88 :h6̔wIvH9<qW![Uqfslk߉IIX}Rx`:38g°FRWm?0bJ7Z,#߶tKIo6{ԍ3^GOhB൰+kM춺$^*]Ѳ: H$_rdM(J?|.L0D ?,bJwC_G(+k}0x.ѱ}ށʦG=+C)_.iO ^_YC tlQ^_V`qgh 1V\,0W Q9ڗn6HF\Ϯh!GS]nE(!>ǐSy!_@?I%\̏c[&uF_^ o6XW%ڝhXݨ\h ):C\?C{9)8(4N1eQzқ'I`U\socv֬pvARz89bCPxv@'v wWxD`Qs*')J蝏mh8-Jpj ٪,7*iߗg _Uct(Bᜋx`eSs3o'lI}TIj]ZFغF"p?W6F~zk\̭iZ;locc(Y>%8A*z,jBs12Y㕆 ovnKxkXud4A³MEq*L7at'ZUSBcK18v-?EB߽g0mYqکK)L_sDqUB܎(<㙝tb{5?:PU>I4\D3l &i8ыݳdzZNAҋ{b? d ¿6,_^ÎӁ5oL{Rfoխm (1ّȵNXE#mcWٷb&JC3T0JQ&72x2QH' 'aX`A=_W?rUF#hGpojP=MJ{\)#M`rĈ갈MV/vr89V1=3R4ݿŭ^w@PqStaHċCW {i@ *$7VO^l~zRTK׌>G <\NzFhY\'ʧ"LSu ѮB8Fy# lNm5)CLuKb{=*:ͳy$D;(*:H"?l =/ 6{72<5D'!LPinː3ePZӐRwc:q n.8D,upXV rD9N8cޒm㎜9;' vj?]C:^gOZ;T2?~eo_Q%ìg+Z(6fEYZ]a? C|v 8?^S>@]-٭H_gu:{ 3Fy Úւ"/yW+Huɛ;K-΋~Te3t0Ngemr-P; =}['n7%s40IJ1ƔD)Ue֓TjGݩ!0EuG']pcUa$YDMr.NA8usYwXu\r][낯 \-_0cu+lշmo /(m{}Ht&6M:@( Cw\"/ [>DO"HhQ'y*5#;8mwAP0EP˳Z7 @k񜓠s2@+epO\$5w贶m1y*.[mY y[/ߺ(ُk\_@Q,.2Wx17 \派5լ-(Ļ̰=}t<>S_?3Y|.e#b 4-p<>7>؅ѵhƻ?]οL#MɧG{b[\*ΜB2>\@F؁+pG3&J ΀Q Fi G*. PCvb~ A[vh548\\B{ZkǤ3 oG~Mk9lE { k+]&ҚVY:e a( Vbm*醢[֚M5sSr3ֲI\62ܤ46Pr@䀘*+S#m[fR]/)mSݏ/εI4sңQ [#>.n-VCZ͔xQ:#wѹmEΪ!\\~k]=Ҷ4 Mâh;=MFqMaUy?ei!-|vKPW?* cn\L0"WŜH_2;lfK"ه8+eB}EzX2AGB!t =T,rBzPcQmlY']hRwȓJȘ/L?-#^?D.8FSc:UD*&fҴ+|J0wjW7]rJS <؋:i\8ZNs)ϫp^>ぱqDT@ NPiÃfںE-e唆B#2́U]nOyI >Bά>3+~zM(^ŜlV"/n ȾVfN$nQԊOBw:Aq-`XyK.v9;1TyŚ 7?8U偟˻Tbە#J uəx6 P TJSTؚB>F=)|ruZfz? 6CIWbo7Ję/"\ģ٫$!Nax\AsQZ(;;4?Rbu9̴ѱ!g*l8FJnng qP'ZZB=0\.—0QSv Y|Ӄ+ŹQ_lݺ}-1!m3G!גIr0BxSuB`IWEe(5pÈRYnjO)(~EOڕlf}:tdtzo5/L>kGXϷIoK9K_p(z]̖]MF;zV5vVxqh#r-B+t L8ԯy 6~EQ 3R9@i\)!m 7z ,naڿw={@9"!,DeP]Q(L Ŷ% qݬzth𾅅_(7p]+B_Oa^.9zb$⒅]ié Jjlig$M!JnHY47_kOjh4T~̃$oOn;H@2vc? ᗳ"\ 8/Fn@7J-,,Zw6s×7c|9~\,Ua|3.AǨHl% )4w :.hZ-½ 3"~oboFf.,k=p򙒪:pܚ2|0tOlJQK% GL[sZ08Wo|f*b&ẐI`\ pjR1Yb{N _,mЙKVuc'>hh0mRh>slYgJ%dy^.9/#AJfdRU-stOkfdk'np⬊$_LOPMC,Ø5>7V FqAFvhiuGp֭REt~{R[pgħbϚsGUbÛ#NZw1IWwzakg$su{(T Yl鲍x ykuD<8e'C>(17XtcYARK 6[%ϒq&JsGغN³99 M1Ce'º6&/8 N;!.k PTDm;3h>Ţ_ԇqn$g ^q/L p.[ I<~G -~a3 ƞ&a [}Fs%z4[;TӲn+Jn$33&7^~b.ɐGnȉ+-"N3)~#y +,p"$Bn1|BO+;!Rr[#)1$(0m[>L7K.ф #`몍ONUҁחm:,xh5P1NWN?px8F7T֢M"ߣy<*|ꙸk m곘i6=70t;[E$X(UfV=\3atẄ́U^yȽȈTFJP|>ifo[%;) OHv.󿾸rH7L?0 `E0JOOI;xU7kP ϥ'JDY$Lڠ_/zC\V9zQ"c?ȅͶh)Fd*; oB֣ӤHm~N\;U*?FK7y>:1w0E~sa&ٷV@z!փ>̓P˶%ia uz{GW}lGT9[%7[Vd4J CyqwJi  l*3g6% ޣTh{{y5H Kedmg_҆X1ǖ|gpÍ^K=*+U& Auԓv:S92Vߖk#=lWOSz0({a9$}Y=allK yfU:oS<-+w haES1jL{fTqc繁wzI׉om hVű]qdTZkϲ8/S.ܥAbyz ߞU?jsg\f"b[f8e1$-=zY/.W.!3Cu`IشiWݤM sOV?r뤤Hh ~RMSDLy4ws#] aS<655nd; !Q9j}@+ZTɦ `C7b ZL{}K( ;9'"b@G"gF4Oŧ+؏yk_6lU^iy@O{2pͻi"*A6D/8*U&?ܼuexV$?.8q8?QU=rNd)h뾻E',TZfC'[OTy7^cl, {1"BN Q}vܞz(`M9C~toG'k2ӱWA/[|sC,nqtzr Ysb2[Vc$<Èy)7%i_Pgy\o3PAwVw#C ͜8 Bok A0Q_9䯧g*b .n3lPP(t(yztb1K_f#q>Hfe . 5ڢVC=mԀFZ졔N‹E,<ÙCDm#vV2Ȏt$a8Ƶ9?HT+_5ܵ:@-7 iI92}$Yjj%jT"(nhbNp0'gۈ gTr.^S4P]F"):By0W $ KvLx>lP #s8׊P(G&3;l@?ֻ&wH9lĖuX+QumN1ޒpItE0]dKk`7׉Q\;ښb쎶.2@I+ZO~E/Sx<|~$p`7,pB-$ѩΪ4f ӂxl~, _ao+u jI匙k$ < * vVt79>=M0t@++քG<ǯMbz%+话%?U4`BuCsE[ WYw]NwQejSѥH,&,SsXU=y# *z!rJaT`\cP⺜1JE039<E('ckt?@Z<7q}̝ -;"(e}a2vH2MO#W$A ʓӳթ8oy)|;JG BMPQe%%MؔYNwX3 H}f9'CmLi9/&%s5bM\3_Yp椯]* ;Wݰrf6ͼ]7觗Dc6.j-c|w/kr^;U+羯WbOX^肗Ţ{fAl2ЫcpW0i4{9aD}_VqH!6dTT_.B{6msuWBGƲMA盃b. 2_s'v^hq{sG°ӴWW竓*!~S4Q]|$}v ܼ?gNCT 0R78\lUZa#s'8E+K0BZF;jWC XHh]y[0@8s@I:_lYnOe`` {z@W;{?U2T {+fG*٬}-vNn:͎jvkf9~QΙ-5C5dRRZd"w!3 %<2_N5R7KÙr( jz 𔵔-$eE[,Û&W,ߧn-(4+:9Hb"ELȻV6ԛT;;:0/`($u'*Fq@Efoɑ\W9m:cȞj7X+CP^Kƌ[XeBYx69 M2xQ  iLdB!gk6fR=-fZ9n +L(_ɟɧ]hrz1L*bZ+q) 17,Nɕy-%Ys?Ge338 ,פtޛޫlyJ7k9WPf5fC)Q|i :MV9,wF㚎Sۭ<8ԗʍXol\bkilBJHK+V9fǖsb)u|o{"`V!?XٳET8=׳BmmHY?N$<@ty>ԋùVU*QAAhˑ ޶H5)O@-}폣Sk[/`-E[5ft^龎MyhZAs=Le}ѮyzGk?:0t ԭt~/x+Jxu+F;Dg<@jҀ6!@;Po\&LѾ=z,!-#q N`O`$*BMIr=#^&]ЎCzi$hWapB84p;dhԃp|JD-Bi촜-ka{Erɸj?^ W54nby~U:W$D vP٘9ؤ Ausm`Ky%N BNpw~͌-!Dwe|)r`S/,vpB ˗^DK z}멶(o=U- ba5+Sgu-"R2k|fcEw\!%^ɵZgfe+6#T (Lb0m _e7+ 0]}pFXѰZN{~],9\R'!:w9)tIaD`>Ŵ^QɄSgڠH`=uXh,8N )<*F}n$NMLBD z"./gjXɫ]EAuX'CjTTL$A^$yiJ׍{Tj`#j)|6 @'՝d>C7uʷ~A闦Sd -ES*>[1RM\؋#⡏:G};=E |%ء4(0KU'|5 Ϣ} /c14kd\]9Ӏr`}7BV̝5PK}ߐK Ծ mdWWʡW1/OU-HLX?ϻvRC4X0ߪaC^Ywk쾵I[Qgˎ"Tu~̫^yVt@pwmJy~xZ" -^m'bt;Է8fRt,5͆nYeeQO.s\~=Z[:+[Wά ͫj\qS {;}Z =lMd+w彨۞vӍƗEHuiQEWz}8!sQ:eժdSNw(bf@Q7G#( )Zy)dZAf&KϒfzY":Me=@I>[PK˃vdBpqb@q_~,s3%LhrnB\*aQ+\r}Yg{؍"ݘa%&GCfn yYe+Y?:ODB^ҌL?"Rde% :+e t>LJC;qJc 4'DH3:i֒;aܟ ޿e=RG3D¢NzA&XCO"Jb2jbٻQ~X;W!녡-x͚PAlKKENw`xXǑX[a`z^µq>$YlW׾}岯J?A%XՕVdʣa+3FwnILpR':RVn>sT>Rj&:+ޟUvrXDžDkR"׍cu U Q{+! }W Bgtkͬ5,Fʰ* V+g.RB<}.Dz11$J(žHP@s3Q]MvQӼ'GW:[b ᨢC_bmILˉw [G!{ԺEwҼOOf(o?-442Y6 \j2G}-AڨVHA}3> W#%k mp F忑ա&LY.J 7w$ǰ3ٙ,-g?aw93YS|5R(w|ҫnt}I_+ : whO-9ɲ/P}`n:tcmmxϵB!_ >!e\=I^*LF>j2#KQbWT`l՝ ..`сG ]k,T|T|r5wUInb(mQ0J n4QaNVWl k M=du "T- CDnPgXDIk@4Y<܋bFx!>#KOy۔K|s[4UlYh%:՜{MgQ@szE7"Ɂͩrn[|=vmG%A >|hf@RԸcZˆ2Nw#Q)JhJ%Dv]!:CY{Ybډs{ڄsUclc$dDK#z7Ã}bc/7ir X!~(fO2(?)MA [s"6+5p4呗y:^䨐6mQ+\3vI:/aQ`Qܓ,FnIL:YؠGbQ{e:H:DS JOzttꊁ3(OJiE t[=( [e uϸ\}禟/e3 Y՗tyx{w8n9qOwo% 2e2C"?ݦ?IaTJM>o :_UiMD6}3ee3>IvLH~_Kʅ C',Cc5k& E.LF5> H}8AV}({@G4<ǃz/?C(u ;j#!Nvg,eH8Daư3- Z`JT~$m(/2l oO."\4|25}jOJ!z<@M yI$A둖x|ᓸUA~"TFGa [j/R{R]V @oԗ¢j+  mv`ky[= N ޢ?p><^raeB Ob9Xʖڍàux%Z1R~%܎&Fr&x?n c;M$6͏Tqof )}+>d2TvrG0xY z3{;Bv&rXZXU}tiWvM)NBs+|1lZ"7r]gϋVZ+Ce0O} "(O Vs*MpS^[Х,D'Xg6]w&{CA7!tDō{:ʴ_])R>{8 \:V0>27^fp^ |ӻǯl@Ԣ6Ϋ}nz'w)ˆAF*BO_Q*9E]:/Abx[H~w ?P>hc!S\]cp}u+&z|K,qo9ס]M.g6J+D  ؽMmJ^ZJdkD]NI@Ɏ9ctȊzak_Tz$?!O)D K줬P dt& H-QziZ4N5:QAĤSQfU QPO2Z@]#H-٨c6-4 ص;"q~ܨBFD5NN\Z! 'r m]^ %Ufh3ǝUx~f %)~ *lByc)@fhX& :(2G`!ߔcDq9/ЫZc굽tPO,Sh&hEh ^13-f%D&%ahk\^E?5["\9߷ X3xg;ϋ̜yH?pL]& lI} z"`0t$Ekd҂ǀ^￞"e%2j׀ B3g{].lxig[ )l,sR457w*`0Gb\ ih%<G ݯA:U# RB0r,mClϨ}Y:Y\Kszz I5u04d*n2*Ab'AS>@ {nsj4'oauFijc(,?/ElVաq8^8~IR=l<ܺR{?;jd/:;cb&$Ԇ]'VDⱩg[V'@ 7JXA!)zg~MRH`؄ ^X@]9 ^*QUM*5D3a%lӇF1G 4jCf''=xBQToU&EW<ԖUP-qT%[6.xӤmKf`WUZk0hhןRqYZLYH `9x8%z $i j|!>gJJ?Q}@"vϜ|rA:[aܸ<=|2P]ؒNB1@<;?䵚*f*ji87f[[bI|F>b91,Zϯ0{#oZ5]^EHwr- - ~YY/IMҊpʗ]E^=;{'[ǀC%>ytaXt6`N6pV[#`GU#^f{.cO&;fe1Wڜ񱜋~M1I Nq@BepQ8`Nmix>۟Z qWZ"Pec=Բ*dSAOK-՝徉4tpçRſV`b>\[!j+A kɨChԇ!̄^݊6l !@x!ގSfɤ d'yTJbkWp3ե{A8r8pS* ̰^'_nj\+lQP~ՙ|TJs15]'Rm\{R;'jKJ~Uش@zF< t5B0ۦC֜،nSH;u2SP;SC"k3Y, 8u4 胖SbtyIܵjU^ͤ+hiIZ8rJЛ~NQiE$os5ja aa:q},/C㿣#Td)V0PdơZ@I~ F9 z>VuE70VK{=|5(}/{r^LVxkrQφ$8Hhi^ ʜ$2#qY=  6{QScT-)ut!qCnEF LSޞ0 ضʃjbMݓ S'e7lnmpfJvUk|êKA50` g`ha?8UJL[SvfGxMZp'҈U}#31$h?EݖsИ#Yʋ9TY6ܭlTL7LO2w( iYzpź zp==VXM&D:ׇU&γe@.o6WM 'шL/I],Jb#i~b)<$f|M~`V!}JvaTGPHA~c6\NXUuAȾ ^yjI[0|]Kf@Cַ-< ;H6qnƙFqXUIMq:_90/QQb~%^ v97g@ f2:̀(k{"(jx) ݩӨtd<)~Au 3uWxo+9?'XUE8&YÒ"qiRn%ZfEE4nUaRs_H1v>J|g՛MF)c^qbXCMF05k35,}w ,ޗn鲒mmo[S=Z!ϓ\ޛyi9Զ/6_b9Y_|өRPl:lѨH5ԡqڍ3lbpTf:-8?}-Bc R/rWb|#T- Lk&Weh ,>LB0;Xdt1)1,K!قr4"*֧:P쉎fDو~ḱeQ&"mۺ0C/"$C8Dl%x6&p^tK(x4tFC;]Ʋ"7# yf~"fcq_x2"<@"U}a DmI`<'>x)؛@0|eͺQtS*湅EaE.éRC9MbL` 4jl+x_0.^rBI˻2X  Ɣp졭#H뢺&'FB$Љ`V$^ce ԫپStT$C -N0=^7?&7Ahch9)mTr$' ~V뛫-0`rHGoZej}Ӓp+BRp'2ΛN,з̗htpialpv"j@ Rwv#ZB/Ƒg^K4u(bBi˵ k[.nzb%=Uk|FkQpnԠao6Pљ##>.yOKϓ$0KHh@, nF^B+'0dW[Auꌶګ}<Ԛq\њg}n7^dBN60rw7 :Rj}} '&ҵv!BgU#K"W,_(ǦPST>*ʎAk 6\8D#Yc4uI*hiʠ+nΞ2"bMi;M"xOM m?m{*& q>C~ l h 6)|QtI]`|Y8RiFӻKx=myP6cZ!~0i:H Ng ~EN[P~9Z:VrovFM wlUͶ~IDǒ(m u&5 EߒjěcOF4jGȖ'!}&`u*5ī/)1T2x{!ЭlR]ɠH@rJ/lAa"|7i*Ea*DAYDBxbX\!r7PH^vE5 y5sa2^@[aLD11e]CDo/" ɛ̊f,5t.Ρ]3/oU4P h!,#,>`A۽ԒlS??|\*U`X}cIf%%X5%@x!OVۙ*fЉXB5h_^T@^k*uwۭ5 7Θ^خ&`*L7W]˰ EYd= :طP tۄaPX}^4mxI K \ArD^ |EF"H*'jȃn{y}Akа%[`s6XݴrWYSslnOmvF'e-<BrŮaYh5v@BI{1{yB>2UֆBYF_f_`@ꌧsQ8!?bPu#jpsmv[B@Nv\UUuzQqqGB4ĤGaCzIi]B*׳Je_sP0[fvp.LlY37rr>҃v2I39"qZwG,kRD1]ς;'/ CQiӮ1xeϞS#e*sG B@1mci[a"( 4_&yCϙ$Ά*qOUxzC%fg4"] cf( DA0'}ׅ$%[mDrK*aaw^ͽV8׌Mu@6Ⱥ*ye8:V`~dLN{a/T}lYF̆‰ؙs5,D2etRB\Tp.b|mANN7ZF><,\hCP눬Or4Q^ߖ--rU/X?5s }Gݏ?0mpymj_vX & ˗<tQBq֕}"x&7fbo1Ց jH[P(#~ZiKNF{۩3Ӌd9`<]CSRD6τ8>"GSuh Vu qTbM(6Jp ?+eyvAguA> z`>)1"撬%C/hpUQ, !Hxi;%i?-SŦoPѣm0ڿӌZǤY᮰83ᖃUbX`"KY<.ŤzYy\tXq!pA+=2L6[?Nts >)DnƼLǀ/F@ mMP5S%.$'k@y)PO+Ӏ'ptNph|P[1Eʟ1f7^?lk)C>RaPIE%hsn~!$Fs6f=xFRm#tl$prW*c>f,-dZW|!0QLv_3$kMZՄ{kR%3cg:;鸇bepTe0ܽ c`sMަY|zmt}+=q范[:Qq.]zinƩG5Θ>k9(5(Wɛc4o.]\ݒi.P#1Es?7m±"Lq\ut1>Ķ݂SMOI[iKFƟhamɖ'|nDF!q1/91@5DM#RH,A1ސŤlZOpnͥ/=LǺH*wQ1 .)I zLMN6} OѨ؈aVb [wHڅ%j;+xS V /;/roKd~X֠l'rQw4v!1zLH qP3 5Y?sӋlXRYg  T:|8jI]y{)i9$ vv u&aM"AUwξ5JvOjݺY[ikB 'ԿtP(khrZ4C'&8Lgi!{/0}Fc~ Xr\̣<5Pb=Е nh)X4q 9 B~&$/w\pOڊCI2s:fAcn/R77J%y4}!d11݅u+wh!>6d+7Lw0033/]/\ӜC`.@Z/NK@|GDꜽM/$UN;=V|--^>1)O{u~N|S eF-*OBլ+JsS^$F!1ӌGXV]d#G3Ǹp9U>S2'ر4 qNꈃNGZƾ ߴ-j 7ѩiZ2Z"yI %]}~=rAsl CL4RX|]*^Ko]P(A{O_V:6&|C1Ude/z+~B)^Mto{CKK|[wnީF0"YWZ,dU$2B%,|–bk!=;O3Y)#4 YB\^u`j(]_vxa|y/:mݚ$YۖEr}]g|쬸qUE7o$8*Gcz'|U- -oݏn; aw<~$lo~̅ofEu?d6] l{꽛` 򾋣uoo }5*~/2 v4te_ ̖($7:ZD%δ!RT83ېDRJjDr+˲%Q.!Z֪yH;4&ąe6K-1pgx8n1UzRNmOr~(J- ٶV A2cBqJ3GnkV7Ҫy¡Py@"?;mk<D%,8BxBiV>& yehOD>D?2'1l ٴԦ F;Vx@5Ҭu ڍuxǨdt%(Y#thc4]2\\0ߞ~և(;[4XP(NxfE; ,hsٛ@O)d3 ht& MK.5Ԣv"4gd\wg/'0D.3)\ɉjg;'pK"˼ l3Y傶 JD1aV_ֳ`; Mmps3ȦO ))uYׯ[$ axծ9$YZ[},5Jiz-Wp(%TfO 3DᄽHܾ˖}xa =5dҊI,gL6kh%ѯ{MeXt~֨*nZKy; Ϝ3/CCճ:ට!CB,n 45B~3'Ԅ4b/:XN઺iM(ԻU-9I4ˆX @QO[6il[HϑQ&FIUDᚙ5>Af]3VI]wFـJF|qkouKJ%j~n4,'R|M= MfBP'5,4~Φ= rU2BTR_A'f8ͼ%(-M@osVEs& ?G #vmsv*ą"lPDpS=T ql>wk.D֤J>_㝐n,M :͛7+ XZvrغ@yh&0 0ӚѱGŞXQDx>%qxC;Q0)-UM!ÜK0p.W~0{)Ez{{}v<N,~pO#Ex&1c+T,=x ]//Xy<0µñ&k`ׁ6Om++FE=/l{^B=^)B k}_*J::,fwRϛhy^q, i ]8b7ߖΥ5[B yxFAdSE7P$fq~Ґ/Au`>~)w;u'\0{x/Jt;˞\ ne$'T[>zc2uz30b)8ļOE$$M @RtnWujQ-G3M/|P so0FM=;qF(B]=Leu!Di)%[?п6CT]v馩7 %FjOZ5F;.)Jai0U"L yo \C[BXI.`'8е| Rz4ȮH?2m4 *r?) d}Q!j!53JUQnviӍW{6dܰ?8 \dZ `a )ɷ}=n37\'nqoɊ=˴έByJ20՜qUƢ \F%4o?5w96-36#x$r{o.ߌfJ|mlK #`ʳȍ+ybeG]pz?dKZշu7eMގcg̎ &CR$ݐJ-npDTvXи@NI.ovM+v-*QWSJQVNx KȨ;$FP񲣖C m><|z=O+8kQʺ;K&TeդLeݺl+e;S@uPrךd M=V̓:?o29Ь[~fxd l/P끬뱨͒4n1PۡTBg[[+g?h]iww־S\,RZc8/N}DG@'gw輸NV*XPӔrSF >"?~ft3w)cYZ2e`` A{8#[/"'(]4vv1kkpk]8ѕ\/$q1k y<ǻzP}r9ڒ0@ .0󥪚?k] 1ayR,$r;*e*$y8] }[=C^s6g 8<*_d;*9˹PQcQq+S*Wa$I݂jCUą$TM*%)_GL[t "<1̋4,u#AV؟o )y̐?TԄq'O%++5|&Dl>-XH-G g " 37h -o- XPJkf ? ;I -rW0`o2jFYӂNIeB`o;!)Lud|-mnPz ۪k$: $(5F3ɮy Pu9Vlύ'{bV >R6)bC g clؐt뙫 ΔZ^ =/KK@芎\VBZO\h#$c?d;F2o@Oj(=="NPW)Wޖ=^a 8݄m\UB/LdD ^cnf<:HE326Ri@T/%RQp!dm )Its#bXÇp?rǘU'!KeLYx0 PkmQb*+s-1rCX MK#Ibǭеņ< ?l.؊Ѵt/g7׾h1`,TTJӥh* }Ҵ&^\)`{kxwػ8ADw2[`JEZ5\46a4[yfSԻjsĕ>x'ؾ 2pHn{$Y\*IJcj=D+= P"WGd(%9,Jԯ7^T)t^>-ϧw,=zj6;֒i?4eͪ )(HiǮCP<{q\DN)^:4>7j,g߷ʟn+7k=4Xƭx(dG@)'|g}d()W;4Ӭ} q+mcW`|WaD|1S6),sâ~p ԙaI [4(:71bO}Bc?N$ċ`$+B癝W_͞</g o)"F+"D"@!UHZ .<Ήy*#Uu+!7Eg..N''ѯ8ؿi%DT47-X72#]; C_@2??XZhװ?ٻ1|e_Gi͂;e0د d0UMLDZŐGݔˁ%"nE cWE@vǜurXߓEዟqn9juu9ni\V[{rݾ>ET1%@`ξ>g7 RD\D[aKZ5b9;Ovu3o _sg:%mO*j#>du_mu8 0 gDk61a)̫)N%_#1eJ{C5 tLa}}&B 5*\UĹ3Eg\Al__ԷSڃLylMAz[d:PUt-Y+ Y"^i4S C7AO+t#^-D-rvs$jjYm\, aMw> 5r*Sk("yRKQW>,)}#҅[S`NJ` sMHW^6JT90Je Q)pZ+f{4n/1&ęvu4;o$c׹V!K¯4?6EPjtVzUWRRvyEu ,\A{Nh}8ʿıbvvSai<}Vr!}F1+n*B{Y<)^MpJ$ e-n>jTsCg)Ma*ܣeyWP&6l9*Pv2jImVw-Y[ 1[~sV7+% &M%E%O?=frt~4tĚ.S7_:rE' x=:aUo-/搻W n bѾ (K*H!%я@ŦGZ3xFu:hjIHD&) 7h',2mZ@q=B<4sW/+Zs.YIu-ʉz[xآ{]sU2i'mLA;akF¢-BK MP`ɕJjs+Pto9ĞX獄e֫1t{6yjU?L52g$Gs #3F+[s-CYcz@-+Z#$Z)0U61-dSOUUitwDB&2i R*l%n=yBuL¨?xR$]nf {eEX+0'!K.G'"qǁսu(Ƞa4@rSy# | w ,I 땐mCE0O49uR0bhd3_^UPe oH]A zb`5".dA>-Mʫ8k_O~ny-Ip7 @d 1ݓοS6 n;ym2 UvfR[Dg;i{HX)U[)?)9g:1> ƘL^Wzޘ:VbPK`h~Zfm7m,s!^PXڧBL#R[~B\/t}R#waAcKH`xK+^M۴E-%" 'm`xssmbӪj/1 ] Zzz;IߨW[5cAi.-нgtBDH0iN"R PL"AWJ36L:cݭQL3 (=4ؽj *tiH`H<Uۻn.HkoWqd wgjXtz!tvב"f0"x,>돆[JP*÷,?1Иހ@jQq uV;]֖n!/P'KBdF]dTX L$f}M2ýmD,"U90(zc 㔠AP[w =p tj 5k ]s/Z'IehgZވfɛs48m} '3a)?bi3gdlp$鹺]jw p!c_BȻsщ!)\-"ZoΤz< ^ `U3-辁tkU 4E$Α[5+>7# 󾹫"ڤ.bs]~SǮ Hp]Akf&{A!%~:C@CܔF@xy8) , FrODZ]>2WfzyXhVJe%ރn+|f7Evȳqu#hڰI>ꨧbɉ;{ O@b4'@sC&<160_F_4`㤹.T'f`F9Ern[E44:\K왍wlΫUL!y+eqBLGvׄ>c7>9]\2:`ߛzU5SCό^ζ6EI OLITL{q1"A\uCVEaf3٪( Sˋ{JI #Xs>VдS3gEkj|8{i[>}(reQ"-=5Hb|T@)5sV+a\޲ (a5ωl{d?DzX-* h)*v!7&`cp#tC{p9i5PyۛYΔVW4HqrSRDj M<<<LC.R@ H =ih:ryc9 N~ΞWZTHl5'B:> xvc?䬊"]۰OZiCmj3 aQV`15 ;rfP|= >ޚrF'"LۜbTrˤ=>7g|#Qೣb%Vƹ95yg^;.C[WۜQ.UGk=j1mg1Ed[ DJoB)L={b\,w>sivdrck[iwg)Y x Cs0V6NR^8$})3K32Le(qȵIF%+L 56dh>yG`5D-T%}rcLZߛ˄OW0RCV+@.] bt<8veI'#+tN&gTG@efZ1eCP0NGOĿca% P{kha*ȵSC~x4z=Xwtg;]ͨ4>or0˜HT/0@ǰL<)Gc 0AŔph`E=;|+#jE;QMܑvY>$Q&Ag5̔wS dg~U+uvܾk<]a[g pѴq;Be6UI.I^u9&,FNЩ&Ai( TK72iY+1!}WA7ϋԒ]~­[-P}H6PbMLqQvl^r5EQ:q Ămd:6o^5fMtYK5[ľ⼊,a5N8мÍ6q@+p_ЦwgC>cҲ\!j;S/0lNcN,0-i9~GWq .xOe36%m=ŵY,QerhJ[Ͷ}=OC?5-I!J,@؁"|xzxt !qYlSQX΅gkx}s&!7OJݮ?u=t~yeAbrQ@tVCB_=cd9^܏٧zg$lJμϚG4e*+J̨dB8':`EHkng#Z=,IPAQFwjv_}c!"_ nBk1Sh޾t'x:!/#*+{f8"hP;PCݠ9Bim@í)KxBJ`rƸ]uAMJga71xAtb 1.]5)W>96K%GЧF3*;*~ [i˖xTՕ4o> !,4H N<7+$RY35f2v[ɋJjvG=+XCֹT,tU~7s5V~5hIɛ*Yذk:xrn:HFɏLl7<;0{K>0#Byʣ&݉JDCǦAEEm?}B~$48 sw@:WӱrX3s-Rnw'"\*mX~VoPƷtc>3C4Fha<Ĺr;T@yT|$[[lG s1XyJ"LZ" C'NI Rj4*CNE{jq7f ިUu&yӕpGL 3eWCoOnj]wrOQȽZ%oiQw~k%Bs"",z/ ]˟;WL`>wܴ3 ?ɉ1-=w8ԙ((28NZH)"!ddhR=+] qDGb5%IS!7>^+"x :x~tjG3(/~btp֍bN0xOW auGzC}[`-W +}bΚ cNBY,<l'=Yȶiƿn2&:A3 Uw s]=n\`o߿%*0BfL񫊾 E3#Ӡ:* zn/5X h̲JS:FM-xɣR G3fuDjkX ͫ  =|()[ю][4]O](/bn( O mt{C=$e䎌Р@n'eŪ3,cS㌎xkG&2'[3灺;܃"e˘j$pF3)"̩ȋܾVGg܈1$l |]9 q!gS0 )%P޻[urUQP\blS$dWRx|5^,}*=ŜLQI8+; LˆF?:4 !,VNr)K&tPi 6p̱ igxD9K$i(m?(;^z% kr!ʮIkب~ZtBKd!#߄z?[~5 /p !x['M*H:^sqMD|Dk_zfE>:m8Gz$MK\>Mo8Q=m2s Nfc~K:pa/ JOeצMX-ĨGBb~GI+]# .$`SmFIysxLbЋF/nk7-c3TEЃ*-F?FD?]I0Z}@Hr;&U3ڳ0;nC l@c9k}b.l+㷰}ՎgStY~C%b)d)~2QSr}^bmD"m= XoFXѽ66pdQ뚳]KL"qnyf;X)|SԬhhۍ'J>i1yRR V a4>W]Z CHϵH6ŋ8 Eɞq' 6zV';INgQdqo?-1/"pw@xo`| zNWSyo믝/ПgS>4 i xψa$Lyq U j`PTBR,( 暹Y _Mx$<'`A %͗_FUJ:uV;WJ,Ґ#ez> v`&m{7i*_Μ3 >m&YՇk9|ֿQu~ `r֠DޮQ5U&-]w!1w`Nc4 O1Ԕ >[\.}ܕߦ+m3z`V- o`Lj;Q)K?3@y`i]Trq+z1"¦j^Cnx\LNԔvP_qń_t~P R~}TqP0a۟GXN,j>צO҄BԺŁo-# z-"{*—䎏GxgnOZvȫv/9_J8'EJd>bsc},UPqA GPp'wp/R5IN+Ad֒ NdžGo^l6Pa|nbGVֺ2,bCOg6e&Ā8Jіݍ7\74MX,9E6^Q63uo : o9{P0+iĴ籞~&!''ժs5~HzatZL36h)^eQE78|q0k8inʀ7 eh,0J0)f8, PdXMLiXee4'4*(g)tO,7BAYuzT!'psooPϖ8$W)紗|մH{6俊Kޕx51Kb8W8@I*-IdʪZ?>;/5Do1d^}ƻ*whh}Vx#l29/(m6;!@AqO/ۋcfo׎tetbIv__H}Aʧ0 .*^ P==ŬW(QpjC."jqݭist'nqghP3|$sWl2Њ#;OxrϑÅz+L:UnHh~1kzoWr77/B@2AfX}*R.^LR|ӍL~,Vd!4T-E_[Tb^jj5u+5 }ƐMk܈{:fO~Ϳu ̤jD$+"/x%Rp}Ej 88e$AGGG):= 2΁-^vϯ{$NX,m'x\3L3-q"E*iԛDo`7*ϏEm dgs5?iֆ0Pv2cMAs+5&ܝ(H/46>7So⭦QJxھWOd=-\7+yܾK[G) ]Lo\ ֖hs2Xbzj ߒ{}oޑ3QW7! _+NJXG x_߷'R!_kp&n!Z>^LQPevSb8KHCXpbXL* 74%'*˷AswO3%.Rl !"O75t8*!l^&N)0]/h_.zsyB^ ZDWN!]=^p$$w5[c6qf3nSGu{5ȩ;HlQá2Nz @ψc/zs$s1qC&& x{Kw^H 02VdI71\ZڜI)vڣFWl`C)"}!Be-㹨* Y"Ed j[3//*L U1O6o'y!>'8#Ͼz2^>7^}o#<*tEfw@46 DW@m?3 hBH& +-KƮ~ eX`DJ%; q[kE6̯\rM{?* y1O9z'ΏyDiT1 Lnn5k##=[szA)!hhm.xzFQp+z9n#A6;<5򜃲p. q;QEi1 "ۿ8QlB[lKa|L 8PX܍#`k:bwu_I}uYu -sd2N'yXY' 3j\I&raoO渕E 50i*@4)qzvYUɋSX_ v8>G.>~CѮ>';mHn%r2)m=! C92fEގR[ 旇&Xī-\~bB;bE5G;ydJV :H;䎹ev<\)pHfjK~yyT@9~#mS*ݞI[pڙKҌK݉^BǠqٲE{f#5nCh3Y'*"GLL91C%b-gXjVC)Up쓄LJ9.)?䢔z ۉDV{9AnZd:}fױy %(cd݆" MS#b-el$aT5dUA S_oy@pbm2PY8lh7Ho!v%o2$>f,֩Ρ_Ow(%12;xS^p4ҭ/2 < 7Ŝe7BLwA/ -73.K/7/1ѵ-. ~R,Eyw[ Ђm|o,P?W:nb3@X'RH6$tsNe_h,FY5-.+i\$sU$Ln3Z eIl0Nhĝ9'. uPw~ZA|/*׈TśrF rW|10/h~jē7鯂DgoәFUr6bcp5/*wT)1Rw]My١+5w$rW o~"ô'\HTstHom%P?u/r?M: @+9雧ZQGcid%FaT PR99{砅\P"zb*{y&k zh\|{ZRܨ- nrA*AQ$e,bh`e$Ym,FS)? ]mMʕpT){T{Z4 ti,!xh5gi-odeysO0 JrfY~VCun8[rG 0k%=i_!EYX$,P $u(6]u3 {٦/ 6XmM^5?$@T]ã#̬/(-B(l = >c$,^!v|ZHn_W bX <>$E߅X??JQ/jPğr(gZ"-@-"5m)# ~pwF[Ȃ6Khe8R7ОJ2 뾚b~i~ۍ␅S9G>8^щH`{v4"U;GzkѴd/]K*˂vwCis*@Qz&JWAES⛡>i$8斢@= Z Bbv$Y6|#K~CH>@hS<#L_%i8٬$z`I,(l*Ը#£uVl7+g4#zm0uUߗK)ޓcҿ_:&0X[(2f Թ2/H%GnƺJJK^@Ԇse?X>KP?24̌q|ҕ\P7uycvDqesZQ> -Jz{fwLRPM)BzEKv[ !:ڋFfcG^Ԧv1KzZAM> `9hpQ18X_Tζw”#4F޿N6ލ2U)Wu!Qhw2^T,L2=εCY0Iȡ09/r ׁ7CʰL]QoANn:H^Z]3(=oIx4ۧ>e iNY&vBb2Tg!=i/>P I0Nژz/x%(4i*kx ko^N\ٞ+\G.i@~?g ͳ53HrDl5uIj=ңF&|Z0p`0%bbq:̨Ki  ẋdϱJRQؠxÔpvσ+}6 9ݓT.^NA.r93VWvA͜yZBL\Y9{w|p;f!KBa$τ-9|{J'FQs<~KܡKu7Sub Ś*Żߪ>T¦1ӭ~8r@fTYK'+&y|^~1CD]4Y~fnm﷞杲s?B,0 h.}.@]_"+VeFٛ%;Gѷ"q|յivJZ 37<^fDt'c7}un뵱/'&T1 ∝KĊ@^ x f}:L,j<ҪGf|m_]$~9\a\!'}u iQi5~>qq|߉L9!gmg۲juS"8j*cE;_dhѝJRC};$9,_KS4(" e}uAw46)~pd6=gVĥ@UQȲ$^hMa&[ej^FMoA+X A&vlA1]rdܧr?ueY $( Fc'@74N`nCj큒F.g3ry:uc 8I'0oWGRKy5tfPBd7u8Bwz~)~t  e,J4-̉ `++cT\XN@İrY 8?=Zz#%#@yس=Sccn5 v\9Gܚd_*+V9ͺ*11_Jh87MլKC:#|.˩GiЦ )dz/^1h[ l5rS bAufoA==ѻFRS-ǩXC m,ɋ=p6(Eg2ZD.8v0&F YisHLbiPfN!j:Q-[R(jIq([4uMZ2!ĩNȟ˛bk 8Wr5tfK$YIU+CEU7d=:\XKfI !ܾb%@>9 ^)\ `{2-Pͻ֌kx:yJkQi饧$)ԙ' BYfD ǒRz-xNs 2uӰħ,HiɥN[z2h1ѵBCd/80!n-qxUؠb"C ZI>BG'B^!f-vz@ؕ[ 8hPZp5%'^\{$+an/}bѣm }2_|_hg< >a-%Ag@kA93Μ@%/m0*i|IԂ4Jy!p0vC4< 9ң_Y*&:%Lr?n҆D<é Ku7>!P|~`uQ`0mT>!HҦEʈ(Tw.NLjlhZ1ׁ 2?2&!oMQ$"mWsYJ=ui D΃U^ vV_ۧ>}VF0޸ZXLUX35 YXA|}C_m56 `itQjOdilMx @tf. [xY`A_ hoۦxѵ34a.OED:zHؚ-XgB IR)i oP+,P[)eZd32$r#Et9V5~t}G\N_ M,c'*V KrGX g,k{{UZM0Q{|oA=bz>lTex\ҿp0H?Lؙd:AG6Vܔ(Խ(t?>VMeu8 t'ߐeDbNс!hFuda`l'-'}"M7<&\MV^? k9~8XQNӟ,?W>( p**0tWsPgq\iQDUP0),=$Z鯇+3h_h~,Ne#ҍLóx9Ӟ3m]d@.hF? uO&e!uћŵ[u>.qirK'g '@w'~{3wkуyb>euυ(Fec)~B}h0V!m53@#wܙ#!.ӼZ xQW:nhS1=W݆͗oo䰫o0u2,:5=8#e*ڥO[d-"|V;\!Pym !2ip!,u10P1{pSV'>ci0*ڤ }nYkӳF &u Rj݆طCkÂj.HsAHY0T?Ɯ54rC\R6 :ds8ͪ6c1RJg?’/5,sn]x"BnX6`,)PCqj(A7wجs Nu jp0nkθv"6=zfD⦰19MH#rTBx*, `}!h26-߸P!z̤7+??7pJXWC%mQNy (g29)Xoz jP|$Ț@4w<uht9k|\qrYL֟/3! ]e"ho9͛#8I$rP'p,y ǎarowZB$yRI#!cf O*9DNyN!JF"j 5jo*Ԗp;hϲwXLv:)`hv1']>81:7$ЄŬZ6sƒ8zAhCQ݃͠C)76r-,Ӹ2,'`26Lְ8MJ6+(Ju[6*B73Ķȣ)ihxj[.C5 Ew;#rBΊZ#OubrRm3ocFO ]^f@Vօ= |NH9:+{Zx6#<^ƙ֎=T($V-EM$zm>iN&b=cIk[ j{DvFW0x6_ t4_ȫ,RN^YB'wPE`H{]TAϪw"`W7B/ߗWR4׊U t*1Q "XtB3o|Fowe^1RBǒr '.Һwqb2짦펉4x @,$ƫAdppDwRbYG}.^ erc"*31%xI-_:xsǩYN:@ t- ^VJAE >s]赞D3pL;W6.}4Bhx*uqXΐ qO)GBb]߼MIvc ko0a3SwݔEʢʹ@9R+b=[駤#q Mk#_s:6; #W1__u)ʊ)Ar,•嵪{ޒ5N2 h (UalDEa [7H1A~0<{z.+BF%A- hx7Iص?(2s*|i`w0fK@SQ s*u8XbDއ) bا°)ZߥVh~Fm1Whaeٸ(+FJ&Wr'a'$6x۷L-3qtx(Y;x@<[ q*˺%5 EHx2 b~D1} zF[m]K-R(ŒQ1Q.!*d>%DLK6ICPoIit-`܇'Z{L/Kڪ\dlU-Oe\**\ѭ oD )ɢY2+m)UjIo5/NmOkW{;*[>, y#YSia2 &i!p`lq÷sG|LD:=vѠ缣0gr6,&KȥyNp3PzhqOB)SLH6M6+6*+ J6 tO.X6䍁vH`i<_)[5PySt<@!sO7W(u(6aF|]50h;<Ca!էA`3܏kfBҿ{ir{5ʼnώ8wZg-_q7iZ)} 9QV)> n}klj>BI=/bfUG!kfu|EvJ"@s5~ßA.M=䫞 xκRĹԧR=u[Vyi1!ǏwtQ.>SX?'eV-Z}bւ9]3XiY_IWg)8ݵz`1γ"%Pܴ A#EF%nO5_-cId!w -yj4_r j6I]Ņo^0qҤzWs19F'Cʍfmttan>] <{`4 t`Y`fob7}Ry  TTU5?t]LɊɲt[ WK#@n@ppu]Nt|B Trϲ[}w6:zX3{>%DqW#%VBIYML7$vM~#ɡ*(wQv3tq*;u'ojw:6N{f6}H2_`/A*ǡ"ދn.2)[=M^'P-Ӽ^ VP挼5{Zo_v.ێ^i7`,KdF`\j{`M¦:L:%OU1a*K] Ե9x\ٿ>d._H[*?`2붷EvG D r!ii^q0'S㺙L)K@3IX}+w?ݕڡhO=Pj ̠N℗A8?`#}`@X?[7P8QכrJދΗSC#POh9AX^|TvmW[tMc ;'Vu'~YfQPs*O^ u Ny⿙QYNϜA=z֏ ySl]īOㅬJ =Pu鰕g};QJǧ26UMΏ+T5ZTCݺԓ bxёF *E=JDKhCZw` kVjuP/ѯTE!3MݭQ39CҞd=-mKe`$3O@y\84 5u ,>𑓐&FHߓH14e.GS`F pNF(\Έ7}F0!Kɰ/3J6QZT !Qb XƘm G>TdNS AC^ CX'?ds!h%Z1$l_ Ζ(F[)!ӫ`A =;kC@mG|ܫIX)<#rTG @G|-QNdjF>vG"pklQ;Q;isS3 (xƗD)Araq6ϧd &)k&GiŘuo^-Ӓ?e; .ȇ4v˸I5|:H>u dgIyenʚ.=G  AdUL5^;$nEtgX&7ŰOWѲmtywυ<@}멱p g dg 9@{w .Q]+:hd[nGNZSk]q^hiZ"Z.8)u"W6DMU{e`Һ}g$RixϸE;Y+KBb5Ŏ q\hh,/1tM w&Z|>NCq[RYUȢ͛nx]WLgΰ[!.6r8!&F$GMC)c!䐥o.o9%{tARV/eK~:1 ==ب8̖M%&/&{zm%>'6Qɂ4m5cB;eāU[^CE/P \o\=PE-bF7V/A BęEhB{N^FE U8JGUs4o!Se]FIn?rDW23@G}tGX8Y= 8.1R`8A^Lt]ƖPO js2h3M΂"|wkjQ> ĉC-nO,"$9f1AMc/`fwck>v7V^;/'( 9r2@G[{9e&1g4wu5_ćMO2H;صD2c߶'>84VZm0 DjC0(zOpikMS[ئ*vVɛo1/GI+5#xm9HXaa׭-F< {PUCW;[Ji,@`WiY&G [jɜ-\W;fvr+ r&=. jӵX s+Ba7N0K_f{J0gRHp2\J7\К!?T2^ͳi&܂hiVTYu/KV_ ( ψ!@p+ocܗBwWtpsh"H"~R)K5$WKS8rmc SLJ4\OZloPacz4? ;d[iZ1ϸ_S1A'/%z+#Nv<Vm6|)2=[hfg{o&2ͭZGg1ALYQJxl  :ɠqS4hY>#n)whі,D'q vQGS7HV#x?y &jR@DJzppw*<9n? _W͓=Sz1 fbm\)fTqeң3nn$-·G @ۓ %SfRPmՄۺ Tզ*vprXg#މ)l&WLۛsSŅMԮBpe)>fL%*tMjs5h4V>SxaypdfqtRAK`/Мֈ56 1l3IOYNJ!hEwCX2ӵBTn,I eoj{Oew6ik%Vu~E?r㟩6~iK%dɑ88cY1{J<tL_+g+_Usi%^dbřMV$mY-MS5LRH=٩OI|*l D1JHEL rG!=at=$<0#Ncbǃ[ѐ03K=ܵx7)cK{I 8:Yuxs/2#wr PB?`Fkk0y͍ ј^Ϋ5`eS݉j!8JqN6t;#}kʴf*IBF1@#Vsϙ˖9䥚;~/bU|f$LFOiq2b46-[0']nULƷ?°˛bRo]"h c\?(j^B0<"JW7~+|}1{RƮWt8ARItN+ipI'bc'5?R@y`A}Ҍ(&icfSDhBNM S#&}Whc?^)0JYm٣eo (>VZ4gn;Md/x B:_5Qӹ}i+FD&sh8ʀqE0Wv2WS!NT:ɛbAw`Q\`rr<|pN)#†s5M]?Yv[N\U܊ ^+YnyyX Gɑ0֯MOz{q> \+QA;m`/Z# , ^  ev`bpg_ 8uļdIRT:~&8kjP~^d6aPh{ Q=>&pӇŭQѳRsŴ ZQ+Q `m1S*hކR& * 5_jf'rd/C!j,8D)*(@!)aDJKCҿ#n ©(Ee]fq=,"Nпڎ&V$xʜc#)LQ)aq햔C.r)YQa8F⌏>.aؕF.ʣEhشhʊ(2ƃ{QыiFpM] aoտ) 8ڶa ZPF?M& 0+}*J7;HlbWOn6,үN4Pbe%7/*1f4=~59}fvAt'BؤF=߱Tm3/ڃjԉksEAH\?kuZ7&Cv 8- x' ..βCy'sE2G3,a`a|/(l'm<*6ءPLڍҞ.Ǭ\Rd]יk]KRq310Q>GfeDʺ"+^a0:VY`\/kgw)+Q_%T}d\aIs]%J.XnYxd >n\R)ƫ\VyV"p0|UY\=pu5@i/7\lQ?y8%zh<|b;?6_z>VBIY^9"N@4BB8b\?#- sus˩MHwpuL>r5 | `o 4kd" ]kU䔲bx—ƇdX(=މH2kytZ{Z"\` .4utf.:M|U 8C|ެUA(@[@uV DhJgy#ZAm"e74JO:ډwrP[vFC;1WE}@,6sڕ[҃F]fTt3"ETȽTS eңq+Aj28͡QNGiHZO1(x-a#T@^ɽ zV9_omoze` })V"=GHҿoxJ>dSN:eG;3g纜=@WAs*.-\WLY VŎLG!fVlG s;9˙k6]1.gYj 4J܊yW8;46nƕXQıj)%%h==F ֔[ҩsUof yy洢+{WhyxB7_A.WˁBI&DzQlZyCӰX[KmqPl*7qq}(QNJb%SPӤeF:7=m"R90 #d-i7D'>ڠ!`׍VZfh8~g";t;̉^.Uzd3rV#V45R%h}l*3阦w$ \YW¯ߐ"!;ܩ`) n9w?Sqq?'D8O`,k>YpD8~>~p9$`³t*f[5ELqOF4݃cD͵4߽GYH8ݗi O7^5v^C%/fy8w}mp~`.+H6ݿhi+sG$^6\3X~2d^_LccW@DX|nR8(]:v敽*ܤW>R56 DOlb!μgk}|=U Pʸl T:oD:?’|+ j҂&{MJ(Lj k>KMa-ģҭ茣g Y;T&>ͫZzU#'Ҳ0|ǃŸ@?00(sX O,7Be,ț9Z $jLB :j`XAK]sû5@Lj}#rEkHt ɼTopm2Y~DYzY84wF䞧 M6TyoѨ4#GP^ BXmuw3 L('P('ׇ2ؾpwP4<92!!sOg/ JBA #]> U&@4" BWf&>;rӢOM3 ٭X߶m 1 ~A1['b'4>\Va>$KF1qu'/狜@Eѩ26hW*pS!, ~푛/4@ ƅCwQc'/Ёha_b N}suNDzLe_uE֠O,C[Clp8Iiߛ}Uz:"K̴N!z׼2% l*f@ӗU =aczb=u;#'s HVUTlٜmYf^gU~ͯMo)s"ՕiS 1FWF)ҙ w{k.] .ۑ&ѨyS՝E‹dD^*,]9[9-76 [;7&a>-9ZI&%|U,/y9\e&ˀ yiF,BE0M6n Y;uuDj9oʙXj6wxL'iB37^o u4ULB b„n{#N09/~ķ.&"t'@XUݝ{,~C*hMH.3b|W+] 7a`Yƙ;߰t(r:o6uöVɗ{ڣH^KŚ0#Ćf8{ێ*A^B1jJ5q,@x<<{zF|sPs @XJ51F^$$`qdR/Jk8ݐi7sp;> Mbې:Zz~/+^LRArxETvƊ8#֘+AuRlA3*5R?d1(^N لAѿ+*ZXTy@4 e3F+L,>D΋xyJDֹ?X_![2^v0 _z0Y%+7GSO8|Tu:ܒG7at^#(b{t!c3p~=? }OҢy?iP%qvaq#$Nӥϓ³RۤGVRm 8xI Wq\=bP^ xݢ\(5i؂~bbz:bTc=q *)Dʽ`p7q>KW<'S|b^`a$ZZɕ.LӄNs2G ,$5M2(1j[F܅ŽܡpwڪuήӰGDJ&,D mi5TϨg àoH {{ԝ*8.~517eYgRЂ`ݕ߼4oVOp 7O XW//EGya RWសMfN7Irt̚s2-uGh Xf<'R$MiȸxFjLvOmvۼ5`ڀIǎ&I][w.KIO%tۃx;hs,e,).͛U/tWA|g][gܲ[ѐh6 yBLF=Tr;X7sw͙el+*+4ꩰ;8E\g*cݜ]]Rgq+X}$1h} `f2O̡\&Ck]Hh__,JTIR5 Nqpl͖jpt_rO) A:G췵ŸyYy>,C'ɮxf*ds 0a6 ϒضО$W盧ow\vD쵋. X>:zQG]8< $}f>*H&m{ \_".ݵH ?Yx@(?܀3gHF!+ްcXpzjH@g?ʧVZ&xb^-]O~ v9k ңU]‹b4OJzɇ~߬gȗz!B{ 2] W@ꕔW^B#{gEΡl2/H_՜+޿h 5 8_0n׺Ul!4vI5AibQ,Q1>x 켟I|E+Y +m2^8OF$uoWZ=dHJ(ؾl V;+P0YASQElocO7>?A@_RX1c?捭LrEPAsha~s?̽R5 7跻3a0Lӆ)2(S\/_uLۀ#9EЕtB43:oQ*Ҕ-.N `L=w`[ .~:[ŷCƻ8nzk^l;jE^d$. 3^5j0ZAg=a/1 6[Q:-lv뿮\8{3cӧHW.{,Ռ l+'aϬ}^3ޘH 7 sx%(jqcRR)=?I'UXLbQm.Zf5$HdĜI53X_>}UY:AB0=Iur? CAr%lWۢeG~vS'iFH  evCp:KjuӤ(gz3#db\7J%괬+M,mv{)*Žt>u0[M+6u5$xw}hDL1%?od, 3eKn̠<іXPrUjS5[',t_-}/2İ;`bg CE0Xa~eS/[ aZxIp0q,kq]vFRF!a( 罿pQ4%/z'RM)bn򕑂ST(׬SC g(,Z\iL "2'_Ō( Qۑ>z6M)$7?v2{oZoeLXؚRˁlJec.I8ݺ>o5^4+js\<س ^@UJ}>1PX[fDO3~A'9VAӡO_ LDD)F @0geD<2:/7Y \WJ69ܻ&S}+nMy)[+C~3uO!qK)q`Z['qfʥ`sD]?U,n<A,҇5Z"j uRA$Vї#ȅXK2Ŵ! .q{w?%n8! yo52T<%#R#(YB;ٯ|v%@X[&!\ڳ[lBY[_zS z;Vh_.Kl_`G/nOH-oe ^#aRg=a0)D-w(SCaX##hZh<㟇!{#H^-B˱$z>QC0p 58BeM͊hעj%_T!>k;p5]VYȝEko/|^QۏM 9kсs>z[CKN%JM"XEƥh⥇ B.'%~eu

w>V`غ3Mc`- W@4B/ry32TzL*MGǕjYJNdb# @gwyrU]Zm׃fJU/YǴUٲ\L.kdh0ΐfrG6e:pylHwL絆_R7Xp+HPMb9|J N Ib`W(dRs>w_5C =~$$)nya[>_Yx+j2e8"GbuKFCH[nhb 9Qfq̾Wi/L_Sem,a2-#a,[z幢/ߎC3 Ih 4Wp24/RIL*"`^hoDXjԴkTNbV ɤ+&[waT?$w~>M-`!VMIp|:%7kґ3{ | e)J:Nw :cf ݛVcƔ`&FyySY7j#>3)D|*T=`ٚ.j}R,~Ѿ ߁O\t~8M,%IN/,ZOh g'%pP`lt&w7ZI~[GKᷦ a&(Juj3fq9#U?1=_>g[SqvTj`fD׍.o_7jzI@2%R5uƋ>_3` q,E]u\I5v5iXg}61ɱĦҼW3̬(Z:PY@ZLMF!mm4w^x` j? &'bAUSz.dۅ8%6e#FVē`Q\@U% 1A F7S~d t[uo krґK*3GĔ)T5rxV855gnS;*H#Wvb wjʆjWȤ-@E72\J#W-OYEiR>8f>:! U YZ