go1.19-doc-1.19.9-150000.1.31.1 >  A dSy5p9|cku"zro#,B\k&E7Wkػ{!rH!W?p;<?,d  " 3TXdh    ( , 0@Th7(S8\9:FyGHIXY\]^7bXcdzefluvz(Cgo1.19-doc1.19.9150000.1.31.1Go documentationGo examples and documentation.dSx-s390zp3aESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxs390xMhi+qdSwdSwdSwdSwd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.9-150000.1.31.1.src.rpmgo-docgo1.19-docgo1.19-doc(s390-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 trackings390zp3a 16831918531.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_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode text[L[Jutf-86a980d8400f94707dd75ebdce097ae64176c63033916d1ca82ab44b6b40d5e70?P7zXZ !t/P] crv(vX0m vXAv0gv 8@l-bȻCdAH;KILZ-..Ce{TSlg"uEܤ14i#.K^z<؁m!a"+3SXlWF[8|9 3/v'\ f3;^Y@&8-@:U輫'IC,JO4GVd "CEW.ר.Ow qe_u1u_?ķ~RBc2WW}tB}%Um t6!ɬAW>Y}ބ8wyhA=:bϭ(e^tVf'z+{]dKsmBk1'bʩqEJe_ٱԬ "Ķ>Zj@- rPN==]昁#qc=:9G&0S[COPI`DqKgkQd %,W%5-P1R !#>̦5NM;3ݜ&Z06lyW$@R2: +w =+NiL֡ %" bw^ݯ  M/dJ@8dGP>GM%~tqձBѪ1Mcըt )Fs];e8"?+0'Hvp¯Fe'7bD1;ioӐ-CeM0+).G 9Gd2K-3bIWDf^ߒ\2F DA=s`_Vr;xSwW1TV뒬)S:ޓAZԑ4CLѯ-w{ )4%p^)4~ dW>qZP ZnO X30y\1.o7 +i9Z[WIcSjeĹt+g%eyxMHyE?}{CUy*;q(&Fcg(bf¸ֈ$r\/N*6UI N?ubr!P <ʙ:jKo3H|o%Fb4`tY7z,c|X7wfkd999˗I9o,$ hzX`ow-X.كOh|ǰoC>8UA*x%oWZpݽƀK\L6qOΕmi2CH:]KF">swr{JR~bxpOlOVwq1K2ԏ8Le/W,[H;/쭃 %Hiuq9WͨY{PF aGXj;gUo(<dAʈ4"J6"ϴP_DHKVGryBwo·am;K/M+[@X2'`ʻY<\#5 lc 5AY{='WlJ~RON gx94*C1/=Cz"e:h14i"%?,f*`ƀMr'K?Qa9@v+jwЦ$Ew{t=:H8>;'1}\V}..FjUz?5Ab{XJKwT$No.!4d1*.tw(v,kAϚ)G*mUBV/e$6ۄG}ԅD]\d_yZ@HstT|8~e].͗"bIw,җ(H{-veH#XH#!ƜZRDo _sgңə`(GzxkεxM3(c_{ G:h-wvRsO}庱&FS[CW8~DE % w%UKKg~1\28F,NL! 5˓;]w\HH[4'bdG!$^\ S8`-`9jH[`PvՖЮ /" KXY\ s|HO,)W2nIb(RmͺS{$HgrwpU_\_{`$ҬC6 Ήl*%v hhP5cF]ye`t؊+4N kMAp)1LU5Sjr^:;_k1 !(BȤv>;nym!W"{"S( ~Ů-@,",`pfI+Ä0,8/%FF#uJxt!5tg2954~j!1rl⭇ZPwi1ẘۖprpz!8IEkiIhҥzE#]\||'΅1_fZ]|O& kU2rvСP:~lmxK5K+,^*is[ ێ+Lh*57^clЃ6W`m}?Xg(ArzedW}}8hX/eF@S1Uikx멜/"?`;do;LS:rbיB~iP&(3*~H E)_bރŘoVLifw-\NX]4N#g /dT.э?iw[ѹzrqQX1-tC}D 쥻a毅Q#kpҡAj{`-.3ĸ邨r~ٯf/y+!pn2뷶=!i9J 4q pKO*v\ *8MG%{%i^ <19f'թRZg[fJ, =v(mhLch|uí Zw<ӝP<^Z݅0"g &0W4yX\TF0*&"t YOt@vh1yQKܯ$-1Ǣ;X.ltݥ]Jb rwAUg?pbY26?4h]qKr w>)-]tD2g-TJ +Ks:UX[]$:[̻R?U$bwtc{u/jZճJ2Mi`-9!@liOv^RЭ_s1t]n;¯?mTBA[(=ҕi1:x m [v+!8ͯZ9u>+\uT)+ք@"P#;_dЄPÂ*l ^'G"A( sLc6 n L=-b3acRL-sts7@[>Q,g^b0c %MV`S!PPB\c=&SԤݔυ_̒uvpLhLraWR~j|"l|n;ig~vc)`)Uas,j:Q#'r75d_lH"r gP$HRv׵[[Wȳھ433㲌 O֗G7o)[luyw"pa Cr]Eӓ e2oM %#.nKY:=3催1-vADHJv{]mT_@ ]J,GN5E#Ci-!al;~`ί #Da}WJCƼT&072ZH8 q+ohthӣX\@W(iղJ#[TE&7 /aT݃p T y ‹ȗ g &ʭN <,f#">$lnS̥LP-#-Fb[lc.fuOS [3LΧ۸Ξq_RM=BݩRܓ:~J%cXbjzػth>X6H/r6x['K*6\l??y?JH# +@)~UVfҶ37^J >:$*{Rz2 ! )RoaC&3ۚjS?AK6xMTg̡+ǼMR8{P$?>ƳZ91ߎ@Zs3uQ:T横LLw ]a{XbZA>>^s2%G i$2)it]=1& |U!xx>!R"p{ђJ6E X8 ^=.fa(='nfL z?e+l?K-/ϋcdߓESPu>sMx"^g5gt0tVh<F/cQ׮b+= ]x 6ǣe2Q0QA{[LK}lٲXA]E8\gT"PS&E RrEk6MF'$e`P_@_+9T'-=?+iNu:%Ls)!&Zb~0V|YA a U^ŇqNOn.Sq&thXPk!RL[aXnsGwWu^Pd-Ҙ^u)|I*,-m 4+_5666_h̓s 4Gp.ldWZ L&[AWxW#^-g O B8p˄;ʛyn}7s :zriQw"Mڹ_ !4A ́Eu昔(,?Hdf#E!K;4|GU{)U̷.3i۰X֟t@{=f[pzXAb4#? &`sꀤJ"4`7~z kq4@~>AO/K v be5tgƣA$h0hFݟaeEB6ÜG*:4&p˃ӝ*(dg5k!ǂڛv4\Jxʀ%)>vӮ11qbrL Wr,]!Fz9W*1*LMkDIRj`*yb␭DEv=TNp@D>VOJQ2/ȥ#di|S.HsoqZž4JwbFf/zWA TEj0@#ձ|` +4x@5R&WZ@ئJO5yP 7zx"sɘZհ&]O^ btc,A]lcm߆ K}3.L0o#-BsR-ZH&xWXHVu._vZ>""?+Ρ@ {zA[ԲS] }U/O8w[HT&1aAzc>j7XuA+6A9,Ƽ x 0Aqn~~& fw x=yPK/k`M8_ t)$7n(~|$րtޯ2F|JA<@Mzwb,w͡o0cœ]XD ᖳ/ Z}T0_Yj j[Iϒ(G*lob;!SQ8ɱǫޒC#yCpK](WLN'/B@q;X/2"C7{t\DnR뮆:lUh葪%1 "Ra;u ud@o a }Gqvue'hljG$kd JJ"% e֪^/oSOv-{ (;1 j),p]e8 c8)MP;R O"P"{옡[wG 8xYtej0451Xc}\h~CN(awi 5 ~9?(IENBhTJbu"[&`d䢁SPUnvwk: Tkoζq:[ K\fƠ#6 mϮvy=SZꖋ 3  'ۻC谇5 E5B:|p'F/!FVARdR^Rg~zDyCS=gk`D^ ¢swx }IB@g+4ft?F]=с!<Z䢬cʹSԃaIG| >t#D-c>·!Q*\/r;!D ?`c9nPHi X0رb`.:1wj:`fѳ [rstB07ɒ4@̨}kO8N a=g80鵩8(NYymԕ\,}4ﲕV[s}xQwanQ`q^[$_Ƃpm,3e q- ;f ɲdo>c+˱{E$J*Mяl۬ryWB]lO!Nˈbdz~1' J*|6K3\N1HeS~Hx/K}PbPgKKNlJFA$f 0"(ȎLeH'qTd NEx?#ߴ?=,Ufߟ dgU[,a79`^702fеeF~x<qL֚Ό*F 1m֡R>W t){(p@.=ٷ}hRi.MgԾvFR|!xUa)|H?062 h10_:K ksP_&G;cC4OCd;"_9 bT#h<6'zZc˺ccTla{*l7IwK҄7(Dc/ԟnbc=,:˭w4ySdY:V5=tRϮL@Eqe鲤:jReHh{VeѮ']#׉ɋl&x'7N$;OwAҞF'^-9?0,6e NӽG^S;>̇'I`K#ô0'/?3ӭY$*LM2' dYWdIņJ0z \^+ja{ɸA0N/p$ UԈ\"| x>չ%@ Xcw > }ʻ=ɀVZ!9PR@ J| ;/ңeqh%,w͞¾)q9d O<ħPqɑ~spn7Jat m@yg&OƝsrw0PjyUyϻL IϡUOb5Z~3>G=!gx{eiPf q0MNsSDXf˙hpf6gfJ~Ԗ3㛇p)^?5RRM(%P JbC _CLcA E۫C" jOdBV/IxyBP/1BO NQF7kTSn2\v(%p,Gi x*I>W}^@plB%p%Ob0RZ\(xBގ֏ W-|8!X`LVX 4fWWOiCWy_; xa;'K~I!/=vld*rO!SqYDvߒ Ѧ}dK+-U$3<'Oڜvh'[ˮ`ˏZ2bCnSD0۸Q55&&2wvG7Xf v{x~*L#9Gސ 6º8N5s@_b+~]8& O 1h]%b|q$&0uNP(M4eKSX>3V<` xh6K˓OQమkt b?H\!tf2>4gxy?;DW%3Yƥ͡swRw ŠH-:ujjbvF7'yz}j܊ a릁µ4èo9.SB VΦIi:\J9CE(הW=I6-]%Db 鲉Țf `ij"5"?˜~B9 d %r^bϚ,!#d>\6|"#8m^|2%NGx Fn !Z@Y`47jYX#-MjSChL wxDQ0tỹFᨦknn-޼(6f@YQ4ꗪtvu4 :H1WcYKu%vKL/ZiPZw8]9ɐ~x`ΞkPgYŘ.5+T9=rHrZ$,2zRV|"#}|rZqߓ|-X2Pel@Ĭ0p-pr~L:{ p0⎜0BEKm'CO44L}_hNBBm8 fe#}BKw`ֵHi\1C] IH9,{GdlJAPF9mfn85ňqFpt:OߜV+zuemA|vba܋}L)SwWy0yקQ~6G{ERQl!ȓ 'Y۷⧮jJvV_g+/ɏK PYZH#d*O"sVZ}Agn2t3| I+} xvx`8=7sѹa2_xÖ((~\Dx*9x%CV8=E>33 U_Ð cn2z߮uyIC2p|:)h]^WiSqp&wK]|L]]&0 S I6Xר7S|]KrmN^,td9"NuoXBXчX/gY/,F;OW;Xa:t-+dhg ZtY O x"AiH+RJw<1V!Ͼyuhk,v\ɡ@j}P{XJ=ejJe͋/h- }3:恓b'a7Aa/ձW&a*`6@U]$4aW1mN8q"r^7h]=?7}3j|EDboN'~*'Kj cyeY)n:y.Ή>SRuuG̡f>O#o4(`[&!qQBN9Qh}C8CdJGHN04õ|/a4BNtM~ˋP:=7^=VzJ#2_B@/[e;ZZfL"v\,Õ X,Lݦ;vP m ɢWoFUrbx\=gqAamQh_K;sTᲞ8l]&ZHe1B'ވWyXh3cq7P.LCu'b7d_d}161\2ɤo?8_&1?<]`Hvyd 83!Nj3Ć% r >D?H /gq4&^T-_ U^^Mݎ2Ԕ)b@3u,Hct|EuB2ߒpwf/d2;lt tJpYn7Z<a w$'ʻ;)AN[ iaL8prɈ\K~8Ŏh R/퇩E7њc1.wr>DtyA_#;6uЫyHc9w[zqW|*ހ噀C6WLuQ5Ϥq7 ;52^6[u:'!;5_C:+K4Gӽ@]գMWg X?u"*Avtj !Uj\^yc+=_)"{`R$jSsCJ9H,:-Z[%jl>RsJ oWh]Ӑ{p9rؕh,M(NΆ:lx 'weF&5)^;*IB2\j/HOrW'2;,8 l߀C5Kg5‘,>ͦҳ-ಯAQ7?HX`d GMvvS!||dzG)5NGչ2,h󨈯PB"#2:]'kSݖQ ig^S9 3*VWCYQ.s@'>)V˥ܺ#Oa$WbH,WֆTlTxY,emBWeUf*f]$є- t:L窍ќWKpg JfrZmyIG0gG3bGO+ɉ'?>1-_*,M`)#1z0$iUCdRbnT\D1ZI[q sHRe.mAp${5ȿ@Rʳq-+i#JtL'9,o> H68o/ni9B1+.E3ae4ܙ^$B_ć>I=mr xn QZڍW=xx &(.}l{<'}E2,c^nPќV=앿E=j1#\ RV nH.#ɱOnY : ~ӨDEC^d@evNS7ĥxѮǎǒ tA=w*cA ͕9>yoSw|=ɝ9xW$Χ^wyqh7/ Ӈߑ:uW|Yx**ιhS uEEW*bg`*'rӍYkM;E'> ĆCeꪦ*yic(R"{Jb-GCZ: 3*za^SKa[P^m"޺yDeÑ3ך.Z/Тҳ *YFK74V 3^>Nav|?}ˌ#o.#az1C p?3TE9,XS)!+;j%|>@Hߏ&{V<&JQHk#q9?/Vޱ?Q➂}DL.Sܪq|tX<h ]~Ⱦu&@f676?(L*}V`JKS9u1<98vqyUwB |e.S-:S?@6%D sХ|6Q֗"h+'O| > d6rp<JBe'4&?f_ LhQ55;q]96HE H8j>i ]zivul-!oՌ􄍚GM\ii,ԈA׿t;~{t„4 bk \8Fy36TWN (oQqDŒ0KMɗLlb8{Q–&Zi>Yhu9W|,u6Ki>"U\*ˀ#!$fAE=[͒tYW˶!z đ W6 6=46G4zdC+X$wqPĂ鋗&?Й4g'R*EtǬ|^.W뿉߆?~:# !e?`̳ }P(eOoՕlPjmB)Z)=b%ceĊ_C5:R?47#ml4z>@bMݙgtg9+l< ԈnFW\ސUU׀g- _7>D/dShtFkKS>eU^m-=ў>ɴ.Kw AkU`ܭRlR燳%$cIcrQ2(,\kE ӆcc1:kT 7pБn,PJD8+gm`I̚'xB/AX"^RYI 5X!+uUgeS@j$QL(tCTЏ"i&qn#9 GQ5{AA _sBT)ȋq|2+h FJYIo5(dHL Q40\mG-}o+l`mumh«eymX)5>',=Ni7"`jXJ\.׵[9Ct]L u@1'?d]ú z1C_L~CC^ޮ$Ƌem |dIOU%Eu:R-Ҥ {Qvx#k_EG3%oNrY&49¤=90Sr7{կ)oś KC#wRPWsc%^5w#+MOW$u鵥C_8;m(LLoi%f(R?p#JNGA/.J,w]vpW~U1vv<8 NDAƒufbHA"ێoQ 0Bp:֜/8&}~$P V]BRm$qa OR^Үf;1aFPBxO%櫂ZU6 ٚ -=m.wLYMUFsap̀L-Mps^ xn7#*r&t\W8yr3oi$7p}u]t$m1OUOEɸJ ^PŦ)VJgQq6KNd>z_dIU`qE78@ /edCiX]܋r4OfSHdw+)wg1L57Eˮ.4+"{G (ϊDzM}}\2݋&-竐s1ZPew!rlpCQA/)[7]|-Yx {5W#tBuNCh۪ ̻x.ez\I' < +BY@.ij*~ugeRơByLfAsS#bN?_tH)d= @ .y.ͭE^5!3U"F$HF&$ČneH nFCq},y+PW{xkL$5`Oq{&O]μmVLو~ɞy >"Bg0Θ6ű`0i1,Ci!=VHx"ŵJX$9mԯzzRGEtZa Bcy'C}HEm=Mr@ٵ$5)E?$8ˠt/n2H5QApzcI)b2IUGE?8?EO5F*gxBʊ|[-501XX?Tؒ%^3QogvY9^^ ;;ȏݝrF] )΂PĔwKQ\A,-S`e>B!%lfU=efspۋ:NS9y 8oeRS5xݾ=^fg!"u HGqA;zQ01$Jk\~LGuukO&0۰rnv1yu94Kې{nz^|?[E/́ iܸ⌁c\I>k,:PgpK2ނmQޓa g$kIW8^Iyqu/uۻƹ()! *Ψ{";gŅHi=y?w4g OcD~f  ׷%zA(۷TTw @ 32'-zQ.܌[#O)"m2u K~Gx]dE\aZAC /2=gŸR ^ m|o6~pY|=НK "@m < [^6כr.\ݮ_<:4(?͙4ߒLYf; cr_чDi^p axBt+>ъ g~^b #YOiI)fn[Pe|W5a [[nqcR(eu]$Tq# R}GXMwTTUcCJ^P#V|P8Vٱc/5sB6y(S"c?Ltw/|4RkZ]Wdx0u^]\#,M:q+xii̘Rc]b"(jYsA'(BKiwQ :3wF1ܱ-"3"7af`ҾCu@)ߋ{G67>EI(ba҆?} YqF9r#(CkFxE]7\#)iDAžfdr{K6;gvj mޭ3vQɟAO]SBnB^'?Akw'z- lYD~KxÞ E{ܓ@2?Qy_=I/&},77G[s(lMOW:=J4izp:`Dr$h۫!O_\\ܹ&JCI074vZPhc&yT(Q=^7Q'>޼c^O2R?=-O4=MQh3-~Ԣw؊6qDyl&2M5j{ Ϣsi w'lJfqFXۧ_wy=BJ`*4?l,s&S?uNBFP`|r~t9_ L%Ycn"S=왠ҲpS08Yaj/ץu;Nf~JتP.v)#1{4)Pݐڇ!: @Q ,?fzh0\)q7 Fu=BŅej2ʢS =6X ϖ>lFA0gkeA'za>i&Dmc6ŧYwB@a*|CʆX3nG T7PaXmqe q %IJ9expM3tÓD6h[t-4{( Uٔn2t_|a,_Oh-O 0ӄS' (~oW2e2Jk^0g9]&[C* bwagi(B+@dR$t9}]nV T$OAXkh5KW fN%-Y^%=,f|.lA9œȑ }x~ffL ւU DžC>WSomtq *5stL L1; d4%טl'7uf+arvĝ؄{4|,QB |~`W%~djGq0G{ Rv4Iu-XuD9\;l×O1ԎS"VRF rC@$":\ѡcR0@ѽ wqtl%U;өkFįhUZEkARQZ9T-Kb._2ee?'pUPxe퉖{=$(:R QGDbdD40̴ŏ8yNJO*<^vi~5]#9c0CU7qL +-w?/:8F(qݫ[&Ib 6:m3%b#U|Ki5-YҗD!P n&[6qwtcSqiԼFZ(v1Yp sB"E|%hŀP҂Da:~b·hzV_I0eFdPVbW h eC3o?Q,\1n3،3)Fwx?*]*r'(`YL+8m#)1{w\Ą#ֽIed rFtDi(ji yA^S>OcrUO*O7&!5u݇͹l|4!0%^p5߷2{{|)j gZR=Rk\P:W~Pnf1.N |ro';EV}͒DZz&"/zf#H bm^5o ow:, l5tȈa㋡`! 1b1~I!xӻ5GTm}}wS1qX]bc;ĺ2pd4nsRF.\|.)w0ď r xq}0}S]tdžGaX)ѴxKf[x'83_k?J@ ҋZIvz7qK~xH*$I9Ԙ4Z;F_+֟oԮhQ=| ~ ,ExBkȈԊ4J?=ϚD-D!wF*ROBgkbenITG2 [Qp[?㴺0qAp(.iM̎L{Ŷl٤c BCo @=?@+yODF@-u쯥аoOſS#9m`Aqh'w7֬vu^lD7[L  j7SW[T'Y3Yer]'ǙgH{''1&%o|V\ -_pm*0X}Nl3;/9 ~8 b nO-Aێ"[z9o|'z 1n|*H$脅/^e2Ae ة!G@hޕR:VAgdn(@ze?e˓IlR5 F\R]CzJN0?h$헣Ѯ$),i>F^kr$RX'% \#A!3e3`ov"O\Q+~C=_..'#6n l艓H̷:6K͔#xr-I)y R)OYDm&8YL2MT|icTIh*A7Ф/}7fg&& CgY+$hq4@xtYnCnU]4m6;::}ph%^ע'ŋSǯ{Wo@5߹+h^'̋%)^^*0 =w/gvYD/WI1DY|GbvԨ/%$@"w(¨Kci5x%'#1̮3s9#iboTcpljGK#(wA|Edч.Z,|S[R8)HLis]sGX}_JzGcޚJHRnmp\$s ^2*/; -u TqG [Ɇ2U|ϰUX^fu?xZe&Rx ջ3k(I(!o} Uj6/7|ǛU){an4:fƘR(9)i^A*񘹓 s֗2(s\ :ff-eK3T(ꗒ&ViIgL=,tF\[eT({ wVtCqgm JըR8ׂ/tlU5jPQWf>?!(mM 2PjMA ۻmwԇe` _x^q.0 Tm_I E@SdAa!m6緃SL=30/R~G9d-k5<$hˀ/XҺZ~4ӞZXDe6ZgJeﭜk3 $XZgKM]Jbo bR xIB:?jfDޣ$0>ntx~srj87dz΢މ[C0pPYIU E~4D)MNx9z=-O"r ;vߵ{kLL%dtJ'uXοx/lGKLA]em /Hq꿚iqd+WMaR$NCX{'Es&-k8`' Y~/[8if6$BPLsTT 'JW\;E|voeO A'TEbDv·/sŲXVL(nTFJ>0>.mE}'4᛻~ƀui,w(n~V]9eB>%yi-?nS b{f[~r] bFX0FARLZdz@1~9 }bdG[7V0lW oS9z~\]ʼ~4ه(q4f|լ;,9e|i?$/Hk:쪁]NЦ:/^Cf OYAxٳAAX~̠3bٮW%7Ak(ؐ)}^~X>^M,f5D Qr%h=LQr19 oapv/9(֋A?|2p}UR! bۥ@˻9=/Y40'gV#5P賩ps,=zlwlȃ⊎FݓXh]KdƑ*o}oaJav4.ҵYO[w$)7Eľ#ЧuFA!pTLX`cI`% y̵-*#%Մ0̧/$$l$tyF|Km~eɇw F,`?¢zzߤ $wW՞X*(S#&T7ܹ7!2Oc2MdZ=ϱNdv˾S8 ت1:w1rp:2S_T;/uy7=Eǔ33bǎʱA\$k$@_+9_9C:> n).@o"<R4IVn\% ) 3y\vMcIZI^. 7eTG [)vƫ!D42y112VߪA}! I;&qޕWRЊqUj@Lz}V #$?a29Ay 1گb!QifׄQ˔L]-n{O q jW>eWfq8sC LWOU/ʓ3+@L/ۄ<c{?uINN 6Z#8JgCmtWz/j3yEiR%f6@V2uxgC} FzKxϑ9n͈Qf^!Zi8%r ~mKjþo.JDŽw|2kjI˖ t*z36fD`p~IO>dQbsWȰ9p6u/+ 2dxV]vkܮ/>}U>Y{I|+*e)vҔ&JwP@Rx0"ZoޘAQ!Ewg v%b-E<jJ:AtO.TmNI=ZGL͖%y\Y 5i-֞9qE,$EY^ڞT݊v iƀ@ncqV+.@)vݐt.-hiXs V֓&Csc凲ܢR #J3ԍMp. B W>UwxT[JEz8 ͭV3 (q]f/C!HCʿ%WMZ浞4Ve)%۪E)lddjVJ4t]F7x-͘\qNp_MYo$Ab[ 0"b(4oW ٭SaT"̿*R ؽ.mIU:^lJ ㎄d!x%w~ oM!mli1]QDy1!<>94{f5ALX͑4o7KT6k=-La} T!\ S''NjU᧹+|NtfCYƏ'ޫ9ȟ$ԁ :t3R3dߟU_0ȮL2t%_e0(VAy߫@w}\+\Aq{~±zF4֧nz:Լ,?$&4gQn# -:ot΅ y|2f~ulxJӕh(^m 0}?;X3]ZMĊf~ N&`NWi,.+w/j'W:7 N*6 =KNM$o˂N(}reOmOCpkρ"mO 6|{Ϧ"ax 9ce Ip޻UQv슔L3ul3aU%Zu7{WdɾQQL)(EvZ}CV\BX&"#[24c䣢kiofdmR*Dlqo ow*F奄-<'T-7ݸN!Y❍q0LG)M-ٔS Ӛ!={ǻX\Y#x_y<:NdtuuͫTWfvFƓXֱ+2 RK lhqZ\i {!~m|?H cٯHo<0v Zb=έcdb`(Rj1]pk+GnmhxȅA6hY%^ΨnA$c>XgaGOO!5Z~!T4 L%kxE=ۆh%O#$$ ET6PڀpqˢE/jDa븱?Zҵ@ \93-*z⩽ę!GF3rEd!iEbА4>3{R7yQv$d?e[j1#DrB$=Lf9).b@;4F!F;q~7&b#vBm.phe?d_.st4𧊚[wg0pF2IV_΂=JQ!P5Ҟi@l!"E㍷C ~ Ae@UlCv7$#jM?=䁁/Lnb`Wp4YKKk*\=>7Ňzy8@I552Zdr9!UiD<#aO`ȰKQ985uwqql珸ʓAx~+>#U**8P#OۄP.?^@u{10˿>TZ Pԫ׎e(;Ll*3 KgqXHܠ0"wЌhEj?̋ s1Rn8D`1 gϑ GU#HA? .H;yo7[e$VɅmyhݍ6yQU~Fҭǭ'"Tu{E0W'u]y 6KȂG#FI/7AO z,ps)&FY2!evff~GYغu r0زB2Nt+ XK۬|d89_Xٱmx 1o+`i~r><52>wsR~P3dB,^ԀHG0x=W3EP9.6[T!6"`fJ>p:v:, 'N' s5TWC!B dX7pݱ5f~X9ҭSh mS*O&t'w &RAU{Rカ4I'eИXA榇E`CGjd ^4HZ~RYL o|;~ҭp*ʎt@V̥>lC]2暜L;[؀u376(ԗ)*Ee:|eoev!!_ewpTԙgOyz ^R;5󙠘T+6T/̻Q-N"nD(w{gvwB bܭ;@e4#9m08*a$yxn>&G2on|!`YРL Р9 A6ء_W8^ۡO)Z C%~m#YAG'yeD/K  4>B1q75ad5\yM&sXWӂ*VގI;IvRnkr1Pnt'IءA|TM34 QQW@%tU^O3܃ʏU1I~*?ĉR_&%nO%/W!4/r[u5 hpLl WUeXj2/ԥKvѤHwI_ݳ[C_.QBMnV&b> &W0Q{B2yYK[qeK ]aPuG|#@ "I#Y'w9`!7%/^|z+dzvh`Zdbe33ʜnW5:H? 8^.llpKQMpZ<:[ 2ɻ/uYȣ$ɑءtGVp*+  }s\k0Rhةy ҡ_Z|ۀSf@$t9`6`MuP~ !aU1s[R ss0ϢN+,R٨NTqAD4q/U (óP*8T﮷q&3 $ߜ]VRhFR ( x[t.Q#YE\]0k чq.^fDDa 2e@&)#$_CⴐpkT୙o*w݅XE3"xL,z9?1/6l EEٜW1⼇`eYbiRtF&-ꌦ];U:e/.r/8͉OapX\B߿|.R[xc, nGFħ4w= eƷv2>|!5P͂yzz7a uNFLd^93_W~U.E`zf9ɵ̠w)v8^% bJCBz큒ٓpSlMGbOCfW}_dX х Fd^Ь'aO<ҏht*ѐ5`ֻf:YøQ ̷&\*Vokj^ke_td 0BoAxwc G8 A*o5 ^ .+\8HB] F2M7=D{ja 6^yuXkgH%+PmjGC7wvDOm3y[It5M(."{ zĖT;ZRK}x}JBb3gV? F]8<݆/6ʜi[MCAAU%V .jo2+kz?)#Z $yN _P6Yl5E6CYώӺ8ؖ7⢤GNKtgFt屿T/v9aÚe^v aYzDʵ fZם$)T=v\cڥG&4M7/mZ!<%R~(XձjgyALeًߧjjOn{qH&EȊ߄VbSvvn>d'K=ŵk==*F?`XR$Ht_^"t4^ IÕSDiog#$jA@3S^,e4D!TkKb{' 2djFi&Swy#V% V2 Ԫ'JG b'  \Os 'Y7RH@[A =Fgu؂ 0qF~ϓdGJjSO]<\zukw4 r1)l5 DUeE0gQ :{!OK#oOiZ$K6^:&b8@5ۆc"(r+=h۔u69M X]?IV{Sbj.Am2U9ff>(j1>XR_XQub1Z7ш|Acv&ۨvHWwGWU7PGD"wm($YRTEOOqᖸ-݄mz-TmehTRX}˩ύ=g8z]23lFT}5V6 zQQ%,NSc"J3 zBAqRI$EUd;I0^Ժ9:6/W܈L{RS} fg$pǕm舋2LgaGqF*XQ=oo5, J^tZ=^hCI9^ _D[W&:GE&DV/=.u.fw̒pT}Dҋ<: ET!ǹG|On% H@@UOy$@W`RjoA쭏 7Xc ŀ"\%opVx?f;{3Aw[Q;s3n86.sS-Kc $2yUVƺzh16]1Jp3O:XZ|BdD}̟`}EhnjD,-%X5 (V}:zSvc"כjᅴE^Zସ<rj6~]57*/x'prs^4'RXۢ (_&lz/CV9 úe;-T4d|Ȏ@/COVȻηJg&̃}?J2 ˻&#L WiYTX 3k 6D!/R#nN@ >emA* q7uXLb(I]DN-ˇk`dҘ߬V7gC*!?U^Dk5Ѓ 6QSⶴ}F&tpGn}oڟ\˔҄Rd $=bbom8q?WӓULSO;ݤ*?0Bik|,`(sa*&s&;EN(YݹKiT߯`' eУ#_q2vd2푐XXQol8W}_3 ?K!FlWvËG*M#!Ow߬Eb;X4GUڼza֌' Љ${Ja1Nز>ElTTa6"<,_׋까~(^(Wb9[At+,*VkOQvkR\ 7*;"+JpJ;7<ʹ!:N֖ ⓴Q)_|wzm !|m~; W~ 5i#$DS:FJG&FDSal;C.01,yTGX^=y]+ӛ-.&x[) _99[<:ʞ\.ݑb{akr)-"&HHa^ scR@ m0!_Eu6M'7t_UVNΊ*-f3big ܰ\xۖ_B6=zWP[iaE}~ !z xK3Iױ7E2]>cv܉%Ri?i?ٱnbccnE~IS.JU9eTNg:+ջ3B̑7ŭ}D܋2P-clofҚgBв/ѽ Wn a5;Yk3Iւuu9l8^NZK`"RZylAgr, +RV࿮8Z|o_/٘~#+<o/Y*!2ʑցHi؃grcG}. 1Xߘ0I7.,>xQϩ1^&4#َJ^#VCw& b =RsFNE@FOE/vby} GNӊ&h\^*7["!_z{*/ϞBWu)ݏR|5C8=sEb=ĐD3sNC_H`$]ghY ^YdgA+UrMw'ʌ<=&o&g;rΑl6󪑽 {.iu޲xq F\{))o]tiy(р녿%h0jnr< s mQ6NXB{\(54Kf g{cj̠- !_[i w*NW~@7?`>敞FMN TrհN-2j*QՒLxHw~?B\-u -~vTx?g/5^ L02G:TXj +zTE\\,YuDjGcd aN5B~|IQ>&%:љ"b|/LD5~ FAӫbDP w#KnqzuOb0R[TwfxRtm8Ii㋞A)$?A;P/S|ZX\~ XK{+ة`m~OB" {M4?!Z|Ss5"p+v TwbS2*J}zpa$kygErLFEHZ0ꒆ>U>`EҨ1?Xʹ)}8JQ"6j ktڨ=]PPoaR.\ Fjc-?J5"v󃜏 -;-t5)huA7HFv;.ְeUDwNSg/Z~+tCoc;+<UM9T>QeUe|$R:NX$Op$h$1.%N:'2?pB1Ǔ5r\!Оgͥ"2H{ru앥[hi#QZ 姹0sB,9QI ;8Yޥ?v Vw]a䲅 \u9slϤs`L̞G  !Α, _Z`E@Cyo(/~.T$Nk)Iw[zB@`5Hy-Ŀ"h8ԱklOd~N}C.Vwb͝4RWq2I5&W]P->BGu]=s]@` Yȡg~I쳼M<ﳧ C%4Iksc"O{vRdd;Z"RZc? ΂ՅA%f78)+]ιd}ābB1?Ҙ-:و(GaTki^0StbYjN/4V Cvu&=5͢. j{K.1rGX8U?bl1"7ۭDR1=x>ϝ(&$ƈ5=\ 3_}y *+YBZ޸_6k_{EQR)Ucn"l3eC+S5Dk\ܬZ[ATfg BL))"^ecdNZPy7^Myg뫻7Z 陎3m=LơrULqRsa[ob5Z2R^d' d.CtCmPC+20 ގe~"WB< 1J 21c&_O5i1wlrT6̓ͅRe҈Jy"mN8|`pAgبFlpDsMsȪZY d/ #{#z:>Mˏy䕜Pvsf|ppq[.yXLf s9ŲXtմ '[ugrHq'lAh+0xˆ*ьCP9˲̏s# Td5JEj+vRlmB YQmNT>~ ~cUG~-I}~.'?J{{K"jJ"j]c۽&ϭ"飞~EGdsc/ET*J%6L_a~s ZvKa:,#nܴ<:EPċ;,!_`^+a5tQš('l@⛈E"y w%`.LmDR P᭓zyz:lf|< $}kww.gO+#))^ƭ>\OO5smb^x$8nLsu`߸L#n}Oi1nBf3).ý:r2ǐ=&rԽ$cshn{ qO`Tg r/C Mo@ggBAT6;qfWNby(Vb~ @1rcܒ L&ZeMu樵W/ӟ 9HxC@X(+ۄCEFORh~SPjdf#RS Ӈ JyFv p1%_ &?ah QHԿYɼg:|(ӺU6*ʭmlX,L4֧'iAGH:{m@grӖɲI+cp T?_!ݣF?;@f&ǀ@' _M9ŠEmΠIA92U^O5@jGiU&-YiBR.<W[ c)! !#XcVyJf0xq߉ ?h=3 pє(K>MŞN >Djrfh_z`.2iey|('yȩK!Bf,yX,W w>('FBB zJsLx\1qP+gdSAğg8y, ޫ?~ T#U'lr h<ՠG2!z&;uFKQCvJ8p<~Uqn We\"@M#/,TI/SbZߛtGEs7\X9}!eod_0D y:-+W?I^/&>V}o,gQixҺ.#_uBru / @D ˊzÛCjL'UZ.z p#}'G244Ѩ9ZI%VpEJ*K|HUp A,m2z皕# e]bnYQAW0Nz =qwA67 3r Uh¤!ym-vkDd j7R p8\M لy$F~.$%Pil@CN0ӊ6݀˨LJuMgLUjT!e%94S/A}s7]j`Kܚ 8o{Kf?A\" N) UL⾺6y39Lk8$yS1ܶL[.bfL\1Dj$L)+̦5ӱ#%Ά 6,8ta=+W*J^l@)H0qҖR٫"GD~D.LqJ< aeY,f.4$l I)w>OpU5L$DSjmoم,[RM Pd4G~ݛAfVfcCtGVIiWKkm90O_1 Fu(=dJZSpל-䠈v^&)#@@bN=;'br$]&cłI;L ں TzgCAC^҅c(-J+lN)j&kgSOAL)%q4+: 73#CI'פ.5S^})w)Djo"RlƖY_AtAV>kvM>W{˼L}7M$%v1!8G^hNJ9W`0gÒx=[| ƨB@!Ɋ-j P, :zo$35R1~ӮZ.KHuoW6A+=򜣁Eͯ8Ao./H]EwTM&TM54ydרdw<o'Hw|;B1 2V%׵ St>{4eHA\JdVT%Ɂ`Zl$U{Oy"/7IWaA={X]y .Ԉ9CCPd)ވ:>RάE_՝4 ^FL;wߤE33])aOo&,u@/In1,;w,d_aaW?E˴uļ%Q١%}ӸAʺ@\Alm-)iQa>fϑ:Hme>% #kstŤ7c+=h3~SP),p抉.0{@oԓ[KݝjF娍{$_N'4쵑6 DĈ+hcnf @@NuUĺ_>fASkї:sŝ/f$ћnR$:3-j '3 |xuZogLcq;d)ǣW9/ˍ4v--̽~]؆HC9vU} yFN_̷uXbG(9؆ El D*,JhCqcG46)ml0@,R-sݍf^#ga{ B6yrʶiXΟ=^4|b4GW)U湊PρX9 Fiy;jj}&a4>w!خ dRhɴU$d\kz]590 d,5*F)}JK'%7lsgR jπ5LSH+wqqP;vƎCll]队1jR~XF:bHLv9d*ɅΩ v<1P]wf ܣVhCrs Ԉ 8<1:"lQ xZ{k㙽Zq{) ̤,"AEmKW"j<[e6:%49`'L"/{Q`ndXr=wlF^VF@E)T5ZgOPé">W69S6 Ku󫁢Eua>d 1D :jۺ(82f]pR6J!>geM^œ.^s|w،Oq_aԀJ{M`E,7@/mY& J6h%:lUaR7ۦ{"m1VTM3רV0|NػY0%T 7x(QY;[*EO&tgE˳G*6oee:דQW#$='@y- I5NI9f-YUj83lU[ILH"XI8D'(nJp?^Bc׉?kʮa.\ ح:fϐ”I|t#Yyҝ'%4ԘN#2VKl"v-S̸sg+/H-֝+NJd> ʸiMe{Kg1'AvgmQ C[k)'R8dv#oṔbsNȌZxjaKk궪#&^2N5bAW O K )67ar8*KedDyiƁ ֦Z`J5K/]O!FXjei&,,~(.̿ϡ&i7 /7|Dl9ـ~=w \2o9(a[k06?IM3ҩ*4y+m?8=EBq`L{$ö +yS u}8s7B IE >m9?Q.SݷљS lK_ %|ȶZ EC\M/kD_CɑVĠpyl\}XR~E܊ˤ-i|M !f ڥJ5-8=ChmhTb`U,6kI!>F(hQOx4cpFC{6 hp7I\NTM0(huazHyàw]'kM̧L3Ҽ*W"יsrdi_x<[1  >е Ṕ/9 ;YsyFѢO31s]rSw z P-uW2_>;9k&K'}I@I 9GGxB%o|c &E_T Y?V5ځth\BЈv5ׁ aŊNҕ߄E>#[f:x ,|&gRm(vjtD) k|xK# Me:,בה-@|3`XhMXoѼeC NdP Ge 91VapTϬȎl*a?ѫ"Ӕ=IEeq2rK8WG=2]v{$wD۴Yx1p3hgw;$E>u̗ɇvỖG&D.]>o%i9ͮ$+RtgiaN}J|264IWw)ڜE4+q܇g-c DFE56&c;al9_ Ip!ㄬ{ueEPZ!m9}}$bs{`)deMp &툛i"7=sq0@?q0yKkͷwAE!Md$jޡa+=LvA/VnRudzr ƀ C! 'm3|3Po+J\*𙅳ĞKʅwU&?t}㷢NG$/sp5GN@A9:Ju/2aEc1nv^W",Vhx윢 p@ຌ].D~r,.rjxף0̓}r3?3Z -cՔC)?>0 QM(?jh َ5٦VM2S*׸KY4=S${km F!r YvbH9:G dIA|C0=llp(n`U@轍[܅abOsvϘgGFRlĦw@V$%xg @ifւNT0O]IBj]8ؐFAn+)jXFJ*7;&L j]DyOd]f%p,RY 'Z wYk?R 蕁_<b z6)]- I r|EwfxIHDznς EXq$@oJkynUK: RZe)W##q"7/zR0f}&'d&Q<~7j`9;57zTWxhYcUCm젷0&Ȝt(V2z8%QmS&idTvE> yY{ $"F?^[RZ b_7yV`>Kd ~_kzH{L\ g(/}+YnuED r X`^V?FX1c] <;c#: fR R& p%U@t: 4dpr?ħZ^qJ8\pKJ#lHPSjH;튩a!ߔ^E.K:3e{[ӳ \" yTUyWx :~&g\IfI# 5_R8B;6ߺ`aCw&2-= ɖAٗmwLfC#*[j' t\J?ȍLTL=~.yVK  ``$Y?X,_Hv+fEoTq^y,}p3u8uң][<*Ӕ3IRBޑ<#!U!k/^$d2+׽b6uz}P^}%%%i]=J:X4ϓKb̸zUdHl簅CP?NHKF_3^`#/?u6sH o vdVtS_#5jP5GshEwJ,ȕ<03y^Xz#CtҵEtSoLMhWUBs|c}n&P?*]8v:ڹP@SHUyi+[PsH%Nk7ye85gtj>:]8Bhu<3p8'S%i k&OsJ-Sco}5'KAe>˗ 27w} x!<0Ol(^- *k#D T>qZ'0X Wc 37fO)gh4-| V7 M#&b45R0_ܺ@LuE(I`Ckv,VkPrCt oܺiΫ$u~yEz|{RTMC=y9<b2 鹘nYpa/FՀg.E6ϭ0D ˂ b_ME7]sɓxЉmAx@0&He ΅%N8poԫ$)y#/(ݔ,aBh$_P˖SŔQ9RbsoJpy$  Src+yէNB>{C}D& ҤGS[ J7z h9{s5W_5 +j 4gS_8tpvS"UD/[sJWc%tKz_G bfQ٘526n fujHb3Y@Fuo@K?RaBqkeA'C %W9C6eⲴC9 >Gõb88@} iv TgݹO490GxDڑגwzڸ'pK]*SomoL p,ln7Qnf-?.Jwf󶷸4¾3_%@kv?l܉ C3'J$$IcEߥo ʝ(;+3&,5Ԫ[-ybSQ(3( (Mtu豝Р>%4|i*kI+IgMqU Aw)FSVn*Pbn37J Qgc^RG=y|a/QZcmɼFBN;IKVնT4V0ӓ d.~bHM2z|:p|$-K/&U-pJgZ94NX}CgɵFĢЮ7Yq9c&?0 rv.v߬ ??26fl:G`z9( q.wO0])Z J-LziA[Bs?86hO e*ST*ɨ닓;-_h]EJV;R ElWm6%es[y37ŝWlbޔ2.L`L"&VuMtSB#+D\؏L֎>]8}Rd{*^(9(aU`*[m'8 ;j>N8jx^,QYIl@%^B?=kq\95R T0 M~> L pH]/=31i{5Y-Qt6rzɂC<ƻn]~H4N͌ǖpN:h6& inD#l;+&6SjUZʜKGL粠(vj5U![e$ nXӒ8mA.bxh"`)Bwէ5;WʴEW;5oniG~?z(Rm\7j aCnnv 2.ӈ(6Au@0`7/ۻ tr㏟4ng,rי|{uۛpdX$I2B|h6Ec瞣c-)jʥAZSysJ׆K7wSp T%X;țhGڪ0W&?⇱DYl$TlW1^dr[PO%QbYz`ڑ,룱AKOTsP->1?Y('ڜ cIV3K*ɳwl ; $ V/M6f35FDgY\39sMhޯTJqhǰt_(*i]_ǴIouBč(7;Pfswsz|4=tsc@~W/~ޠgahB{9> ~apb%&CkZ2aA&,kIl8J''V3.-f͓}d{=JOs ?#0׹L)$+|)ƺa<ۏgGPV:~ 0g |k;^'I9WXq+2ھyne}t@I\}%U\KOFc4!CYXm] ӾZG[2k%i'7U"bR3zQ̩"9IEG7mJ6 w3֐NBkU+UT+@ pݏmI %FM&a) OU5lk&R4lmOuA ZD))\4sM@dP9 njXq8*)>n̠o\kt #*| @:VMHU#@= ~Tӱe[ou)FI<3Q-^q-pIwtIqL&&/ץV?1hu"e蝽.~ӍR,Abl| z<'] vMrnZ>F썩47PP}%֑(Wcb`A$ѾNe *͖,uICvPëAS#d.2%RnGb"J!9!4%>-S1a`|V gˬSx@hQć][4QMSonւ -cDnI/Į"D9HeP3L- KWgA%NyT$DZd|CF83'fS{E+0$GEkŒi;XĊ4tҍDpƔq0 b+ou2%n>ΝPwJ4xqKoel7qT!#4sNjZH ;TaՐ=fW_DN#|fJϞT} mC2ip8,C*qQ[9}ՔP]/6ؕ 1ەRwK6Rn))r$CQ1.GmoT ~J/Ǧ&ٟ<[QC"KҾ= Ű@t ~TaӠJM)pLL @`RxJ> NGh{W{k/cSҊJ.VJv;b@E!U_mԷiYq:,TPjOgC ~!gQB!ϐvT8~.nӫd*:Ajgx|o) {Ku~Ynreu֑ΗRV+P4Y5n40: ǖh$g* {FnN!p_ɟz+A65ǔ`s,ͻL鵗evN#_jdH(3o؄, N#k(K~3&Y:N`dW&cNaVC $s^}!Wds/ڛ·=&DbM!Ya6l/Ei1o|:)$ Ku=XIr\q16fi.WBn|155 ݣ8 `_Լޣlâ2GEի&lh jh\ёAd3Z <:Br~ A\pN嫾6. ~ @573칎ɯPS"dc~&]*f(+!gN\7. @i˷e>ȿ$Ķ]zf-DWj1 wQ'aQm`>oe=j3E[]|&hwu|([0W <SYbBwqȯȵLqA-Ji t1DMqI}%)IqW0.::6=T]./~c ƌ`Z]B.p5õ;X4N/ů eVx5+6M$ֆ€>zqfCiKMx/"~^K>ϲe2=>ƱEEi<}4-0Ql$͖v@kLdU6g$B&>UY@ 3g` 3Ē+e :7SīGcK S"rluQo}֢-q lckZ*2P6tj%GHa {AJ ͐XfxɽXR#"gHb5"Kqlܲ2.Ni6$AFy#^VWSP)xҖ(a{:ݘ76Z*-xLb9 *}R$tol;,1d@mX`鴩2=}P Pqm+ H'ݺ&ʔ/iVʸaep3AJwm@KP'_n7v!kSUs`ewFڀ]Ϲp1ݗw ߹G,2Pաbo"YAgF_<Ԟ7L^?l-V;jVZEV&($s0Q "I|jx2K"wIz$>$0&4wښB琣޺dwtwp*K=-DO5?7G,-d錙 1~J[!U'^$@`3$F]k@f?R+h&#BfP& >EbA 'wUȷ SP)UZ+`JSdQp/DslN'@;t}y38;o L`KH[@0x&;*ڂ㗹B1Οlզ( 3C><\58CPx?4_σư`2mMP`6PE3ޓb5ӎQ Acj xRЎB*-7 H<ҟD"-c̳Ƿi_Qړ0ع)+x-P ەNGb M6zuɠ%_MuFhd& !WH%i aha!un1[`r*3Yb}l*։wʢ+2|/vA1U\E r.仄7k=šƒuGjòxޓX&\!ۅ7Ԓ ڙ::;GR.- "Ex{ leA'͂[N~ej¾;@[`V3CL@}mI*{Ua? i  a]s;Ϛ=z ogG2ޠкHw?{frA;61 caY<*ygrohѭFiϞݙzTk5%.eVp<ڼR4mQ./A6DbVC>y|ŴkЦgf\ ƅUJr8U<]+{yB0{\2?wpO3.dvˑIb\w˞= & t$=@;۱^|3h9||?azC72vfA]Ì- pHI} Se'4:7/x{^P$DXl#V$Phׄ]+`˿waZXq\ SQurkt.!bЊS o IX-f20y#*WB\[{$ VRq`} $T] Qh#Tg9N˜#_b%Uk_Ni 'zP\ah}wg B;by@WމU6M9)z񗚄RCvhHfRcߋI 11l~[ꮺŌY#.$zYC5u1fbMffeե?]W S}.a=YK:)/q:KTkhhJF*uTxһesG>ƙrɎH9F"ڼɪ ~j ј" ",ܓ { w፦)V*7߂ DFI*\ = Z7N[r8>fx̓ݿGgGg $ͣ@CER餪u(8Uc. ./$Aց>VY/(gI>xhe9&% ۤ)M"d$Q_Rg5 Ԡ{]rS1 :ɣ|R]GO)uG. A\[&]Vg2{XhAP㵏QMa}o zZnM^q=/FpVzXX٠;d%@W'Y6U.rI8 9,@GxNLb*HY&BY~w`ŵ Cg}B\vȼNRkTAYyAT~|2ek '4VSf?*Ff`@'$;䊠}"f"X/ltAV96FI ӉGm$Kͯ֋κѠFIރYMI+_|'17Sb7j59{xQIY.i&lEZ͝Ǹ?,<@xKmDV^H *q5S ~\+"j%rpd E~]]Gd֕,D.!_ݤɧD/?JV;!YPv~=Eb|AѶIj;8z!ԙ 3zc պ\&:i >  ~U}zyj)Atyr~k NQ% r,Zd \ulyڠ @SiD w$h,#WD3#s'-_s_ ևaѐ9I 7,XE~(K*hrd1rpqo.pքNiɺLg0%FJJy.kI `+B .4販,V&6ǬJ6%^>vEA# a5 l;9,9uSFE=pܖZs" Ѵ%nw1+D3ˀr<#_JO &XHwhÉ-J%% deGX+n2d4&GF>(34C~Lڤi<oS(h:CT3CH#Ϙ%T2EoSlS /eG! |)cn%l6 %=d"fyhbrW^1lY-SGY䌬V 8uL6R7FI5IР!g7M/R Y k+^Vn| &; 10r VY@S\I:vw#q.0&g"nS@b\A8ᕨ}͓o(`oSף3Sg`SV Orl+O/{LHPB&v$"K: ?zܲH8R#ixPN8y!1i0;.c%Lt3D(+/Chruir@q6S(z ?\K4@1oW L/4:qqt;-k}6qh Au\>jQw-a^a n|DUG&_ixY7xz֨,A;쨌C1#+CE#1^vGq  +|+G ^C|xE+Xf{ixJ1XHYɘz{HS7ws> UϦN7^ź_7֒s=ސĩЉs'JbWAV^ WO,YYzYހj!k$T>9}e*|*m ^ ۴ImX/y9{#Y[icuw{#L^z_n‹U0F@?X{6 '$ŖNcv7>g҇5b,U>e\ eS'ҵY8IL\"Fӑ_WDpKYgCbAE:,;bߦDͰa%PiB@ fyukkY4I pgޱ5k3k)NrҞQKEW#g _n芔aIt\Z[P'+$(a NVNbzB{&ҩ0ꡚF؉ı'Bw ND30pc?hT)6h>:{3.\?2X+ x~pk+Ntp:aV96idZ"KM~9g}7f1~&B/^q6%g 3~.e@^@PDOI~,𾂓_"/S$#7PGҷsk(!Edd,LSKu?K]GBrBfeǙYFnia4dBd;c|ӍǿVNjaf@x9)_F`}7_2Eܪ(T+Lbu25^]r]{"O-97։D3P/ؾFGRS#܀wT''`shmЖ|[o$h*;||t鄇Pj;z03]k Ӟn$ }{ ]oHk@0Cβ]3OMЦo'3DL<䫁E|u(Nj?tyIy(1νILS{Df@Ecl܊>HUxPB3J_ Fib%&2-VRW]Qh!bxg| ?w4 ډ!=6S˚9uB |!BC:sRFWܤ?B; WULzZS`Sv]93EZZR^&qp}ԉKli@qE$fAŖ& r6݉+mWB:XOzv00 hж7FȎ`*Ziꓻs ;v> ^zCRMQJ~9{zqYC(0rYܱf e;X3'U !-K|\_+P@}dbY:JZVn2*ݏ Q?gP4^_|j`;?ۃX +D[z7NMT!*olFDgh֮O.@8ڳ?,J,%6RfL+7>Au%d?cMi|NAIz]~(%m=$[ĚK=i\BdppŊ3bBxSff9>B#Y():ZƗ:SLx%23L5JB6A1i9>os~l< 8}8xo-H=nz@†_1`dY\T0Mˡ*oD.3raŶi?:'?Eы)Mud?%I/?¤smL +衩Rc vP] ّCk9Nx,70? [!޻GAB;3J Y{GhH=ٺEEp~ ~X#I3cTv2]܋@5+`_2'IЅjy@  gBm7B¸=&o.SY4NHMEr((7 b5VZEv_~~q$+puIdo˥G{Va?2y&FZ}j8^:]RHSo' ׶A1x 8m,5@,:`DXW]=om=M2u _`o\Pi1hK-24 q%`&V[bA8[cQ6b}\เ6/ҢkhLe _g'OֽKiK1~}RE򯒍B F*.qu d$MDG*o|@O8YŜ^簻D 6c!Fqgz^a:.uE"ۭ6~[PCZD:硷Yп)f _+75شC2.a4_ՏxӰWaO^fq %]X\es車Z<zbKxDe -O YEY  ~E3R ?OTNQʙvH<ۋ|Dr=][ sB[U׽6dIH.we?jzxǂ-DbT{*L6*K4ʣ!4RR/ízNz'B(Z2j/À,C=axSr!嫳]-*΢%2 ,(WtL-ަc#;SMq@]׀Oɼ*]~X7v܅zդ[mfsH~ PI_ќ ?5L"+*xh3`"N>KXۊ<>kbrE0R\;*i| cE0V YٌE/gi`$LNN!M^YzsYUw#Sj!!L#gޛ 2Fk ע+C¶Lrl^)-O'dCTTNnC.+h7ڸT]\5vR,S]䗍"YBxz] ɐ>~梳&!2] rB!/f-Cg4ԧ;L*jپъL. Z*|a\g_^~P{5:$ecuq((Ps{ +8Wqʱ=y LOi\ASY=kGk $jg[,!(yVb>X,)"] <>mI1CMDY1["8QDRWp |5Ґ#+M@ Jµ =f\~8!uh ZlWWuž&g<񅔅!~иFL=_< 2d4g>륹?=(Sz&[raIMky;]9D9\wy\̬-Liq3 6?J&AGkgD>}_ M(ni8awck!G "!܌"Ex;``Zt@|%COMQS ud;Ӏ'|SpxLTܯɟZ&/>36+/y1YaSN2;R zƯ:SE4)H+2QGz 1W+ /As1E Vf E_ D[hXz<%5 I &ֽ6c>I;>(d|d\-T$ !pKMb;%_}g!R²B!$G3|iLcwy*^{N+ZӤ};%8}kؓfzMWt_j.sulЄl%o!Vxaд PpjXOJ([`V Jg=hÆT9uZPězrʢ=@Unig57]Tk e-$_.rd,k(cRAdzڨ$gϪ!#}D O1)^EQxZU#m7Iܻ> Le ([yRpH{8 bˆcE7:_ <+ccY2,(Bډ9BثHtW&";24DIRW: hY*FvbC|Zc$LN\7Z#Rt>YwbՃR#&@D}xV s`vށxhUkP0`r.FXMo!=NL_S$IW03=*}V8: *cJ&T1r+@SY|[^ My!M*4,z?! ]Ա H YFAbOZϛ}?{ ßr}a0xݼ :V{BvukQִMEy-bMlϰtһ-F(S Dr fv`7<;v^O_ _hZpu&҂~;>aOA2z@[/ŮeUХiMv/x9{3n΋c/`vȰDI]pf*-LEcQ>@pUUs$G$5F|H+ce8l&GKݪ[eW|R2G +eK:J-[4yiSϔyR8~1P:yCuY_ KJ69زc=R:IS@QC9 ҋ}S;[7륒platwGe *q8GTX1E}zۣyoڜ$XXZHtwW|z跹I?0N~c j W% tӑ6#*?M2F^Kou|Af_"IT Oh"~͙WlѾ^Mn, T,}ɡxB +YL( 2)('D⥞:y+ +(}rZ W'9oTX QF73C_-QREJcͲ\tXl|3PXxJLׇ⬭̬`K1C2f\ANnFZ{Rub̧rgV^lRc/ީN5AW]! p,<v; ̉֎qe"W6ۏQP"Ifz]đlQ:q޺ +=r[Ǒ+Pl3ECP#M)>s:,Y0E>5BQ5kTDzBhe A4`*D1Ŵrjhe[j3GPh7)0U%&eȌqQ9$}>?ȓ' ,Z|IV *i !2\̑1$O$Ռ̑oOW$ o4pa?=MZ k]GUwjT |ѐUH($xGH챷'X  X.cO<ը~Ʌb=抑g¿{xOCS DCh`@vQT(1H0K{ NI8&|̂6\ޝ6}ʳ%f |v#{ޑ",b ><n';tRiJd /w{.yܨ_9?iyLk=(dMAL ^@;=n= %rZ eS{Yzei7Il`Za=j:`͌XAPQ> c+o]_W+o[R|"NE.{3b^զO[ZԱCQ>ió9!X-~i jy)XE-mY^߈7=mMz PCvv%#P՘D, qĝ|x̰:ɡ{ddj>lg?o{m2 'wfuW)G)> E.7=gzzJd_P1ݥ: ix0B }A7&H7Um-4%fRXvf@C91YP ~9MK |O<"ܰJ}vCGS}_C}fxn:%7V*? 8U:g륋 ![Ds5&/&[N+Sa)33؋]Ə) ='aXfo(x% A߲].&Ӻ' BTL‹3,wo-Mp,h2 "|jYf_NAӍSH7g[6ޱ",ZIVS=x֧?@`HK]5CsB2%[05۫h6^*Ы< Mj5*=&7T^NT M锇^8fOڥg ѶV{3`MrEM1w}ZQ'ّ{8a\&ѶIJ$@D지&Պ ?'aSq0O! gQ+F bn_A]Kys5R6o>إ  #}Nbϊ.osYKNTx|B9Q\v^H&=]cAzNb ;̷}\(03S_4VUaT=鵇Rnn[;ʑD%& |ȋ/[*bį&R`@W!N?ӏ,c%1YB0MaK,cFͨ?;2mʃ/3J |xCӪCP 63Ep;b5s-XvHAaM@5ߔzV;S|UTNBsEO}gǤ]Gxb(tm"H"Mhu{׵H8"L|& cǾ0J")C/S.1cmbw0hkn,Π!)eOjoP/@eLG"']D@xv<B.ca:2pX*DN;ۢ&DMuxw)quW5ٍbEO97Alf[yJ-"{T }k3 DUIh宅D6]V(IS+_`,S- ZW4@OJXZ\5eyT@8hmvo6$7KNVm8ݎ?D =} b)'/lȣ7LJ?{HvX6[^bL<3mefQYN_U'mBzî22/`A4JW\dj(u 7 /.WX;A}R48i:b[sFNOOwYgsaӲFm J]Ȁ,t> -*mreyuZT{[غݻD'nxFT(v͙Yc˖a!sE?}˘nuaBLAF Đbw"zY [9Β GKr\\tORï>v q,ܨ(U}Eta]^/eiY5y?tUt5J; Q%9pchaQHׅikuKp N\Z& S t }*nzd˜t6D1l\XZ:qVV`߈J&O)sw-= kv{ 5c!Q`|wݏI dTв&7F<'Y?+</?QzHiLO> E J&UFy'̍;*+.f^m(ik3*nmחz̋v'XP&̝f/K6;|!|}IP8~?䋨!ޭ<0m$gzGcwӭ!Ȩa8 +kP!I\q{%{xߤxj(a@)"5^q x!%QQSmHqHD9n7p#PjmEMAf>uW5Fy]/+Q}T@eձ;pȵ:06˕Q>^{r|@ނVÁ뽀^=q)zv?S\ g͊*g^@ׇ~Sx׋'5;,07pʺ%lThd$<<\Of7bK1r- 6RBXv<# UnʒVù7d5mzRwSB<eL_ughO[d֫X5; Rx 5S+JF3Mn,\S^xf.1<mpy8 >[2&کG~2R@G~Ğ\']?J,i+ċlkmh$e#M~mdH7ОFV(v=n&?3KFNX۱#; f:KBc>'8xRG:%ϣӓP| sT{!39҃Ш-vbj[g>7i?a oưKIJE{0_qme-L:>Y$CYD.˯8)Z|XmB4PLJ,Bd/Ҁ<uWR- ȢJp@蹟Գ|& s7G2=:PY/mb/u,Iƙv}&x$)`tqe0b,+ #opRo/ޙ~U#D5QYk@D$+9XgZ$t,7-ͮ 1/ I&^@}|~/D$je53B2 }y1"GiMDfaj$VN6 {$&-6v뀁O@!ښ5\j`۰HxESUzN_Ba=E#{)njt앒C0 hs/=.mތŝ1JrJptF+9i3:P!3r /Q-s_ӟ~*)n~A.,qA^B|QGc+"$z>Iҟl{27 O=0|)͠昃*~pF[;9z*:zj1?QIf=uIq!md>U/)SQH Krv/eV>+\ 5mQ:K?8Zwi|l:H]@z*qms%I0;u ]E7GaU@Tr@J58zYAcGS&Č /98 A9t+: !1g(WA&O½rc3-/ HfYFVPDrs0E. f8_%b/';)u%3Tg Xg)s{Z7ld_Iþw/.lNYZKl?I %p ?͎jm~od*kܕ6Y|-oY$vjx([?!awS@i)P|l^ r^Nxvxn^ӾA-]K)Ra3K^QDęړWJ<+e21WQio/&"B ZbS]&VQk/s`9-f+ yu!NjuK.A]'v6qzS``ʡhmPj,Ļ\gb*]hY% $bRw8Y_t`AJQt\n'K,Z=q*ni)?JNN_!QAÒO9! *[Il^,VVDE(#J? myM+=vAO^~[DBZGhnnqӵV%P̺MtyBɖLzm6U˵NA5nwҰ1`ӻ%+WzX0•mEMlU1/}kV>+=JN5`s*f.+CfaM2+"i)UŃTM}A vuP(nŲ\^rC/93;Q2NRv& < vU-+S)H ɐ΃==`X# KNOވiȶzYWfAґ.zJ]@dSE_dr2 ] 56̌߸iI͒S&uf³&vUw0-Sbt 4#+jEv@4UmWI6<ӌug2KT'B`R٪)Qɀ#AsC9%~CV^;dl,4*l 12&;?!A ſfw(t5gjl͕Uٍp1"҉!&G5!b2П0"/@3ݑ͟e+Կ{!"k"ES/|fiD _3FbřU˯C?z_ N.! sMנ1kj5|jۅ*ݡzV,c05Au9!ORRz7yZH-VPyoJIv„_gOQj8[% me1 vG8;gB:wWD73/kDC1m68@xLpVn!l(~ȱSqȎnJuj kg|QUPEw<3J\<c18$Cfx' ID/7((uEKT@0rTgYKHqvÝ^"{Z`UMK3/8_Jr65,&@729?.\AIppZad5mĀGaj.)én']bV_ǜ{JALb0,kf$iD#PWҡz' Y^ q]eP ~yˤ& Z;$l*Csu !N\aifN5uSE̪O&ȣb6S`FE!ƃX挶{oKmW6sn㪜- i/Cou ჩ]jmtvot8?]> .[&#Bo6y$t_iπ;XJ;"ۿq2 =m<h[v {`mEMTh*wa315}dFJĨl+a>t n3  P|ɠ=t)aⱃPP x8RY+/ɢ}N%CDΩ8IGLaF͚*eVwQ~u~Oz{*Y ^uyI lE 5W$a,rA0Dȿpey"&,qc?k `E4δ%r98j4NCD$3z8}"K]i}θXS;QX>ǤMu-H3C1WjbZDJ:&m%0j} QXWS*y0 t(L=DURߪX?Ͷj_i7׿}^ 솘4]D4Lj=t=uwqIIw^d# vsb^}O.buq}ѨS4(-[ؔW /[>֩IYZ+Dg։rm$_@`-P̐QɰJefIl&a[Gb`DdSF*E4&]lj ^i)I8 KA הu\ 6ƒi=Zr|6@a`3Y6 nW`}9p}*q҇? bp7a˟PX֫)~jo{Gt@Gaz {eG/ug33M!QLn6CA G4ˑĚV\pw!C%؏J|Aר5V[ْ$d&e oܛT ;R+{]#ԇ~Y˻⼲y ʳoz6%$)F`<_*5l'IOAR٢֡ 3W+z4UgojpIi>zЇYAp`pcG !qQA~8(DyG=-y!oX YZ