go1.19-doc-1.19.9-150000.1.31.1 >  A dS{`p9|EY Thq{&b?v%V Přk2MG "SўݘB0}\G%(AV#}мDPbMFa6VKpSd US.15n*D  6<7viuMHN}[_ չU8XxB M :, _aTO ^_d;K:M/gTX6856113505ff3091187cedc1f0fb26e81ca4e1015ad4595890fe9abde2508ed3e49025f5ec887d9764607eedfe01c108db763888dS{`p9|3 KQ3<t-[0VnnTս@M0:qI,)T^o_﨤Td% %̆̏9k[cM_GoH>p;<?,d  " 3TXdh    ( , 0@Th7(S8\9:FyGHIXY\]^7bXcdzefluvz(Cgo1.19-doc1.19.9150000.1.31.1Go documentationGo examples and documentation.dSxXxinomavroESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxppc64leMhi+qdSxdSxdSxdSxd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.9-150000.1.31.1.src.rpmgo-docgo1.19-docgo1.19-doc(ppc-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 trackingxinomavro 16831918961.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_Updatecpioxz5ppc64le-suse-linuxHTML document, UTF-8 Unicode textt3B/bFʷZָHutf-8b536fed4c4a82b991f00bf9ba7ede3d109d83a5f656efc70b4b8da5272eac307?P7zXZ !t/Q] crv(vX0lWw G988)=BJz#eƢ$R|J Af4/"z *Oši9R5] qkͶ]Z̘6bi_;lRk5њ}t{-XI5Bw⍫mId]444YrD(aLn.Nljmfo^z ~m#-+ox5)B= _BK:z48s=l~̚i^_kc䕥IUJuopnd諯*r_ b =1h;,g1$t쓧΄.άfp{J2pPYh ؏ kű<$`E֢ \SU}(QRvttն2O8+Ү0ChPO.G(Ke޲˶NyzQuȮ7hA6A6xTP &]?ؿɌKΘ,ϹoR}>,|ϴ7QYC8V)5Fjz c-s Nn1#9I5ɺ<ԥa;j/8Vt#b] fA0O<&*X5nVM)jэxqs"PWY>QGl݅D8߮0Ծ8w)cB6(ƼX (.gX ˽1z/WZNJAHG10 YũAc*,0@^~ V*,[H6Ran:WHm7z9 &jJ;k*a1jS=gFIrV3A:&nxA'Zo=qGTq}Yw9u:0A""cxsL8%U\w"!.K0GfiH'& hy1q %LIhH,cv~kb̮+QT&a7}$4)롫)Y_y۔adٙRpr&t'b6D~?7)lgx9'Ra@<wXBP K_K 4&y|=++j5h ~Sp~ps "|'V g(e؍ R wwC7>x[8UG-riR븽MsCr= _A Lp1rMfKvLJn`Yp۶_Tj%(?9+P|VtSq/~E!0x3o {v>䰧җvT/xcو1 qz1r"ZTZ&ʚݩ8 KY*vH`1aaX[ 5|7-O~Q!0'{6Ȇ`10bZ"U,MbNμVJe7!3}"Orǡl VEY xsk7+i/Qy7ifWTPVBD9zH tZ!؎gP܄\kJӱ?!pB}#*f K06n 7HX5q(+_p(؃F,|=r0H*HX}SRGwQN:{Dtnp˯&028y'<骰Cpo3:CYjfNE!3ԯaiUnMOBWxdU ;3;OcvO16E}+ttW=(-0}{r?$64aa ei-$&5w?0M:86nO|1\6u75՝[ ;ޢVF* 5S?=W*;Mjfd@ֶ7y?j> k*W׽=#vkٹn@s NZe5BoڠU [?E&3k,^9~7Un&34L;#/C4cL*#{M.7cV$*SްƽVo7y~> Q g/7ZL'UGLӧ?Q:*, |̍Rqsi_kAF-ЋpR[A2ȾQUl} AN#p<\lIQZG|+ 1-_yʢ%Z[ҚN}mSd*@ZMKFO_qq°7#$hz7bN.)|DLsxJw>2aȞ Y:a 7doCe'QkAb=R n7b/685'wY/H#e@;.1)s nڷj71W4r `w(F tA\e")͘{%*T1ˡv015L֫BVS6( Ң=;(XP6!Xi6Prs}(iB.n duF[XBfy'es&Zd~뛑5U6:;3헉QAZ(At|xA)āiZ4%(4`q6SIeѢ-0:?EǀeǺ|+͵=;ɝK qPK>O6®NQ1ģ^ rr/plLM?2_"otcp{athmSUKB/8B}Gٽ&Y=n "x—Z 1!ʜ~%~Yː6;![ieѡ"6n$*)'l;dL/CqYj88 |Tx*ϞvB *ĥ+},o7#ؾ%C|v8E>'Ӡuc 0@֟_]ZlP [@͔}ElbM7$ZbAiZ"NqS@ࡊN8!#*wT Y}1+zLQ +j8Lojezla|6kFh6) Ӓl\| ͹{p)?(H49᫿b(Vf~yˉ/*JlYϫ֣?4v#`ߗr>I~f7Ǥ۟ȜPkg.xCF0t\g!.tf]y{X.ʗڂYj꼤О+1[gY4iU6~_ÁSG,QA2µ @*Go${_{"7VmجcmV?YǠ%rC[d/~B Y\ i'&-!l18yGa06N75=Z esdTqB'g77'?e]mDwSW%'^B7~ |+H,Ӡ3~ttfhHP~) .גȺ2A.^eNѤ 8X#C2^7޾?Ei_lW$4m9sL>i89_46ߢy>{8-{ @ח+ C>M\Omc5|6p:f2[9%E 4P}1~8ۆ&p3AŷsFE{N"Zqzʉ.f>&F#a3n=9gI1{%Yk3Í3^ .yLTí<ݢ^4ZeꠂDn%AnF)9ɭ+/s[!Fͬ? uJGT tc(%%Z1mr,^ Aa5As6>j4X+t m>sb+\k^KN;azdž8ȣ9ed}7dhNnʆK6 +HJh>/`L6Y/]^x#='@cxL^hw#Ąim]Z]M0-DADZT:iVLq#\BvqÑ8B%S{wBʽ_SAQ[ ŴŗiIQ1D6#[ê@d tj8IysH8c*̊ݬ2vF~ˮx6stԬR;G4XUu%^0Za):̻)<ʦB]^Ba8 ΰ F >%v7NǶAmr/+t zso.j$x]=DsXfɇ4\ihiXci*FbU`1rEJ-1'æyԢ9_X=HL>^Lqe"7[ڡncw"D5.yo鸋paq@n7a|;(lk;t E.D za'4LOu$0^ASGq Y`ݕQ2~ŕߝ m= A#'Uʱ%{ID^rd5+v*&~@Ļl]>B޻p5Ige 65Zƙҁny-K%64+ 'd q8Y|QIrk}G ڱ ׶ (sg+n`Zw՟Gs3avr=Ha)+HqS2ЍHx^l=RY7kMi2mmJ0S|ב+,vy2 OT:Չvk*Fހ F^8,'iƏac`H3W38b$|(?#Eޅ)vXvMH,JJR/&pVn-c2ARdJok;(:HӁn7i {zťB6'F$a;Z_putt }0i956k %n3wmU_`RF*%UHO)UE*xJ!||6u>ȤDsՀ}")tu>4>4w̛%e(ɾ~"pFQ;3-l|(/UUW ?&@7ܭ|+"o&ZN3>QIx^!$+5wӽDyB"GyC$xMȼz$˒ސIw-ӆl+vLߠf&K~Lc=94Ҩ5G/z9]0ء˱~KǶjҐRfVTZ-d1>K붞V?<@7hύʪE#x!7\KFH S2=[@sp9kr.%b}nG}(7J֗ի2sYmVw.l+Mƿe 5z(AgXx{bO}]>r9-0RTYw)ִ [z^ԯ,bqmM-V `ƿ`UAd "4!k xG55tTP~bhY*rgLUg__thF\<& A4ώTJej)Us-1(vf[ 񚛵` n͜;mۓe/xuom yW9]˽l$ ))-3View9f϶ (B' ?=nxJYZl$ ,Lx*+Po r ,^Zk$럣0]uu+cj^:x7u۹wkg+ ]ᛉIŖ ʍ>e<vW"4A0~^=hȲ [m{VwuNZСX]7|oΘ;"|^ȑwxm!/]}SK#4=PDa4 ]^74{,Iݜ2{||i1JXKe5;0 8Fu_nᄛ*ވLY!;y[Y׆rRxI ~q/Ja9e%/뎥Sk lvJ5ƀ)-JϦMT{ǗdۿC53}X#ma}mk_QhT6cQyـpWmLy4K5E9V&5&^QJ2 >"\-EƑO땽69p᛭ȶ^*Jkwoe+O$6wrpHuR;q{U&*^B GԾfA@ ˠ$#t4' `7p],?lo'tpZє43g޵uf2Mq21o1x:İv68G_}H we# 0tmZuCV {7(;>]t}-]}Zj\N_")ת/Zym_E#>7O>ZUIo/  M|)C4eMc ڸY_W++bAI83 x#.E܀Ԉz}~eyT9Hþ֩ -R :wAu:ĨLVDJChz ,na{ ZDg%úK >tH-}-DJϴBVߢx\|v 6"Qz85$'7)?A&ӹ8mO}О eQ(2+Ҭ xZgdsӓ wՐ.}\{{?|]<2DPWP]௴_E+}ƽ[`q|;q?u1,~/2=l+ `ۅVM<=V@kwF,)rLRG 7V_a̳g\18Spȶ Pj뿒#9=5+DuǼDZMESkb/rz$+AN2.7mn1hx}N(X1=fyD}h6-\_r\P~? rl21W'?%r^upD=ՎXGJU 5+˰2>=gX˼L*^ *44a$L1y;4c|*[+]Co&t{레}d`uwcA2ՠ|"NP3,aG7 KLD]L?VɷٔgiSKlϮhaPRÖ !Fxq+ Q&Ә)8|n7C!JbZa^єǸAt7%t%a]T)HJQT(ipW 06 GxQe„Ŕ{.u#1usx0R_*lqǠGOMݺ$7a$VX6J^gZJ,7h^|!ҏ aw}}Z3{Zyhc+>>yۼ\-TCe6_MA)X <~ vZ ˃U"Yt#['R +X7 -hk,KkHngܧA~C([ܕzkfZ]PrCn`;(r67/ŢQ$vj $F:sEN<+eG#೓ PY@ZuiĞ[bTFw8~bt nzÚdU#']";gv M "&S aC^a. h\AL9tǼd|zDI]K# @"8 (ڧr^Z:?YXf ƘZ=]X Ă4\?>>% jKxnGu}D]͵`=Q>V .{EةS#^>XzO7鄯˨AArGu؀!=4:f3iQ2䥏]ԉQx9UUGpitNn\v(T7:]R1=H+҈S. xXA #Jz;Oy$rH$Quq2e 2EC.ө\]Iwhθ5;iWլͲ8LGJ^dY?á;t8ZMF暻/;g䲡OIGWbAcL ~̼GYdz6uöjٽ$'Y@OƌD,ݑ~YѽԻ^WNL| p" 6XMFzx8ԅk 96%mWoR׵YO/AqߓXර?  YO/ówZKLfQCPGʹ1^bKJ!W^a],Jm /?u-<|$fKť6oB}G*k1^[&h|| z-dIGd@ߜu^*T&Yj"+I\A"U|E3."Ҽrq+&%KMX/;m9)eBU|^$$9hv CÆdet1u霻fC3)^ fYߕiAwxyckFNݽeSSc.M\砣} l_591|7Xܟmċ'T`B 8jo`_go0 aE @(,KP}j\9+˦Djj$[EeɛSMr0M͑<b5wE Mڭ™rg۹ :wgiFrU2\"%Z8jiԋzh̚_uWn q}*Ah2C/ٸuhļnRɺhyJF}? fhw#G'3<\ kn֤[XM#k7_E%+6®:{WTdl!a p*VJ2ofؤ„$k gl_Ap)` x V (DaF^%E"UU0An),xo<5,bu_rWC+6m#34n"Rg-$!ùrו8[Z Z, x!V۵rtV\i 0bƣV<\V}ջpL J5#W.P1 uVfᕈ]T:YZMHU7lti%di bBW/6-?&LM]'nK!W|';$~(Wwm֨IOD-$+"3 ;7 ${{5FanƊZJwj"*? tN&¤ a,5Lpo݆J-׃nEeZ (IA_uk@+=Eqj{S.fKۧ=A*ЦQMk0e_oq0D%':h#B,8D2y(UBa>iO/HڷGNTA׵S3>wKc]NF;4&Aa\VhzbٿU:Fqܩd`/'ѴU{W9ždDJj5@q+=+3X]l4ri[*c5P ǐ+U(| 96>7i,3e_73FUfJeW5wQ v$՞)"탩6Jcak} C3E$*ZǞ ǯkg+8],G}VSo>R u /v~{A+ $eo`qKj7G{@*:v6<-aD"T֘RU@+8@sߤ9,;:y Q2  ZcUiU6u`TG 5jHg陴f獴PxzUb_QYjBG?f!kTTvk'K`2)O7T kʗ?lW=I9&|=$7R"n03SHr3ؙeNJA؆TA[r4Y u [5c1R'DJ~@$u&F9NPJAl9?Jh$IV2^X.q*H9ybҶwv҇>/˵Rg&c:%m!+hY@VrTzf%}#O P/WW۾/PdxM5m3WzLg!nuEO{4>^rj  <+EaSD`͗e34Bp2DH~1d؏?Jtј #h#w}J,c Ѭ Ԫka_T?5VӔU 몎$#< (m5W9"~ʹU~GV(FFOZx\d}NzGz8{H5TZ6~( MdٰЙ# (fUSmT_kUug&,V+-ST@Gު7ڕm'w}x0&Ρl3n5S*cU:a$B_}PZhϭV` M&[GW%O| ` xY;^hZ0DXb>C,΁e_l-nu(rUαQ<=:t#?X9b < }9{>ETcѝ xn݃tu^i(μ:'G<^kh vɿ(&1pj7N/(աY1# 7Rҝ̻ P8i4_bO[;x!R&?p/ n`I3Vg~f;kiڭ|az*iFJ:.5 w\o0^z70:ELlԻg@4xàqϔJi8Ķ񒯤Dȱ0uOͽU<2 HL^W6t)m{D$h've~E ìz%(@L1ڃıecz4%WvV:|vNa| ME[ 1M>u0'6%>8! kB7 j SwRegil^XYW954RCfݳVɉ=v`}á?fbFW8m7]0=8~&гi0S*p<\԰ >y 6m͍C9wy6^z'=`ow'N,7z*xm;%;y!DFNދ~ۦ FӘ]$Z*Ǎ#6+ZPZdDʧ"hO?w*z FG,+] %wnG ɒb梊lJsY5T,&ʫO-MHϜfGO{&k*#6b?Ji{rbkA?։p0W$mл=UnӐ }pOCi5Z(% bKjD bc )ZʎVv[>+t [ '8nJ6[o=oo6VJQ#.t3lf "c!UX Q>5U3SĐ2ͱavcO"ԭȡ\BkHx6Koh?}'!9rǪ~;˰0;ɤBNj/o)Ti ;6x$P gܑ3 &qKi20=I!"yy+eu̵w?O^kW $JG# SῊ.\> %_8ɨ'bŎ y&eَl3U[1Ot#D.%qÁ27ilK~i*GAL{qh{vtWU_,hpJUF!ba0Cz%ȉɢQ S$/mYZVANQo/\Yoq+"9|L&`oَϷ4t@>&JM՘L$^#b,$([)2iiCAgcRa,A'h-8]6zNeq\G"kՄ貋O!ƚOĭfl &k-Id/K7bW( $߄pEq4+)J]Yrٳ&:G4-@U˛^ 4q&>蘣}wAua}D`}24TO%:)HީC\6<-bT(8U%]shAXuH"h{CJ!d)Kb1_ZZlSt ] 5!' N mOd>J6O$Gìit6Yݙat 5'MΐJ3ךJñC]wQd:Rﮀu*_-UY*+_+VHß7dZgunk/ڕAl<1Eޣ|еOU=j#bCb۠9ӓRշ[kP.aSGGFmŶiWno:ȼL/-QeUH!V7XH*SYmpL|X_^B zixQ0j-nI9ͷC/JtIVl?"t ) VS*9%G O՞fKǒ-WGtjvKHfl)>8,k I,6)EN FQCEnِ5-Ɲ 藼j4R,jS7uAaqq_0yQcߜީL#ciCe l߻N83V:5FQltxk|r"PeJe^r-x0֝C !)AbQPAqA=?~Oj*D(u̷ |l%@ZPd!l]\5A&̠ñoaA̞ uqMe| CĚWyEޙ3(jj/ "dY5 ,"IӘɩln >SLoQi]LqXYuԞEe(+8clPNL"R5$ż3)_\t9vUIj̉J2Uzn*n USAf_EŌa &DO? BcK#k4g#,4QZ¾4y9v4Cwx;+5 p1'b١9G 81M#R@_Tsh8%{pO?u;(6oUtfmO9%7fŦ3k{HȰ[k9^q<lMiʓ6hOMx_K2.t0?4'KOUㅀ@tA|~5PNk1P|E3օȭJVq{2}/Ateg"nQ2+s+OX"S %=kԫgD-#P'\Q_AȆg=A#nNtW]䙋R˽YsxJR;åxӢىЃ7p@ŃTտa]̡{nwQpGs~G}7ZbO(0aB2_6 1&Rr2tKʝBv>6Wq @AzQg {w~J.t?gqy%(جV|qqt҆v2r_zJo]Jsi'p78{n!X NВH-3[ D踜^Jg}XPY,PfO<|.6p\"V;.do͋$ AJ&WzoV9"'Wo=N(:0:k E?"!o:uM +䉛g8rN\݆ĬLħvI`dxC?DF i*0JhU蹢S?5u+̴ `}D o.sEƄ݋jt`pjx|>J Yf;L~DL*'"*y\ZPRfdϏ[. A vEXAx9S8 @K;>F]Z dS&cPp2i#8i7\C3~wKN_@'_ aIfͪ&i/QMcu歑2&\o6Y?<{XeV6ӲpBE;cϜm57Smҹ?x()Tt~$!Xij#1U;;˞nߺ_!ntB9XzWŽ@*x!Ξ hv)T|ݣc9XqnIUc&iW+f0ez~ʚ1zu}+P`:E)Zͮ?:}ZYn.~/MM{G!t˷wU<_ubj_]Xvb놸>J-fPQTĚ~\ɣV yJAT|sOp:p),]PTh< X:'1'ങ_7ј&%ːWl+@wOrg6r4O W(N95_=}d=aSQ_κNVxf=);#mMA ːҘf6v58'j -Q  GJtB?`8XV> Rf!ȋ~Xޣ)bJ6&7eYJS7+U"f]7+Uǯu.XaO$0鎘0+0c 0SelVNgzg *u*@+ezzR5:mɤ#}.7,׃|? q \s'ԢrHwiI5O cH"@|!C^v %^KJf|,P +s_G ɟF35paPfxWm,)":}2~[Vq%{9_ ;>Dp?ƙ` AV4&3^WDhO| ʸ FSj F~H{be3 [neɣ_ې' ;hNK9H8cxKNQm,ʂ.~IS1J$7T#s1{6QNc0#f틀EGÅw,iWޞh`xK+ryjc}wRҐd~Ej>+3h&'1qlᙃ ^*<b&y+w_cӼ#L0|W؂imٛH8b"ʠS`rE}IOrM'X, ]%f{E[۔p-e*hNt11.R63\]- P9ؘلvafbjFΑLaw'W~"O!٫{#ەkcV[= ЮϜd>eCVp}fƦ?lBݬke |PyjGSȧ"\1VX8'L +$]0q1l̜6a}9~R,ͳ pտ;nIl g1{<}sؕșʹ * F3Pg2b)nltGcz~o]8Vgr6JyI$qMZ<3T9<`MFlg\DYw4.TH\/qC# .ܸE \AI}Ș|lH+I7' kM-Ze^O{vq%+dDɲT,Gd+ wNT7Uӕs-'֋l_$a7*%t lGٌ,s\IWru^Uhsa:^N!ܕĬ,$e:UzT(6V)8=Fl8!Vz*sߘ"4=u_laNdР8:;l;U93T|ZxCP ``n6R74[^NjGX4!#a~Cxɬ[JkS-NfsꁾeTGAT]s~8?QC^ Q }GC;ػLa- ൎ8n'$E~/kT&nKR.Xx.#cr*޷Pu-_р% ꑑ+8qV К<J_t># ٭Mx !YҋMo4왚 e GgȰyŚASH/$-x;*%?X}i${a?ȑ.[͌:P\bZqmAuTP'Z= , 70,!߲OH?DFԇV1@ $/-¨? np%3)KtMp٫ J1\7cth˒JYBLVwzRK"˲N䏀:‹}{"X7ﲒiKcP"2F̤\X6YJuT0~Z u4@xecz䇾ew>g UU*w ЮG "/n^:1B k;z7mj޹YhGk=6'B풦3='ج~ۤ"ĺNa?MtZ?+\\Ԩ9K6fx(Ga_c!q[c*|]R;dumsS! *X}O@부Gttؼ4.ј5: 6B&kcg2ж~̱i <=;Emj:A>#@. L NxK& [;Wh:VD "p<6 /4pمH[kP{~n[5~dj@_.XU&jJ {nNfUAʄMT-|TZSzWѝ;Q薖aby)8UrWXb[o’&ܰiʖAtEmur:x8x6~yd_vgGq Fm%,-d;vz/^#q4;LY*iKOL%)A5yRNKcTt &/5\L^rWmw\"bL΂*i9}Ē6F|TČk-n&&bDjSv+ɪb&4E۟7:#{P$F;#쁽|卻Bd'ZJ܏ڮjiAs4gN$,pOYcihЏ[]\KV½C`2W/8㰩hbԶ6\5=Žz}> ]0Z9>SrYVP!$@G}'7VT?xdr8{DۓNoaGkQUodRʬi0nU= ? hݰ x`cR LRy?`:)g#P#|7T*wXؼ0Ba{)o~FAO1^܅zA!go(C Iԡ6:uuCRT>䥆=;^( h~6סa^w_.-㛍PL@C9v\s<]^,>al1q8 Z&Oz*O[Ú2)g)uNM^J·v8CؓZLp[!mVWX?P6_.Zol [ ! -Od aqZ%=r{HhjuD/ZST@@tr֑3D{s`j ES~>> =24Iu:BlHڿ,D[N6+s!#HdW7[oV:DĒrtH[\~֔455\(" );o,;$'-`n,.s<iN}+j= sV"_q=ry|JݵE0>*;l|QwH0}9:4³$YL*^$\khy XQ ~HZ,L&Ggoٳr*6ަ)tE?}>&6O.ѸT"wӗ!ܨ(޿J`_RL_74J%;A 9>fٛn{LPM9J//pngGjp Kҝ0xa&lp .u5,}4UK521)}!;hBI:N)xL#2궾9+L{Y@ΔSVI.'̶`?j<8aQ3%_DWcmj+)j;ױ kpIi8OSlI} L%/v~kDo_[_yvld}-%8ib4MABiHfsv7L'PpC6)+^%gxW5OD̑o}*E_qoy+!c ݎ#z,cg>T!W@T^F鎐7KEFm"/,We3>nX"UQb܋E#7FjS/p^;lRS!E~9g>(GPKge,fվ 9ծ7P_*Hx1pe-y|0G v?I2D\ k rU 0! _md3MnnBđ].2=b57rǹPCuDtB3CtoWz;r gnHPRd^:OI??wQ>$1d75AkU>qP=M4dOz<_x/@75P9!0\'Eq Fcg i_-\d C0(ӝeGΎ)3s|J ˸B04 8 3/3$0t>2. K}SO e+tGϕs0]O®D*!Y[lF޿ =E`\\~V@T~[V!a¡A30$l_- ä+O# C";,܂:1_\xsv:+"9&}&OnFpN2}V5{S|6Ʒmut$ļ#Ӗo8` 5"gȼ6V$a9 (&Y ũkVTpw}_$3U3t(w/\ϵj5/pRjS!'"A!U^I c\=6r1zh,Rȅh^xoH6t}I;9< ]16`*i*4Z|4,@B;v F:`g,l^O7{5m#Lҽeh'4T'4P嬅\e;"A$ 4d;W̹SВ?wE!%Ph UsOF⧋ 7-.3/Gt}՘TForȻ(J(=P)4;a3uHϢ0:f%^!$DrUzdw)7 F >-%>0u w\?ΈGHպXw36{n1O!g:fXWgz2M5#K3ߎD6`?Ԥ<}qU<5τkϙFp VX;xX}Cm`DXzNE@^ayv *0`|c5AŬ ,'DY%*$>$.gdf1̠E@^@馋@U*psGcj''@K[ ՠv_ڂlcUe2TC&/OA$COl:<⭫%v QU @mPjbq~N)Dx&kTolh9Ƈ^2TfrMSf.eɵזcZ䢂Ki^h!~@331nU vLh..\=WPIl H#mID_ Bl-N4o~gpF`PC2_pߵ9X;(KK䞆4~%Mh]ltTo.Q$> [9nO;'̬dGPy&/p_|#! @YlhBl?3fڨ-7Ub'3d]4(hvWr@]P)9" %hs{K`kڃ(h7{ۓd}#Ģ!,z8lbR J*z9=EJԸh2yf}XrbwZdɎe%>9Mt "PU((`¸RI8Jd3 ھ|r[%qK 2; P߁AX؁O*,QZP7kSRSF=Li& ir-لṷ(5kds^vY󢁥|c/m#fcz1'D ]9hǎ $񮃦kf«f"~eç3`::TpM?@ۜF`S,;\'#و慩!iT{c"MͤER? 6Hjn* 3{ЙP4n"SO u)_81k{kvA^IyotP!]4-Bb'1?O4H0$~{Dsw${!(@j"K.*ʃ "r*ޱu-HE='>z/UߣQm 9ӕW^ gvӧw(AkD"x8lTvaΟw6=\ml\N k^}%3vw ":գ ~A'RnS?W]6{/*[~)TyÀk>lۇÐ1ZCb=6a`IK1RU%agZu=PYSi>??HPK-0^xnQ & 5VV$K>pQ?b9>Yʶ+l%U Z{IlC\NÅU֛=&JRW'\ -n,=YFB]%,Ub&4] Ȍ\fIo2% _}2;R;MiCRGţej̠E49Vvʗ]Z.93+eʞZ8s"K9'0R lô3 ~! ԫh@?S IAP JyEZ1I/ҤSȧa&ޕ{] (G`ԈCڗL5Ք 莩>Re_}p-RjapKZx vj"wȴ굩+ʏz\f|$ ZN ,Iǎn]ъ^\NlIsm\+c@Zs+TB*QUx2b$ FxQI%QDp[UJ"OQ6[nkF!JjkqtlO8L^WWY32R+<~ _\ڄx鷧<ܸ[ԆTit%#b0u$f˪\?dIP,JW;.jy|cտG|'ڑy#حuBҤ`pI%̂\"`<ùA=I#|d5d5͞ЄkyMJB(u$?"f&SvE20Iz?8! _3qzמ-~5I^\heX=q 5TISr ^#)^$pIɦ=z:ldlAUbi%ث1'3!]czA޵A@U ZM_I3-3/bs)n[t""Y䥡8jMZ%)6izWBIFPdKB"= hHVAh'R344:!\E?S~ƩƎj^cb@յ0;9p%Ĭ"; h޲4y]d[]n5fͅ|y[HvNdX6 W1fn@7eUeTap+~_ F}u{:ܧTYDQxvFbvH[Bx9gC2Q5XݦN -Q֡r-r ~ǿ,=`;{s4qc{w"PȆo$|"z zj_NKZP3U2[>&`Wr 2iT1]U7}ysFLI}!~/ZuO.Ӈ/uu^V:3߀)DeZ(p5a5g̅:(ߌ D43WrK{ɧx͵HDj0j'@ RӶO<(\T1=Ɠr ɧ&jW3v8\*ױst|ҬnB|zp?٤k۷׆E`!TQ]Lm ebⅨRha^Uª `ϙ%dpcfgzm$yWS܈M-s"* I.z '*TmyBxŢkRY^G4]֩(Ag^^g6gla[ƉIh4 Y`)Cns6 t% 730On[N9[6iUB +6W'xIw"_CGQˆtHaGaS""Wkνq@S}YYEQ1iN.FWgBӍ;O0F /d'"iT|k20h)]"ؕdNB(t_ *9ɲ6bڛn@ "<}`@ 2XGh6H$b4o 󋽾Xsg uQG7Ќ*p޴#Em|tXXttp;!}c;JE .*ec8dW͗lf)jМ]bZ"[p ި)ȧ(N{ef|}u5pP⟏2c(SCgew5FpHd>=BVy+dS֛T|rcoMI^ 9w! zXօ"Xcυ}! -uʽfY3r=_{{t1ح 3 Uj:#u jpQz# HSw!IdYL+K -m`^BOΪnt_I>O)%m^g~_H2^Ȗ[9N?gs1q2ݍhShtb4 n=X Y\H>,@(?]6/%mjJ_GlƳ{1glv4'm i;$m6IZ䩔$j{ xUuy:` MՠCyHN)^Upʝl֗J7drhH$J\e:t_ĻcSK Wl 8.zv[ڜP/M-/y* ޽YEESxߗ]ILT:+`e0ܚV^CT a]Yy(he00v3Xv_R5_l$Zt VC mŋ7 -:T+A6:_< ,ֶUdP3`撪.s\OCɑ`LɃK`QUWFrWc| <6jQsM/if{K_yHXt1m+s8c/Lq mCnG@qe[MU`o= _'(HR`DvA ]Բ#º8cyDD1 _ܢ)n VT$5/.3,YOv;,nX{,5;4W' T[odX>@7y{W'(K(aP\`η|.FH?Ӄ4Ydn,`Y6U1KDDƠnwmQ&ZOYnQL򪇐唦8R PQ&ќw#jLm/`$6k Od!xIVљS2`k``D#'oݒ7eE؛ʦ̢E=* kP&(##w*Ht8bm;wи_=ikqǼԫ=5Ӷ϶xK8hSimGjxvE (:;@ʲ^鵤g fQRYB*H"i H(jXW֗ۻsjѩE`?g*i0i;lj;?CObjn%G>a@|6a&hW0)XHB+܍ND>r#`5;KEρ6ƪ\*)i+Bc}ԋR!"&]G|`AO-$e4AYkIKuv!I 7/&Fzx(U^Q,7mf]+&$@ i؀x|N]8=vRI'PMG_"5a8쐨C XNGUMx{@7I"[I@) zw7b%FE;mh ؇ { ~?O<(ɑܰ#屨\jLO L .bSVvfkn7Ți[xER(+&)3^ I2TY zSpG*F݋D j&dF4Qh'.&phalm8ϡT. EhRnRԷqw".OK3\>df vm% 4C|mTcXƏ&{99Jdx~Qd0w59I/3ٞ$L3'?-fBONBtŰC r8XaPwyuq5Fb Z8 mX$k39aY0M~\䞶T$D@w/\ЫX7`SPO{ J cBU,PMȗ?"iC|BإuKV20-jNa־L?>. 0b W}_P2ZJqDKKPq#_:+Łݸ#N-3cbfTP a)J<> @q.;C)5 0>ȎW--y]z>vݶpPb,/VxGB~! \Y-I\]p/ yc`TV;`eⴭB ^wVai%Sκ;|ƜS҂i7֟3w_3ğ]ɼ߷Z3W0lH H&`CUZ;d ZjEߦKM  ^\)sϰ],5`Gz@j[j,&IhAE~!Pd`a:vɘV;Ԓ|ڙs:MAf"HBpxĵǃe#./h = '|(۔yt=7ՊSL8iE@lV,g@w#SQAS89=Ra_ 3= ms"]Hk>E  +* 8<s|,6sK_MH49k=;Fga hW2NTwrx0N[I`"E+Ž_+zt-dM$ p*ƃ`@B\rlԙ56v2r*_ X-YF).&ڌ(#/'Q4&c)R 麼S|ټLyLEdҸ=']ӭtm 뉲*sv(mn{EˊQe^jyA A+Ga=L>{%`ND{j?ƣP\2â8|"(/M6hۯ@W]_miD–D rkoݦ8 硳2~(xuAvRνB-Ծd/C:)oVWXN8D>l9$?:.%hxʵ[cxJO*\ԾBq.-4EOZ'apik?L'6ey}fƙ؀k'& ڹFpg ޼Ʌkϐ f5X0^ӭ\Ċ `*Oj)K줱2: /+@^U]SrZH=M j3^#7,S[fLmio\N|NuA"fe$\{79yp]9[y^I' Kw3yqs+/% n T܉ɋaCUn%'}Sef}MpQK?%dHj*!- t\0TޕqqN̈́՝?d85Aö- byYCn)dPϸW7, o2Ǯ*O(F&1X#1r6Fy~#$"QTnr<ـT 2B94-#e*B0뢇/?OwI ?j:-ɭ`jZ}N)^L"jyw4(uFh(c]ZAVTJ4dV'ӸAl򳂻3Z&#ax=*E KڂSQuHe%ċ21ןѕ9{lgmtnPŌ6za>]Ew̹ 5@=YdxV4&W܏ \p;5%s[ &58p8Ir QaŎfYH# 1=*%F=j1}9x"3qq] WΛmTUka%5Mb3Lc{6)[8O)`~]T![b͐n[e-#sd"ShD`LAu!dhJK͵Sts< @F(Z.K`3.]L>AWHwB&[~%~~&3'^OHX_堀UN9%>lߥ{5 ϶[aMV>lR۵(n3K<-,2"90y޶D82+ɚgW1urɠK {̘[8"do`AVkA/,5O5_UbS /I2pfRXTtLuM,C1;\xwinFx~VTf8Ois ewQ԰)AC#r!Լ#_3Iw52i]vޤ˨Yc0 ;LhH!cy6ųC!w>W{lU:&vߛ҈mÞm<(Ac\fL [o@ }8P!JBޣ>lRY$ࡤGH7NIyóN伄lQd˸1/{<3wIl@GwRy=~h$ȁj&jՕd\U?9o4[8cqƲPi]Sv,b9D 2@c 5h4y/}|I€f1Y"1vfe}᎘KCLv 0ՓP)BxTdY"v5}yI@N^-P⇭LaO<~ @P_?4qe .ZҮsٵjv$#VlZͽYBF]J=OBt E|+v-*YmYG"UV軞.^,V8 |d6hpqt_]& IY OQ~lO9)bl)q ~(*)ht=-`%ÏNxISo-y($^4"LdOجrؒXǯmu(a+ҬWQ?!9xq#(lSEŸ Av<9>(A &tCVQ0FuLMo;7RNOWW?(њmrSC^l}UВHXLa8,Ӌ` *Ť _~;]@7pU^12}\Zԯ^i,HnIo?Sr:>ֶKg=,vgd]BuC5;Db륢<&?6^!d8js>-KV&GS5̩Zr0RP ۉ׃`/SYż~FJ)2(x`R$4O4;ͣە7@M S׌7ۻʹ3; ٵ-@ r_d8͢g%ƫw'= kEW}]Y⛖XtLyQ#jЭ;{lv&$Q2~+ǻ6<>:[v=H m冗WPV/I]x+5INz7Bt "ϛM9o@3ypAFU|mt,q ZaJV!z;$Q ClТ! )!G>XH_0pj8=4dd ٫vkX R^ac0RZ6y3EW[JJN gAsW'Tv'iL,š"_Og\{t79~yT= ZiߚB]=V 8͞9-Hv*ߩGJ"+؊(h֭tH<T_!62͐{0Gj[{ngܶ\&dH*ᘧqp\ettR=!˵Yd, bM)1mĿP8 sU}j|18XvvCm:q|?dȦ.">FD"I5)qsv7Ñ%ֺ, 4 ي #*c@ܜ"L4)P7= &Gn-9 Ws;=rOKM*kb_(QO<{ym@yOr~е(/O?jbsLhk߫!nh~lv8;:$4 fNƞ$0sIw</MssxDzuqoW)*$хR#֚йs8>%Zn`\c1Tcca:.ӷ\R-z'} z #U+p*(Nhi?Å1AGOL=&ΏR-cZJvp(A!kMt>=ͻ<ӷr n(GWxa'qRS Jvx}oo]^{̧J"*",Nm/YN Z .j|1TnȤ ;X;y?Yz,7'YW,H),^W&9O-.vԘrwRXJǠu`rv>:CqzfFqFإto'jr3G^> )G>)mŤ L 2>|Vڭ)IƦ7b}󋍄F-UOBD=dxపDAcZ;n.18W2=) mٲ!^.R^a,Ul:ŶUJe!.a"_#1TADrE8/d1}Q(dm ?Sy,*^=N;' jZcp:)Y~UqZC y}_n0Ȝf xҋs=,a"!-DD>{`4SsSw $D]Kv! >f~v1"OLj|$X|ՒiG?KsGXNQ`z&W'ru@5m>Q9#I$%t*rgk 5H13j+Πt[F3/G=#Y+ܡ/(4pˑ+PB֔f 3 NnmP;w3VA=o.6*bsRT>h3)HbPlnBȤT?nC/)%EjRԲi5?P#YC\L'SDkLҽ5d 2 tFlS\kr6VPժ5 mj,ujq!_jlt[TDܮ!]6 g0#o{Pw1^A.l~!F7DVg }sҺW, /0 PgqTںW0W@G̜]ղF]*s3D巛xfgώ92`ZI@^\3'.Ha˂K]`<F~q'ЪNo+og!#`Iź.0$F&`Ť+"Hfrc0ZDָuѮ533:-ڥ|lַ}aW(fgmk $1 oB4b 䂱jy;m 3]O"#n[Y6Fk4;l U,r&@D9\k(_h@`ڨ]d( |d\ŒA]Z3^cDH$.ľ0̥ca+wr`(AڷbcW@0ok{*Zn%WuGec9h:5\f_ "Ob{ʏ6t}x#p=tSsʞd%@,bXg9 s;ڹ6J-ȧЏʋy,PRdw<&!©l|F:}0:JհsҮ㿫| aRtKpM|..ѹC!]ȺBMkG+/n;ӫy5X6վ v7D--?3$[s'nB }7ģcMM؇\\^cU/O._ܘ-jќ tg!KtPLBKeީw/6Zl3JoQq{.$RboDA\Xq,SƧKWQIb]/5qD?{O(Z_/yCф"ew9Zׯ²>:Ά=okI'/[%\VV$KC$wh|+jR[bQػP's#\=};%xZn(+0d җCvJ.v< t13}јAM8xpS! WZSt@t;I?(kV])'fO$)8v3_>rWmLU9sZMɓ-P羝hsUD1_KIZ57#I>qWfLoEU)rK?/ԥ~0`-Q3lGZ= 20o \BZ8w9}}Pϩ+Iqukp>'?GESu 4i#A?4Onvٱ!搁3ee7Tir%UIW^ZaR[`ƑԬ=w-< _ b[Ctg ]Z|/ǁŽ8s-PrlWZŬa@68NBoXk읗Lo;,_#i hyǗ.&F\Ez!:[[Sa foe9}Li 2UԪŅ?[+Kt6m4#_4B6RJa7z0ѽpM |b+[)ἑTUpr л=f)O@ I/-00#XG=wU,`JԢ]kN qe`8c5d|O]!^q._C98?Scg0uq B~bղ:,t'0_(#xٜzp\7pKih|϶@^C6C4.MURސ%o;a"z⎓rVJxr=쪊bIw{*=IFO5Y&FƸ\uA*RA#~[)qO'5q)L~Zss?hi#+KNs\y6_5`Ti4h阻]vd*E&D/3(B8eyu_JM|{q+\lK'j x >M?FAgI >Hȟ9yi,It51:[w9s t*u'St#W0޺_UҰ x#;xEh#L|QG<ۙ`Oo1u#Xf]ZU, JțЬ~|oW=k_eR:QBOlr+Rm`ǭ>PIh]]ZkgCE`ݹMCT\ eWRxk*cB?uRw>zikOP(9N{lb^à`AUWw퐳q=mI-Fy%,B:MH.c(燍i[z鉞Úq?"]ZzVP2 _ Ё3M #kzIpL$_cN"/ιW\Nɉ&\[!Yñk|\F"@/9AΑZ!oE426ը? xtbb  hB=ug6=b~Ku8X|KYDFtĨg0={O8a:yzZO6He:` |ĝTvVK,_$ qr@Nߗקe*d=pw#{ˁٶ4,ReRۍ?Ҹ0 艴CqՀXe}U6ygϏ>1ذ@LVN͚!y>2EvI{Ogl6y󧍄#{4[Y^TR C?6qB8YpvSֺJe/k!ٻF|$ϤBPKT=3a|g-Nx+@ >i_ߝ@Q8!a:]rS j+sƐ/N.+匛+MUn8#аsMZ%^|"㌋9 DSmͦN3n1J'ieKqs2\Vߕbq# e\ہ߿'cC2FHPjbë"blI%u!NrH,j+A!nnt8N~ {XhIZ&fN1rIIV1WQFNa!5/#caeTj[]CFCW-3>lXiGlXag 8~Ե/.$ W>*>g(3u)M(>7op-x*,I89iH4 'U^w,C`hZr26GGʚwzXPDϯJhuZó~,42 ka w23FCkȕ- 8{Y8~xv?}2Z^)MYbr&7c:h>R#XϿ K3Au1; 3sr%oZh*=MCv=q_T&ZGبUgOi3Crs! b 6Lj7lпtl&W\/_8A _*R4ATÊ$hK\+Gs) R 7\ؚ߀9j8N$-5@]"EEZEc>54yIJ̡' hq"9N[dgC553+"V3'3P\:Zg]9YAzzRfJhM'qm-+"#A>VNP}`*.)G(9&+땰X?-_݄5EFâ2Ybfޝ )Ii{杒q&@UD˩y$iTy9)(_+y(v6s0qVtkӴ{7)*#pD4}>y9XD檧T"Tj!% urΨ~ /cB, )ɜMKnsWs8 Wsq J߷t|vYjCnjӛS>_kVѼ%pʗ^%L:AʩN;Mg&yM07%oExeOKjJEyH<#&af򃋐F잃?0W;sEfAUM*3-siV_)6~!C'[5W㽖rpITşB VKhG)? -dxIЫk-AHpn1|8~txl$* R]o% I$jZfj.6R7%GbJ"[Ye*k G>Pw9 {7(ec]>ih3 cpߌ5.BqL8fcTEqx‘u: 'r޼Au(lRH '~q3\#HK֮gdž5,<*J_)U. Mxiu n} E~^}gtə!R] 7t; xܴ8)ӝ+8Y6 å9tr!~%x2&h7L+Obs];Z%C; xoM"io3 yٴc$lD:.8YhAzEH)MiB2vIk[YW+Jaac,N:7\u.oԀ[@la?VeuM`ЌGHk%2YB/J'Jri5v+o0[oU9]?l88ju UX^s,(>I-DiUU ?x/tS1åO] дF pe^JS)|T(nqQNi4MW1ϮI -4ncs'7;s0KQ>QjUP!aj *" 寲h]X}^㾟c[1KMa;N sH.pNc;jNYk5ultXvVxb+h_;G$lhCX~(̼̋ /e'$t=P`vG|%8J.Y_ 2=gE̟o̧ip~L~OJ9Gei jM On{%,!;,=:lj3QpoLhKU*FDu wCvj0|C iEO\@}TvLetLH)k4*zvS6Թ[!勳27d pCvE˄5BWdHsaD/6ԉ|'%`l-ݵ/>4!Gpo)Q. h;|^yaG91r Jmff/Ip mǢCoLo 5 /pyGQ~l YBjLx-/` E<_&4 wK,HoUa #otКT"u0ϵ/G\3B0]_ z[OYxQl~A^ qF;H6ͪ=4Z Jx@XiaP*ayeKK{5:U$oQ`ppӶ*Kb<,\H 3K>Kw|8.Zm%6^Ar M˷H #8 '1+I^30}" gxpՓ=5&.utr_UqGz޲7#c$r.Rq{ ~E nlIjL'N0hA7Y2x[F^r A`Ԑ^gN#)UX, +E9VF;[\Px9݅ X)Z; r2V/ é]; U*&˺Oxk+:^y'Ts:̄ku: % "u M*\]fѹ1;vI%N%+|ғ]z\%_}P=x,VvE )̼h!;}bd@\S*'n  c8MT0mtoMf.:[_O&=S1$Yà V_]Lzw>/m~P;MtmGsP R/_JOե]Ez>ηrx*G3LpPOIlwɉ1,&a8-9gXy..VzIh>#06=r@ eS@E."(qDK0%ǨNt3&^yeϺ 8h@B݆KM^6lbI!4w+%POS9nӭ&7E.Fny=EEաL| ϣ(3I NVF=[et>\ ƵYbcA8+AhN/8l>A5F{ N٣$G? #A>dٓgrĽ &<[{bj hqKEgkMfKLPPaH~-Kg|4ZlBX oNΕ$Ik^S^6hpn~׌WWCNi|ګIqhĞYe6 Be^p~R!+ .h[/gNɟFjB78pO6+ vsॎlK8$k̓nQ8)շTz=eR. s:Ln^'@{· 8 =NKTٺ+͌ mt*9x%L[ųRuM2-sO28n[xDi0ntNޗ,̈́x'Z;Ȏ`"mce2p\+y -V(R—:.`kkw;HSozI`&VTPqtdY._nf Q$nFp0Ô:b!?r٠Uf*UEt'9 c$_hj ưrpb_5-𦊾pOH[Wo:G6u}`F.Ӗ2!˱BVk dC|pxMr(떗{?祐Qwbjx3{`bɡ=j!&^%mhj4ћMfi =E*ԓTie$Z%,ۘ]|Fܩdώ[yFڪ}!eTQ=3V, VOCB!Wιp{K~ELdZ&ݳ!ObsnNYKqOå~e%0bJ'4 ûtUS}ۇxطw8M{"cBDrU>(k PR_yA Yvt( 5+ܴ/Q&s5tu_ƴ83zˉ sgB(MV=M$ N=g"9ѻi݇٢2^Z iܳv$[g>n% ^JM6_siiѬE]}YlG*$(7BT߀UqW̜K0|; cG-A ]lDW^reP}=Hԟ|_Ƭ'CЦW.LBH؂Խ\Yd%&P1Bmq%Jy.)X>L|\ ]QF<^l0޷6DT9ԐhFdʴf 2ƑK±M Wp{\h9w]C{XWY*F*'UM! :xs#B`qChxi~a7Dטߕ(ǚPaۆi[Q~f!' bMCA\X^եWu!syi["C[E ۋPYU—&_NO|$ s#\&ϻà;\wS9ӍB:LNp`Rn{ 0h\bOes% @XBo悾 aiYdWeDD$v9Toz:8}~vRr -i`VIp tLBi[?.`5y6̆4o\65sR  o~Y)P!M+0-fCtHKL,J5D)!t:HG,QxDG&h|B$wrId??ȑѹx0ዤns@8>Wy~N]as!~JRڎ9j٥XmcM<)>بXB?{MdJݫQ Ydx"{0k{`gQ-"IX&^~SO5$|zyB~p1qk vpk(KpPC"f</3(*So9nD0SGDi!@hLBʞ=`C 0REjmؿU;S/oƿQ?ZuDr8AwҦT_}^CU8>\G H!b[6 2e4# Uw~ -i\!N@$O&F>\M9xn){ՊZ@\o3Ynb*΁`}Z 3{,7Lcf_j8`ָM<~;!ng }`Kv6 1풳B$A4h \!h-%ũTȅ&,zdԢE!ᩲ(dQ\b{%2GbYjM"&ho?D4rԯZ' jb>NFN A-O갱i-Fߎ#gp/nA4 ƱM=ٯbnXj9ַRW*|Ih n`o*;@S[)_^4eU0'eA*'{܁n1c߉iPnNe'E'R ԭޥi6I;x=iKbPH8n r@LQ\,5-sT%Aeh;5Į/%2G | 3)ɽ+] ;/Jx.X2vw(4]()!!?:~)7gkxߕũh=R, u-c3>78b&:b(>ݸ2H*}E{4i=OhYE· fcjKBfٛD.5;\ ;+vP E66xmެ|(}6<`24)Fe,ؾ-҃a^6\t:_ĭY zRcPRkWݝw$c/ӎ't'}5EAE B­1uk=[C:foo۬n @!.=.J9H/.^a>)7jQ,xԊ߽5S6V|S _7z+uڃ Ju>$؋Kؒ%޻x GZ Ʌ vLCg.H1ζ6s])0}kĶz\yLED.Jj8숪bh5iO C̸n8ZQd#(*Ȁ{LWf-^ lڔm8}:*\*[O`,y"OBV\\S|g815/ǏNA w9IHRȶd&ŠnH8.0cP0L@gs>6qD=%+GObVFvm+)1^g;KڃP&t$"]OqFVE h bӽe\ w*DaQg3;b=>c2do#LNe S,ofsmpF{ٍLNg҈r%0\|_:l,x&7[^\ w=s_4&*qu+ul\[|qGU ?Wm{H F˴t4m=MsGN+'b:,d.a?xITMNju}uy%<4ӪX~l v@u;CncN2q娮 p"& 5&-?l6.M]R!OY兺qD`x4j6:hՎճ ;ױYƟޭ[),Ar&g \rCGo ?K3c63u\_ _lĘwq7_`*}s?ђ9)>⻊n\rm1 #uY@ɁٴKp5E. SQ ĉ8u.D7ĺE!e~?Jr;Fl\T\"=˃jU#얎E)fB`?e( OMi#AO qj ᱔|yPR,u^( E؝9iHFtVO+}={\wH5UiU"'p"93m1RI yQojbDŤqX+\ՉD@[\ CyhT4"64,&Nq58IJbdE0O%4 MMs3Rr|N\ܮo|) 4lBy֜PUJgu(Ve^BArs)r\i/KG`UM!9W)(3n0=+Ť)JW0ڥÎW7\Iv6F;уO>蔀-(PD]=@K _*[N r6ÙSnuW!M DǿF_9[p ]CG/ED8ԁn/Xad$k%` 7ZqΌ.ֳo-W7t"0y$oډOA5Ɵ( $AU 'H- R/+`,$߻HKXp$vGsF_$Yb, GTۄ$uD1ֽi0bM'9gV:_Z!-lvah2XmUpWS ׭ -{*>i<Փžx 9!BG)XYlB.S 땩q{V4zokqs=4,`sM.ֹu9?pnC&(!TJ #=E&ݼ {VN(WP[-*ㆾ`@.S]xvu-g@,h}]>NYcqw<U 24FVR_chs*c|;߾ $TP'yL^J&Pg!eeD_FHRm˓$hyy/c9K +ReB?kIRX)Biܮ+,9I^dX<Ս2dwT4}P_R3un@ͱC0T 9g㜇֚\ wKL۟70WlT'AL>QDՆւx YFo6d"v  >=2 6Ђ q\[@J  fU; F.2j6"C7 >NqfH6Iiz;.KYd qo)>zkp? 0w4^Y(CW{r_k8K!XDG&T_kSgMb?;$rh2{6Dh`t͝Q~1cWkXlצ8*EwG)* Itlc=ŵt 9_HiH{<]9`*!Ь@Y W@"uo&ջ)W/w Y5|dte.JP< ¡ʈ Fu{i!WXW29ӱJS̚+}V^cR?uLs܂oSl_E R+~ WLt%s,9Ҋ$P$d#8Fg`x)59c_"A@s_ʌsDPQ7! ٞԃ=s 1mZ}l_=VÞ8'7Η@nӤLƆMq&%ʙ7oU]=il_=gA~M6XIo(w=:~dٸL{:+ eUpytzE_TF13[]XPÛwli]' HR;7PswΩ BuAN*+{@i?i#rI ^bnjd]=(if>y6uOZ;W $/\.K)ggObح3}5P&;𭡦ki)E<HsiKf*]cWWoXOlD%oGe<䵑3e;rҀcUOHȍ)ch$ 8ѷlNާW\p=y[A:*,+e5]m8I*u>8w"f1RfY*#Xikw= ̳e1WE 3M[n6 uMbb-we&;F'LpS~WxP>7}5B"Vr~mˌCL=N| "6c}McЖ* 虂E{~`Y$Fcһe1"M,0N6^/{&cKǂ=Cj3wLZYMzbӚZ+ַf nϴo s^YvK\{UOht*~  fH*1 oڒ> lYjg\34N'7Y |3ȵohzO!9x-nlȲɰbZhFVUk%n)As m^&ɻK8<fk=E7d:3w$h@bٌpR X@^X 0<[rl T"-FO#8NW'ʮ<ϴńV3q =P&TmfBzJWXwDb&0A,:`mKl/c#HfCkJ6L#hGbMmLm]Auì2P6gkeI:[ҺwǷݳ Et] JgmxP 0VܢDf>u.K)AMr5>NHje[o|çI f61]Fg4z]*]&3_!9Ru.q숃 R"X7ޥU04 RdNTVzdEn A(D鉥9:Q[rsK)~ !+a/;|kOyc-:!Wz[Zhn4#X%RbAc~r0ctwOA Yg+8Y rg^[xS#}2K6. rpevPI MqB?DhejzжIFuoO仫*N*bK?O c K;p 3m$A>+` Xؚth"36>zK.MW8ۧ'T!@ FIEgV`܈G%|84c5#mHU9BE~z@)3x󉱣^"n` SL}bj<}: nA/rm!/NKNI .vz˄`wt9]C&t+lݍ.گ yLCԎ.F!DΌɄxm-""H3;j|0J6"ycAVD,\FeL5H6J(zWlF:jүv Df h'22fw*8ƹQ}Rq'&h YLG&>b4&+.W8%H%9ĪpOGh'kף? \j3eT <{@Yn꾂:ſ[Pm`]h;yuo7K{7tQ&|Bk,],-i;fumIJKƐSu}k#7lO  =/lN0Ġu_Qsd}J rd8o Ĵe+M'6p]OG(%b4?&m B1XhzTqܔ^+IAl)B*jMUo|Ț=ҷ;T'%1KWMOӠU)P]oNg:G!2Y ͔aDn[(u` ھ"}2Ts >gduV;m5| 55tp{Ųfw1MC:qSRC߁CA; gցz8(uOd2ϩbgbb}eqx@a^!Sc'D"/ٗ; EЍ ; pO(.l~f-@=beĽFĸdK=1xDV7h Edz(x:gdERKS;Z B )'8ZjxyI9Rݏri;֒M2~ wdV> hc=4YQњJM]9a3?ݲfWory}ߣȻ+<ܬ>@p0Ft>撁ghW 73T#LBJ'oյ.'oTÈTދԙ$< EbdW=`8ŵ^T)gs{JjS܃#x!YH{[bїM|~кνFxإK|1%q3X!> BJnSx@ѰUtۦn55)<画Yx:90|Jw,H985ە@cԒyM#jqv2JI]Sq9H}uKu\"%o#؊%4"ik'$Kjw*[*zS]z9s5ȫa蟟UIbs bzs=@HGZX6NfO 1Ekk6N=ץ? OKo&<:7^;=%?>fցf#n名nExڳn´3Js|6ۉ:7 4bP[=$Sj6o(Yue_9<֣sϥ=bӣ0=e _*fsGҫVz!@tbaR;G_;dux qe`C}PbbG @ڈ²S!XW)V//,TK"T|N6g?v&K}!M/Ξ޺`ł^ׂ8&ЯTY8ޤTtKv_zakk𺨿67!fHQ !@c Ozdr\Q÷;D8a:7cT@m\?/-9`+gvb||: `[8ޗ8tʬ";$)ύ, 4+[mڸ9_WiU2{HY}Z+ϥ~+c≦h_ĜǛuU*uŬ (+7C"">`s1ݍf{W~O1L&fBl\{~rPI2KD~T)2:=:R4U"L(TFZgTv*HͲ>rfC+WnγΓ/: EpDЍt:c?0FQD[RE0?X.:ca"|G@O!̒Fe{}̱6>R&rUq2Y]`?ԦNE?i4ڝ)[ǿ@ɕ2P*м>7^-w 2 gyyތYԵ‡:fuu[o&WRy碓m짺_8Yc%?Кnv@T5..u6N `|6hу\jWDJkZ,>`O~hvxeNٞQWeI6uCf$3QQwJRA$<dX(i#Oz\(yq"[Q|/@D\P@'NWK:ZN22at`7j pWNԠ+5lѾp=EZȢ.lyrgȻ 9S_^avT<$QD xH]Hr*EI?%0m6 *6y371NnS `-uC:SPDڊW0n!rٴ:z |̩nk'YcS%0<ĭVlDZ?_m]7 ,W#n% tڏk+514*4,6**;."H?)#j luKďMl+-VUFOlb@73-yH(񽆢 ʽ 2O}$p:BC$}";+VOQQNNL#&uƚ.`B2[ܨ^PMK!Y(^|աyx5|4.Zo Ɍm#bH&ϐ1N!:7 YE)3hD#X?vН}AꊯϺmj%vݢ !R.zx]};$rޮ?z2< lXf%LbwP- 8 G  0>2u\1CȞS%WM_H/'(x ue#dvЩ[]D]|E?*;?iv5!QykCaˋfU$=T{^ JX[mj=A8é7*ٓ1h:.!v7qϫObWEMR5N̙c %W9~WDB cRC [iՃ[ α4g*hC+#0~aOb []+mT"z}d%v4MZ>2eaۑ`!AMf)JTKw — %u']p(鴆\1 K67 _?Ìpm< Nz_w/wsvyϨjͬ)83'}wrN8TpԻ; Ҿ/ wd%epxlo~@6\v]h@NDq'u}9B%tEe4y~V.AxYf/Q}>DŅN/"6>)zC J)-h'6aOɌe\;ϡ?ifʅ4gQioSC}y~"rƒ@KKt.DhKͣ9c+l=\ B(ƗgDQzh%Q%}D}sl [,@= w6WZ_~)SbZr#ݏϢ]l.ơGvj;Z`#D LWsQ m $\mׁ6__iɬ(ܲ 1,%_NOX$0>Sa 1 X0`mmm v ItTt cd覺x{A[.&QA(9>Z|F`fz>" Qga&Jl69}l^a02Z}D; knEܗO*$5m[9^A,{Y/P$ EّLÖq5ٷFo{CwO 7LzP"'ɾ94uۖeH(J"uMO-O^>8@nCF̐f\It푏T1xgjq.;T_$xCKH?JdJlf\,ߧBQ禓e~-L/ovn)4G&J*$kU,XIssh;aE$>踖H#QLN\ M1zx Ȗf^m6{q~ mDM\`SyÇLF3-\s&3f ?.gkTuyP'h\ >(Bd,^okc昪LVs p ʕq00ϣoc_e}Gc{KT>Z :%h|5*mgKQoׂ燘);ûm1J8ؒtz9Oyl8 KTEnv~LĥO Cu\\MZ*u ۴lZAե@–=p;CW]OI(ɏыZQmxa["@MBJAZ)Fa7A]3.qc ݋g©ͶJW~!rCmRK%m.(v]\|=%Lׯtr6FBP(#{o1(W5ج` v,OքB,hM/+5J'qR0ڭ:Yf ?r ,ef?8/v{iQih^B8ګ bf(ׄѣ,38pQE Ƿ?$/JV.Z6!1瀎9j)p\5Bbn{MgH4qHaCd[4z!mL *%:^ k!^^DQY,$9\W[g> λ&.sdy\bI oQ4jf痷.̳F@4q01W/fE]Vźr9˶!WYDcXˢH-]gx8$Z+N>5sĞ.=I |ta=A;l9UBK>~S &]V$ﵺF:yqIzد:ajLV3LgT!ýnS2ǞD_Oٌ]2&y4TNݴ>J6նJ1BdԿ=1٢uaO6 €UnBo^wPA L%㈽`OEؗbG=gTa Hߥ&i'gHaϒ`:NJ3oZ##q1忶nTvR!p7(݌y"F%paa,$E g朂k= vBjBK'9ʂ2:T-=D,G2dƄg5',qxz՚!Wm};B`h때tzmɷ## ~~ĴeLaaYHEdxRr,y"mX Q՘ʥ\}~EP+o7΍t4 W~.g^F ʝҦHjha$6ZMEQL 8VwZW! QS><&Ԉ FlIEF~h0U+gN߼/:!A][rlI:>TtOJQ!(a:o֌/.teGU G;؀bOA$ I71H葬Kn^[% _3mZdn G%U̪dVĩ;n"VWo(ıy|`8N̐iuX:k_d7LoU RΞLPrSSF/'DU9T\ crbY PcIS%03'/SQ.*`n2 t'p>s x0!kCϟ^Ah$LmIie\P)g(!ܕ ciWeqky{Cs_7J_D`dڏXFS]#=ՏXal!*JK{ӧ +_/I gzH=(ah,dI/[b5gӋrwIJ ['wHFmd%eC;",QZPSsm?Zful2t$1(HDT1eC5͆?V~Fī{n=١}YSAvk~**ҀL-cV?rjͿѾ! 5RVŀ(x׭XDԃI6Q!mь{Bߦ?=}#)veOO T3&x?ct$ƹLf<ǗB,QZS+x:Oדa{8ZJ'qhn8ᔧn=rd'WCԂ3PE׎F>©\%E ^[H1]Lu:Zx#* V2-֟#/0*0<;In#XQ4~;]ֆv9OTAR^eA~_GCdF:PAʩz%uYH~7Nf$XF)gAA>s*WBTG:Am@Iz?C>nU3gg`R'[o0B|pjV+ؠ+2 wp^mf/& u5MX(ۤRD9ߤ5/ZmEIadpWPR#H2^vx5wf F9CQfC (ؼ}{PsLF/Imzc /Fm q~Ѵ pbdQ>m ʔ^< 3*8ZA%Ɠ"s7Z9؟t'TM]N85>ek@ 91d!9Cؑ{@wbb^PY{X4ݿaKBM Y_%fWMa[Ҥo7&$T\>jT79:WSev؇#R 5. TZգm9ԫ51xFk[7b ,OʆGX[ :.$AP:5zp+ xK I=2KGԿɈφ,~O p,"ItZZZM%FS -j[K~sc{npYծ &. v2c^FL<6A,菤_ OOY#UJ^%\״ߴ7ilJ"JtpV%foD}SIfFՂBͯK4j2׷cM ]p)DN6[_5o4D)j;ΫL;zU~w}a/FWtt!Rc"|}( k}J' I2]<1M(SL$?eYcWid)v(gz4>RzdG7݄a=n9+./RxSOJ\L *It^RI!y5#;2Ǧ=O_ShvlDkuChCםGf@vG&ϗJKurx$TD:D 6>E7~U` Ѻ%3Ɓ94(hjdoXOHܝH@[V!u"0'#vغE||nf`~mL~4k-{sK<:h$65LɂYR&J^+LDz-rNݖdu S!$]rXTͫپƓ"1`._XQKÜ sX፮˅cQ"C* kN/ C[{C:_vLtRp{%zjܓ2hWW@gVo <$ah$&w:jtW20=*n]EPvV