go1.19-doc-1.19.11-150000.1.37.1 >  A dp9|;@Syqٿ>OPi>4oRg٧B±lLU &L7Ԫ-E7,k?0-'rYƄRZ$!Ĝ(|KϗQ!gpQsVmd=v JQS!䧝UQOpH&YX<$÷Oƭ2n^bR_z bQ> /eu-P9M=Xіr,84d0e121bda891eaeabc9d49be12661bf8543ae9eb0a5260837cc2555dc960c76d19d65adf534f0b31224fbe3baa1c3627c9ab39\dp9|"ZkC'*1VMWPA |)61YޛfZMR rM#I{v~F-E[H>p;?d  # 4TXdh    ( , 0@Th;(W8`9:FG HI,X0Y<\p]^bc}defluv$zFX\bCgo1.19-doc1.19.11150000.1.37.1Go documentationGo examples and documentation.ds390zp31ESUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Documentation/Otherhttps://go.dev/linuxs390xMhi+qdHdHdHdHd996fb9181360d605adb42c662c36fb5884988f29940621dfa8b7895215740e3123c14365f20daf6c31123df409b281bc131e5d1f88fbe543b1a68b5382cf6e7f31eb0879010f88e534ffd161f74f81be18135a5cd8d5a688369290581cb24d2e661a7d4a7104bf99b965685d5774125389673ddcb7975d977740087b9b8b365rootrootrootrootrootrootrootrootgo1.19-1.19.11-150000.1.37.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.1dD@ddRLdP@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.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- go1.19.11 (released 2023-07-11) includes a security fix to the net/http package, as well as bug fixes to cgo, the cover tool, the go command, the runtime, and the go/printer package. Refs boo#1200441 go1.19 release tracking CVE-2023-29406 * go#61075 go#60374 boo#1213229 security: fix CVE-2023-29406 net/http: insufficient sanitization of Host header * go#60351 cmd/go: go mod tidy introduces ambiguous imports in pruned modules * go#60637 cmd/pprof: skip TestDisasm flaky failures on linux/arm64 * go#60697 cmd/go: go list fails with submodules which have test-only dependencies * go#60710 cmd/go: go list -export -e outputs errors to stderr and has non-zero exit code * go#60844 runtime: SIGSEGV in race + coverage mode * go#60948 runtime: goroutines that stop after calling runtime.RaceDisable break race detector * go#61054 runtime: TestWindowsStackMemory flakes on windows-386-2016- go1.19.10 (released 2023-06-06) includes four security fixes to the cmd/go and runtime packages, as well as bug fixes to the compiler, the go command, and the runtime. Refs boo#1200441 go1.19 release tracking CVE-2023-29402 CVE-2023-29403 CVE-2023-29404 CVE-2023-29405 * go#60515 go#60167 boo#1212073 security: fix CVE-2023-29402 cmd/go: cgo code injection * go#60517 go#60272 boo#1212074 security: fix CVE-2023-29403 runtime: unexpected behavior of setuid/setgid binaries * go#60511 go#60305 boo#1212075 security: fix CVE-2023-29404 cmd/go: improper sanitization of LDFLAGS * go#60513 go#60306 boo#1212076 security: fix CVE-2023-29405 cmd/go: improper sanitization of LDFLAGS * go#59974 cmd/compile: multiple memories live at block start * go#60000 cmd/go: missing checksums for dependencies of go get arguments and tests of external dependencies * go#60457 cmd/go: document GOROOT/bin/go PATH entry for go test and go generate- 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 trackings390zp31 16891656981.19.111.19.11-150000.1.37.11.19.11-150000.1.37.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:29784/SUSE_SLE-15_Update/cf8d2a89c565d8e1e791ce974f4daf1c-go1.19.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxHTML document, UTF-8 Unicode textOAz0a-futf-8d9e7c580986bc6a2f42a90a2fbf489112a0316413bb9deb9a899a9b8cc171e0f?P7zXZ !t/;] crv(vX0׈[* Olvҽk-0YU21qJ}ńRi-mxςOM "fJe.Ck+JuG [| |cݱq^|LMϩ#ۓZgY06Lfj%¹ԻTɽVLhS #0~#ב ԢIN5Q/fPT_/{7g,ƕ R ѾNqÇ2Exx," qI%c>+#A/w/B(-HYe;CInF{PpGQxKD4+t&Jjo&b9i^">2ycîd(*d{Z]_9& J~ 'E .їb=,ϴ }"3}].wZtOd:`_tg4΃¸W/ǦgvR}`bƼ~&>3) woœfY3K}C1Z>iDUtI]0E!:1ˡb1"tkah =|"i*\!Iʟ @w=/z|Fl HjNrB4;ͼ|\fP hFA_@y_[7~aj#-\g3,ɍ!u3 D!SKΐ 6 O9 aa&XBL?_ waO( C!o? Ҙўr9kQف:ooJJ@*Xs f»Hٍ1c[r !tCp0yP!~xZ)U"56~[s0U&\3~J̛䌆\0^GiK8$AYt7/rM'=ְp >/( rcmӿ2#{%&x,L767eӶKM+}C~ߨrEyElN:\wp#5g?q Fy=YGtQtF8C1Қ`]ʿU-P\߈ZNVBГYLArݤN5|6$Q;LRVdOP_mMi*=w],GˡPZ4qgѯ2CD /mQ>9hAj1w sһ\),NU5KڕS|-Z+3=*ꪠV {%reSFп||(Ju a#^uKk.OÍaLeLb}U}|_+Z묢iL-H&zٗ\]?ƈ?Zu@JT{o{s{v% 625צm`U8[ϴoZPJQX0h/Q!_HfgSmPTg(\ :1yPif#&<̵ G`< S2Ъ$9C6(Zʗaԓ֐UWu=A6L$ |9):' e~UmHe8LV;_r^ TXTqbK[m@e &"vaجc]6w}`boIo#D´MAJIe>Xz4m)ނZQ~F i7bf4D"zʗXaxz[uhD.K=GN~{QH VeBR7oKQŏU^#y:~FOFXʳoirC#;;ήFYBWPTAn]%9CJ=,D:20= -huc=tqV AWQhLҭ0~:oVd@ML!:Gc JڅBAQUYD\/砦 bnvھM;UjN wA[Մ|\L>J5/ϊ5*POPAE AT1"b<[_>^U!KBK`(r>!t\ʴ>/|&H"x`H(wz"mEhOn {Exx> n5i\$fFLڹ5ZT0k=;V. d)0W)nTKic/8%|O"[(:IMpAq-ߜ$(:okZ TN`J'3;q;<2f,_{Sf*VvaG{x2r:PT 亾s /<޸ܛm0DijUg\yG&\B9~?r6ywbggd"X$P) rK~E~5U}Rhȴ :%SJg@! 7 GφoQo/7r0fUPIV#mԢQ5T f&KuEF y~1(UA%ȬWzh~#v#Q{e_o\zD }ʰ0 ޏ1P,ݙ vb{ŚUL~,NOKr/mENnWFn퍂«dϘ`5Hb 9ǮٔQ=:?Ui\;DAF; "G(Ì.5 $GvF0g*PfȈZbsMK\D:G/-@ӜN/sS#ޒ=ѹƵ\KQ쑾4qoH_ {Cz88QPQn+,g#oZ۞~JԚek,W?}@ȑ:֧c2옡:gA?ʻOOSe4;(9: ؓIc&D9t (HSE18[wyc){8{yVKsvp_(@}ycFY0 [ {dsa)+[IlO֛G BiA(3&閏λ3B|[,XAB1/>ddD:tR j?ج@孎Η11흠*^\6[+ B1&e.f' 01B8O EsU5qh9찗(@\-{/x ?`5/֭}# -8;ahHJrtcYO96HysO7ÏPT[$:y~R! TXe+8t-%p6Č~k.RTt?0TjNC\˴Ǥxjϩ̩  7"[?}oy0deCpUqvܵXꏊ22#7kVUgMy=&n/L^lUߪ4\?§)V]We¹|%AG Bvץ$#I|ˀiMڇz)c:r2!CȩYN[R]~uQڥ&N'A-Ti^0 וhՙWAz 7gb(Ro-mH>B.;Z@%Àq[C0.r6AZ f]8 })%^Bo$pKĎKS,-B p}NT[l?ry9`(5cd Sn6"yh 1f*Gh?P#aBZUR\C'ذY<~.!S&gb!-^@oE\WWZtm3F k?"7XS(YTnIn } lr4G&_4L(߿l3pBGMCk@rȖC-Πԃbi/-dUb;9'iW)g-cnykҘL` | cbh*%)(b"%醘VPw:< r.]Һ7L/t{h™w(NYkV="|C"$MNPsZwO;T#" V5] JК_<c ZoAM}|1^-.Y~9=s ExY~\zvSS;XM&%dQp.vo<`raiZ KDW}]K!&(DEVbEN".Jс0w:6CkoƁ6w璂k}:!ʸR(_-{hLhu#OZr5zԈHs5N+_pxi|!zT }]TAu8>~t )/ʹU;hPLT52XSs=JĿI="},:+),c$89`bQ֨0<7MRx|fǓ2% wjXyErAb Fez.; !D]2ɉ#Mҿ7 &gu [p&-"h)d9sFOUz&_F^HaLɐ΍(d* +iߍf''~Kw|-#>խ~!LIMwvXotWxqI4q'm/|4#s kV8Ж')WRS1,d7[!X"z]B!X͕` Q_?WGhaoá1IṂyeAnyUhx԰!4O{-1|W(#zvGjp/{aԴ,1k nA͛_E( Gm=$SсꄚĢܞJnT'B?@a,֌UOYկFWK?4bۆЗ :ӗS{"5r PAB) $/py!^<RlS!@sQt~٘#Вq -AE.ĩN9vo&pCVU.ur劑c˦BavPV)@fQY-וdjO? utyy/nifzIJz;^`H+~ (TSk5IpH](ϖ٪yߙ^N&uu잴@_c12x;ER8|hpy |vPnU2 bf22XapR:tU!t:O ?R`$"uUӢ=DAr;g t8dh >bLxp#Pj#;41&ɄV¤7mV \eVUv&mt9٢gt%r30Fi*)mL-1 ? XYOξ)a4R4j9űG.S.VCfؕY7wYvnvOE޺)ifJ*Fl#v~\ccDV=U.dl52v!@5yw[]p*tk!'Ov-]},Dp\qj 0?$إ93!LM-4:Gqfߟ3t}E#iU8PO%Iäg.ۥKuz!X'_Mrn aBEhj>y]rƓ̼1Aynó f-)Cb/-חQTX+-n{AlxR& t[=IK6o(^6 xp&l-f`4t `۱kQU"3”$Y ۟0&좸)Ùs䍊vO/l_Ռx/Me\avYD3Q3*eߋls< s q咙nMe-?þ*DFRuvy]SF@K%iT]9j;ړ,(-4䅜x<Ű;#ܙ_[\)6N]c5UGpRb2 `w2rfNI֡d>KuR'Q.U3/Ðoa$խKf(QnD)W7_ Td vFnGdruoI .iS#/rh (: gId,@ @]$<|j'ՓCiLߔDn 9Є4ofԭgrXQdM 1EHș=w%LC|P|XY tD:]tP%VR!0ACU4CzßBusSFBr%lxSFftQQ_2L"e%P{f?*Qox͇֬l yt+.kqywG\w#B( s5J_rYA[[o8d3{!g*8j'=22Ɋkȸ | 6Qh(?а/mR I `xa?dS?/\0N4),%xfl,p'}6 ]v3;;ʑF5>KY lK]nQZ﷬IY6.1HJ,o4JnL-Yϓ, UoC]QVΩ; {̕G܎e>:4σzR ?4΅WAz"XRZܭѠℬ^Sqq51(RZ Ho*_%$NV9'bz7]c@G~ =~GGg:T{ܭN>HF̠J,pdU;OlI&Q\C!&=ͦ6ieFz5ıi4\)BJ6 ~4ӽKka0J-y*S¸QFphj2W;:7O܃o)r"Llzܰ!cOwZJR*Gf4FrzS 4m >iF0T|-|<0Ã6WRO .r1^?z:Dz>c&V㜚$Ƈr<})c[ʨ3x=!fvAOC죢 q8Q"_wD46,ǧ9(rL/YI}`{*bnUJ\&?D/"'C˾]/ }JVqmv=pQd1a{{a&qM+I-ɿ9xcv2KR7\wL ڢ*Փ)b"F?(c}zhuO_W\vx#\+Q(J}i ~  Ug~4up:!6[3:; f{ qyXp\ܫܩ}ST&ՈTXHZ1Tև@J=7"tsRb-r^ļ[Y-@;?;w0C-~VDLHΉs|< $vv[Tɝyǂ$į>r ";\a(Ͳ3>%743[Gx(.*[xwj7vެ '4rW"z`vzPF(gQ~`>(A<*;}>{Bv'.uf"}*kDPDYjH q<.젴6ޕ9XxL w={j`U~eQw'|!L վt4͖L8բzC)`L1lтХ:`;p3urU,Yf݅uV'l'*0qM͘s|a˼.B첥rȈ?/Z[(4tˤ60;k#'sNVXDq\мY>̑S~tLPw_JDy1Gw.ҪEt̺ǂogM5g ؁ UMxFdeLIhS \$!%ԾXK5zP_0C|Y57kq2* &߽6pЊzsX8D@18Srs2m]ׇQ=@`:=r#2*7,/mIH_yfX>z߬L#HjVu]E VY]2 /Mv4ؾk~X6c3_6G8ijV+ U aߚCgjR&Sâq|7(iJ~H+1jӦr K"w%{п1ejAXE7ZtKhwMJY+}!h3Bb$l^3#%YlF! /ZrQ>D^1*!>2ƛv;_߫IqAuQꩂ^qsCE|qPm =صP= QXһ@@u*-{mѣCNf}0#[9QA+ۼG&p, >P}7H H` C *efYڨ E*Džֳ]+{=a#v @H73T-C ,;yE04YQ X@Vz#p۴9Rzy"D1.-iPamx ZBXRlW\U*Lo"Ĉ I/%?ݖhgiy%~ayB5 %u t3z?l.{euv 3 誩AHdkoh/;K+W %tf_;sDy\Ts9~4dShŘTJ'"zn`SQvJM[DqIO1Gxf9;Le6& )bnaq<)LJoLPE4X2y(da<0 ));c"s\TM$ Bu#%t}$jC&MZm =&rB ~6YH]…5ԀˎۥCf[ʉj4BnLa}/4WO}b'_/ Oμ(Y6d9F*۠#__mEoiSZbu@"ޔgUSE#-EU?J~[fAiNy$(N/Be"|w䫠󒔗~glXaF`V*1h287R{5l^?CG@^pu9o,FӍI3DFPg.u#O-5Sݸh/~([SS̴MLY?큐}}$F`ҥ\'f'0s-1.gN_6&q%H^яhXCUNq=R<%)Ղ_)ktF.t>&͌н 3(`@Oڒ\^ْfBu8 l •;V%u,=e|@?;/N7wGgU8 so&uBS'9$idzwv,jI*gb^ˊx|sY[Ϋ'M}Lą"3[1{o_B|&G#C@ӧ>GkꙟQ(.gIHJ ԱPXBO"ϗ.i#9@7XWeN3VB9FM’iGL'lW&ikJw8Oy-qz+@vWAlx<MVFG;;̒ t*1&a^KH6\1 ̑_N( )OVK؞ nX9=}4-jV"bf.jEQ2OI &Iю2Cq&! nU(%mﰆW8q PKWKt_O2RH.K[$xeF=¹$Zx5L jjM++޷ `O)q:LF' "4Գs#}`٧<<oR<bXr}lf)9J<#? 8OcP/Q!*$GnDή18$k!E^8 iAzO^b&W3U2 ,` * މMj=3.8<_8#M!D4x1{PP p9aNW4 | .e+1ʅ"<}9k8498.QҸPxwuoԴIpP'#D1H'̪\ J"ڟ^Q!SG30fVA: (t!^ƯcW=:/R8~c9Xi蘳 /4C\ u$ nΡW<.)ybo PJE|/MK%) <2b @S̯͉IpT=V* b&*2b)qӎ[!lGLq5 S+"ea<k- & jC&}%Z [AwޢIO::0DT%"<~.ގPY°?r1rjI$\q*z0k<ѥ;UiZps"b:ˁV'[IR\1- r{idW&Yk-q:ɡW'kW8?z]|)EȂe<=Twu@ܑr!1ޤI>vFͅJ-<$+%@(\1̻s1=iJlGa[V @u an;B) 8!j][*;eL{h%8+S bf ~O*3]ԓvDc=.N_'8-2*ǧҨnXOo][6-؟E`8 O2 {}#tmSוȂLgZ#Bmӯ09U 3fuP\= DwOUz6AA;DIXF>E$DG XdazB<(|ZBK̀$BdXLePRtݡXyd1U!/[Tm`;K/du\##ŔOvޝ[n{,~KS/ E0Gk+tSߤH"EQ<ě#!,[83UΔXBA# /Vbj#y"܀ ت/}y;N&7 pǿTG豭 K[B1} )b.+3{|O;t~vm7HCj`nXG>ɋH$6CXR4Ho6޷.fSM }1rv1ϐ|';'yT`K )$Ga5r\je@ĹkkK\X$n J-}P(%#%#hC RboaZ 4w5:6Wmװm{!zoĨ%^Uq P0]v\j ;"d_-B:4ܟbKuU!*Z}0VePPxغZ W~2-Ko) 6E_4L=c,n==/9azuR&5i ڈk_,s 7|)z'r*Wu"#bTT|P29O`<ӯ`ZN0fU`9U]?)Q3%%\D/D>gSuL6N\#Nܲ`IΘ`Yz%)ҕwpr(br?$TLR%+p %l+ ri8ݞ?AA]Ӯ#]m !'G̡xy)rCW\<"܀~{ -~'_g_ed~D60  XXwa3A/jd_-hỌnqYj yDw 9_GX&bK[_B$9vt]U'c1!rFɆXɃMu+$E!=#=ZI &ōY"Hq#m3T9mϋʭp 7Tv0cd}Cv@%:2@/{h~EDrǷO˦ο>>d 47U>8xDks_\<pP"7&]}<ֻDa^O ;μ8ŜV{؞Eкf3ҩGkMНa߭grQlGN'~6pqbq/XϬܦAFΔvZ) /4\sop,:Gkn$ VlQnHtbN_ qg3^ݍOMYNnH5GTđ-vɜ e]7#!306|2󕮦 p GZuB@@W GY*^WIF}ą@ỎfWEoÖ5Joۮ^CY@u~="afIAmSIXw\ԘGBJnZbm&7 .x jV&؞8Z6)"lOۻ싽?ƹ N%}r-˨z f" Otn3.T,T!@6#uL3ݴ^{oҍ;v9)rqС{8Ӿ{+gnEKh!AYжeUBG-EE)HиcNsFj(T/3 Hm2Ӆ)l,nI:=kWφXIxa#ql ӫ<A+@]8(ǃGRtdK;b znUw7HZd웪sXZƗڰq5fSt- $ŰX^b??#zxwg% jD*|fNW+f\ c ۅ/p:zg'G=Ӈ%4Ԙ"ON.Y8`@Ō<ʱ..o|YOf43 frAe8aV*`ɳgЅyiLl3SBl6vR!mRCXHx`ko>Ke|9=Qc[g9zw#i ($ZC9C<ޜ>1܎.x+)l) eM6Rh q/T?61Hz^]A>@W,Xi g)1hsW@ ciӀ\=1x7&PJSCG5\c}&',8/2&qcRPCs u'amU!L딂)SؘrYgը{0}.lZLƆK]vђ;ۀ_ANN!hHwt @P-\Jy W zsN&fx6_ZCfE>6ƳS`Z4x1h IuCӡѰ#cQ)$o64M>ĩq0\R:;LUvXLxI_?/d+[4]p/ !e2aDeDa0s(9g8H ,/ӣ[ۇcgĎfŵRU7*i;jQ+odY[bOPRZ0FHUs1! tY[g`J|VѨ8d4 KR.sıp>ʑvfϦzLGDBfmջ[Vve33_DwP՘ZTny$MzK,RaS.C1SC8]_z!, ɥ?娪I5lWY6)DzG3$34C^0 ԑE_/wz*a5}xwtkrd(Ȳ,xN{C( NpumLs*L6ExwsJysJٜ!8w~Tā/)`1`̒p$Ta[Ð<_Cq Pf?RimtvgQ,BmvE5}nOf``vpK>]Ry2k8Þςh6̆iA j3 QU۾dLb}s݋` 1dpkl̪ODb2`*Rl; MxՋhÔY(e^T+yK,/ #([v@űjdBBT9҃ӿJ4YU`˭yqx'闲_%lwk~oŠ"nV4q v/Ovbk@EU0$}a%41];➭r&&cuUO;A(0O#Wcر5?a\0$M(?c  өD ͷaA]: HȂ[y#1' F\ /NA?NpYzV5|J*-0 *D-g:d>.5t]!*.}bM㫑)U86c(P5BGSh?E%>, F$ 66џ]Ѓ䅏Б*zߜFqq_R : l}<N[Ve5Zm$la@R`vͤzhh㔏i,~;q<|u;Dq+3*SU$[^Ɋ!c@U<iݏ7% G#`iMDpGìB-{{$"du<jBdDuSI#X5HsWy1/yJzaށ d9DvbGNq{_w+̵/;ڌC@NMftm;h㧎mO7 ^Rb؀me 8Xt_XB>Ør$|D۽֌Z$)Abs:@RnzUoS0gW(Z|}<ܻ!(4q*hNT:26XyWs "3 "_5bUœ{NEK^P9kyDYŸܸ8G)ֵ, LnEnj̜l)r5e@իm a~#k~Ei g'$c>E!j`~vuEB2;sooP0j(T}(VDgXn ]$r %׃ ܠWP̀W <݄UW磊0f2צFB!$d + (8ARfƖApSOZ 99\H8ƒeZ'8q^kIьS9jZO|.[) 1uJPJs4@?6ྐྵCS,fx i%XO) F*^㱾a$HF=M qߑwǀ y0g\VZgdvg=)KBR3ȧ'd%풅ף FہْY)Y+1tU?\ɀbV$JAIcܻg>"8n) nۭ&om,ik&{AqX4Yw2ǿ=$+ y5=/7KE#6tRhUbtuBJ-|yrI>%dڛX="Z* >R{Ā67Sdf#jf}KuZqV)V;, Vw7xWNN>.dA}&2UAda~b)`.B{4zE} /|L۩EaqfILxmkW@Θ)i\BNϦnk_kg[Ga~ Mԫ7'T6EV /X2KF{h `iFQ/|z?)yJyX ߚt,cVBCLOr/;;u=EσB?}"G|G2ŢkEun9A')/p);'hd,6͔CY<[M.KE䐽oL6o\J Yl+]a|܈4W^N>T@m'])@ mn4(-&˷x&;q5' b#W.A/g5򩶩57*sݼkz5h^B8!xMMdFkf,ĮwGeMz\>t^ԹՑvbKۏa \{dE*\wQ۶;[`f W] qG"Tv#Q ^pUqI `MYƸj3PJKZܿLu*lcwҸIbia[w{ٔl FDž gF) K7E/xsj0Hqɘהh6',2*t[ae[˰ JXLS!6'%vf Mj]f7%}5HygtvA\fS۽.{96y)NFn:9I~t(PM5GץAnjO"\ a3Emꉺ:j 106^KeУ:5 .A}rnf-{Б^;PHk^bZM>!pI~JWT? <@Uabj"; @N[ ,)^ }O| _ԯe!|Ђvg Ğu?'L88 ?,/ClTt|eؖ!BWzGX9_7><09Ƃ"#RMpVIX6I_%/{Y$JēPhqaW"z =zW^s1 3ѯ\:}6p>{%'H*BY RB}^H4CY &yyc-"oΖ }qD~ˆmͅ?ߺT_(٪L|/JtEz8|R&t L$ƒ8ez`Z5GYJQHe?w9/h8"&|/OSs*}~vʒVOah]꫅?`TZ:\@%Ntmghu0ٳH&5rzQUt\)J2LIB4BS߲7BkhgBxŹ$͂N=6sCy\ʋmRjHm:+𼞘V*H#Tî?&h8'8FX R-#>]2KtC؝bfg At}.7+K )NwWykm>RhVX&!u:Gҧh z,fo˴MDӢiܨi\jm&rݬGJ8mWCUd5DJ)JzFXe֊B%k/%wr+|dth`DfD\Ci5;%!))-`X9eCW[AM݊r:s\hw:wSeRѲxOڈge[Չ9 f>ty?JHN}*Eͦ-_AsM@+,Н 2 7RCo W+t>`FB "6VL*{Gy&kr'y\cTk&ArAcZ&p'zސo62%԰c^mju+² ȓS:I#{Scd1c'7nQ1 e31vk+,D S.}&9hڥ}4:6"j4a?0d7]$hm-FO 7%A_I2FRH:vYн@%B; $;a PR?C4PlJp:q|0^;COgvѓN*tu;j[b;|X˛jA:( U6Ya (4XCS8kb)#-$p{ gvq$ e%ЀWWJEh"r p(f u׬gcTnf% 'Rghwmz"\n'͇a!I*ekFts<8O'\bK$˗(]+9LCsĵg?N؎6a{\Csy̱CQ?,4f$P0湚*{ V>J`ZAlغn]9|mn!-d$LhBW`XLc/y>.ʼnLt\FzϗbAz mDTޤ#k9nMl7X! {7f*NؼB6xЩÈd++{8c4%vzvY0rPMsm[U \D53,[!rY kSń[UrO XRWaftH8p8]۳xa5hrl.d`C`m57FhAOCj.VMLjʑo *o޺%K֖IT`E{f9Ċɭi/?O?]]M~qߩnBQ'@"Mߒq8\%Mp (y$QxpCٕI9Ǚ)XQZe1ђ2$¸I$XYŦ $W3|UD:.dX ؓ<"C5r,6X~oWXJ[*Wׂ#KCw] o_{#pLQۧaq%A)\?]m)ePa5rXy8hTq`O16Z+5;0L`h\\-_l-(`5v.&s+FՌ@kK  -4_cj]HVQ vtJE& l3>ky~L{\yn_0jšm_ڀXu1dV˜@OcŋƹmMp,MSYE7ܔUmHΗլgA79v58 j{ =/%@ΰյUZik+5AI&81r#ٍ@WSy&/ȩlLT/P8?Q7>S3{OVˀuͣ$7i6EG棩b*j11s}U£MR@W3rWrx Jr]S{e-A\aZ^4)oLxtԋ6Ksm#C 'yO=5\k]k=YvyKS%FwYMis6r4_Sd{B4 j:ndOa{Nle]z\2YnJMu9P-pZsbgJH`Rhv}٢4eKg >#VffʤRD[SZkT7~cl|=59V1v]؉- qu@ "T d 0KbĴ =MPTnw{2-ŁZSc;3A(DځBGSPPPX ˠB}:anGn?F vZF ncOD+I$_ӏ6.1ij}wf 'Z@u$HDrWDR(In67g(TFLx4I@z*\FqZdF@v&J$m5Om6n&@}a\^anMH=3Oy:x@1*a3@o]|gP9ioA;Y{9řo%a~Hw$rFY{eoJH^'r̽ʍtߣڧPikFi% QXڣLJ2ZqeʼnP|E|1- =<MG؞.ŷF 9c/ϴp.C) Gx^/okgMQG ]B*.^ i4%ΟsAW&F#ͻJI?*@r :#chR2]f"tdzm /4p V ؇RݾBODF1?31=ׂ9}㪎! $ ;.r vg^GaXa?1e~ =HgQ#[;pDҢ삱aRkB mc}DDT0POfbBL!귟B8[JiI yZq*އ,܅/t?p,ީ9Y۫+_'\ɳ]2rxw9B&Ԇ <fzDeA561W-ZF: x;g2t(g poXg_&ԩ$9d]P㦰Ьm,7}JBi $GGUӨN<`qy(5v;wi>Kd]}4DcD 5sn.XԳ&U|v;mG{WoyDX9TpTQLj4%r~%<ҁqw6sr "jAA;uM(R C b-WIAi?Pz% KP(%~lTz x"C}R;|[Bta*Z|4%Z MH e.=H_5Wt^**0}9Th5!j΅㹳p?7sHʁXx;^<.4R ΋D4d튑AzeUn tJ#rsF֊߷ N.$)*+7k=(\9*1/4?z7;G|X{檡#5бv.fɝnP Ln| ,ȾVp?lZpo۩bc\&h`k{xBώ5{IϢ b4Pu<%ϡFF:|p{P9{, h7? #3%Tm]۬ޡDɱKF059ܓxd'F?9;,s#?+{Z3`U6/6B`WSwO!5 ˮ;i`?5,G\fT.6! .u|0bb( P`8ݍe Q)S3|,2"|#|Z/l.@$n 9)S[鱏V 00Mi:̾OyOg/Gw(PNN?II,FPCJp$;QE՜+Zo^:5?*e! X|D/:;[SUٍ "ߖ Gl.US9n~]oZ)!Dǘ#2ɲ%/NNQf8'<5T,7}vDcMa>JXssa2TZ.쳩lq>uNc/X =n}h+oE_v8o$t;_R /͑WTf~*px2s= l,ɰ!]yF|! {g@cn k0Y@v_jw0.φwB&x\uh\ϨRjdpAh BChޖ+HcZdoeqU',JVاWYU{;"&8*]Rl"?Zh;`.݁Tp_^ko!zdPzB1(d}n؎$ݾ+YõN>hF9l}+𣻾96 \Jt)2t9RީS8C\ؑh^^:k{]C<_jN-([UMkPɻ*.+,U (q-(_Ƞ?UGb+PxOW|ū=%>DhUFZ؋.dńRyMV"5Rp5t5uLYW\(*(]t4Z\>' (d9.'j577ʯAji8 %H@-.OJ`<*6+?irL?ܚk-$m=ߊD՞|u8D=O>!(k0CJ .{34߮5޸6{)~G/@ADP4*˥֩l,>ѴBJ%mty>o2}+orOBVx:OlNd "kZ"Ȅ?Grdh/a  inwg,EV>%J8❣Ї9iCߜE2zF'-Djk>) |anDtꆸ5S jPjb+ițV p``3̼o<2AȰx%>*#nKҸoeeTW^GɲfjT(,#V{/;&)j{Mʕ͞PɁYW eRJ~lwf([| TU;2_J*oDQF utKAKEe0#ag۱̈́AiEůVDLz,3، =;ftغE=]Jox>>,=}& c7NhI"7)("qQKK'?j 4퀫y_ͮ—XDe牋qvFrJȇ,bUb3q9.Y^U·=Os߄+d{="oek(33,QaDC{yu$|f yEom1S;֨Vܸ^j&D=N;e-55 t{ҝ`I_C jK#|@=kK\~;$,X_Y]~㻸 6V^QC" LGMyxjGBeVL^05ٰמE f.,_3{eߍWz;+j-bj{ʏO%+x+œ4^K,\e}Ceo[uP,1;M6D`ll+JC1%y.j4sߝ)HU%g~C~Lo?G "GxӃ4+1tq\u HA{G^x$H`x& o9 e)Nmuw)Dp,5x lrY룺Y2m?o١ :Tj6[X\\nyo%Ô:.D@P6WJn@r(>0 VLv9>.knöȨ$C[l;g{|`luڽo2{f<#vL\]iAjt`@vLUO_,j' &*yUq5;rc6dP)1b7ꢫ"7 e?HH }H*`үi2_+/Fq]٣mS/-Sl*׃%_uGBvpwu)餆”p-y7!Qe bdk&[ʂ.NU2uOW m$YRFѐd8i ({k"|/[{=#+11%Pg o|ּ}b @^] e[R^Hİ>𝳾YWj *fAP9+rlX?p&;'/#Yg` ƅ:Jf".uUD>貋)Mv&)ƹէ.>+`^22ď登rʿ`{ ۝4߱XXCOfOChN[6fYUDٽdT #|}~uv[zѲ>%1Uuc/_ H"ڰ ^IBJ?}t4:pQOKhLVsPxSX Kn p|yJjP!#kl]DK <2g󝿸C85:EA^ ^o<O nHSgԼ@$K1.[0JG<8rW>@0WuvβUQpxDX)FO-!b&Ή)  U4mކ1[$ :9#/Lz;[ ;<1Ha+eأ"هuZ_۟t|RĩBYgh{0ɋ{Q)@P̼C&̺1`@(3cJ@BRY|)܎u!+> l8\/dppSqdma'٥ )>chuBX@ m3.eBÎ*`Q$|l|^y-S"'<[EkdR؎*A٢ /R'b?hO G׺"[sl2hLS^ cr9sq[Yez!T-!P=T(l\ A\kMB9+%8AL+##;'yVjrWgs;wh$AѺ iU,_f>ݾ!UbxGX'ܓ''V3`;e+dr EԵuZd_h \#뙟[d>wd#a]50I\ޑq9q> fD0rIE'`Ci{a.*HWx{j 3|vPq&1>ND.1 \;R?oMSkE/(`' A?2(HeGJ|_l^0{y/ˉA 9D;'+X]$ :AʅtQuيeqN@#8w,@!F]~t✥@fd$Z"DJg;,F[Jš =qԬ vJQ_$Ui[]U/?o(h]+sG,*\ċ~Tfú^tт]&!?1 CǩZg)*a{v .NEn{ɼx,z(4*P;^iS(<9E*<RdvF%ڡOϺ w=Bnq}mv=FqP gl1l6ZH+$ERZO0# Mg&ʊ/nd0 ]+t| ,[KnbC2#y$,vK%wq Xl8e?&q`}3} ɺ9n',%n$ɽ'xLϩS~bdW DÒ%5,BSn@]5=[(ueEϋG䏶:rWX 8QFYOe{pXn6 "U HWFif1 I"X(аM|@sfY=(yH·+*.WJЃnǾ]= YfKB kuIcow$yC"{x$|+ ib6B~<ʇVH- ќ*6NUHo^x:!0j:}od;>AmJ7{Ug{-nl_.-+hN$Qg˫!?m~gF\*/Z:t+ͼoCDa$D7+BµńCo1ϖ^bJI{y_-ъи}GKf޽>Jq u0_)s慥2Qepao4Tu||l/{h=a ҭT De@qr"?C <ƊkAi Mn?Xz 1~#ڇy:̅9=sxn14K-;:Ҫ}Uwߠ-Lmf!t@Qd (y84SqJL#߸ 4br|ӧlմjQbc{ks8M ^^oE} { gx'A'Dڏ+J]EM6x<iy)CWZ v<+ě}XDڒg@)k&'Tb%kRIՙHmOCTXm:Y 5i2XГsևׂvNb׫@wVE^ d^1֛1`V'tS(Wz|iheza5'mUQ`nV5[ѻH|Y- 轠(Eyk;? \^e!qm r &2\o/dGONws="sC_Ix UppHG`qqv5.)4j0XItD7Na}OH<1bǨ@lm; Tk|>Jp%r!Rz.K5 ـf{^Z }S]t)'Q; x$ w}W$k&odg (e!̅EΧ)^=-ۚ6rݱ}?}o{k" dC m2fsQ[3/ӦIQD>KJ2ݍ}K"0CY.Wp<޹UpP z2åE'BTaZL_6-sX5]xbIV$6/yvкh>Hey?3.WW@a\‰Ua 1V&8hqh"Yx1miTYg(ê@NއiciiV[8J(Ք%hnRuM 6aas#s^eu<)CWf~֞E]h#ܨV3hu㼦Y *,u<_'ypg Ido?[+&Z5R P*[mxˬ $;ĴJ쪝{)~xp$V# wspCL`-V(E'1yl?jC F)H%S\6ٵBH&﫿pǟa }\ k\mO}h ƂnGj>]Z`4nGwUC6`Fg D("@r{sv{>mFSyA@džr6g#nez+e9^B\vtAZa0zak鴿ۃ33Q_Rš_pƖ4=[D ʕr**3hTذv[H2OQTGvOhFV{gμ>j xF@xؗC4X q7 Mt6qEO ;Q AY̠Swqh~]# z - *rvLhQ=[iPRPPq!M51$"@)B{5q@RWZet. Acr>_ڟ^ IVt8餳:~Qe{0yp E.Z{c`]tHL@ㅪN" "H34qV&\'c SkLK~r8UNFi'h3y"9>JG%|:XqhY,Dųf%O1j-UhX >N2H%?? Yt7B|8^"3A!X"M<_'!䓘yEYE 6Z%Kbb&7uTS?"#gСޣ.?r[(hH#Eh9d'`|`xޗC_KXPu, 8nx{6KU:6њɘ}GG͡gX6e a ƏN~]HH߽uqq7ZR#Z|w{C|V;)ŋ26$ϳilN' +Ii6[{pj4+?zti UwX4g˶!U֝/u#ی'q}dR{gO'zDY ne6ϔhXE]lLP"!97>a-Px"wU-Z'@D@/rլfb;]QjYKUآ<5 ߔ?ӯBסD#X`2q;e:1RxS9/ܩkE~dL ։5*a?pq JI9eװ%v_㯍7n]NV:aEպF ><;b ۚլk{LbSjQvp8Y{3Ozo8uh@1+#u8Gvs􏻢Z6?%{҄M:@[;F)9J5}Y4Dn_o91&ͥ7ȻsKޕfr,Sa ydz~zD6W6¨-^kk*?p/V:Γk]⤾_~{! hT"7O#e92H ~fZ˦&pyü"E75Y˘3)Eq)2Q|݊|4/Hl 1'(kVbm6Hǣj5:D1bL28޵RN_dL0xcyߓÔ +ӺWM anJą|Jklᑩ7 Ȱ,a[|&}{zP(/ϫ 1W/LHnbߥaklp]m&(HAIIrr*I5.=~Ă݅ ݆Z=eRq:Y'}F5aHq=e\VE6 XL{Z-і_s@x;i,Zx?q\C1Q CڨS:;_ǘC-~7@Wl eXjX0~5k3:D^_O,ebDrZ[n1/ / /IF?~#mj(Bl^#Ǡ֕9 K n9zI} v߱CH6zΪVpqo ˞*$džrq'\MGP9#Y3tJ׳TI\I1yA{;ssTVIpC` 1R"1/puXꆏK72I^)L479jF |Χvye!@uCFCw= N)ndp&0r]R/&-{gmyVbBZ5y4F,8t555; טڄwx(q,a-.Pwbz"ONns ˡ,~*g&sn^՚:.z(N3G NɊ]V/ O1n|l. b.3jr[~ECV̧d2/zs:O\34Tu&UbJfx>9Td_IbR3g8UYҹ-r!<(6B0<.'ۍmeQ#w0J>uszߒ v脔=A+| QAb:{XPq_Kqm별5(?9a1> \r P8UvJ]]-m&,,ڮ[,|e\PuGAYeouB4EJD%z3Qk1.W@Ȟ74vDfwP,uIg&<09(IBO!Ui}ׂtwȵa3 Lۿ+gYڋ?;y9Y.@|| g|[$,Èϛ#b2p[ >ݳ (? l#)c?T;>LP_Oi|)6F6_XQ4Bzɒ2`On]|Ҋ : a9?\Xz+D1 !T}!`EG*T΃! JH_p)0'oN0'_$) i@sDq4kΫoXr3O4xҦ좜=VGJ=.Y% kIMPi_ 1nFVу>{k:Y͏)̍&]Z*FWy2{ְmL!I`lv\Ky3"O{UYG#{2e~GF`ߥE 6z1FcQ驉tG6H],%Q}V,LrO?&R+j-F3<ӎJ[߳CPRvϚ lu93j UߝfJoҤ:tG,րJ`,JS\ }k1mQr䂊샳nvq!SWM`Z}hIdU+U;9 ҂Jc/y5[AJotۉ3lM6mnLH8l#7ސ?Dϯ&wFF׿~f؜E~̆Q\cFN\)\֍t_q55VOXjYylJ>s-vKM +äK`VnAl쩅: \Dv1\ÉS h" sЫ14\L6/poq#@-f]9}Dd7uN`wWt%oaVzꁀ7/N ڸ,U9ҙ*=x;c!"=wT.пچ0s&[JVΘ,|SXӤhF儧.VEE`E©a8wk7*zǰYD\fyZ'4h"JuХ`|`]mt.DTu ֟PaZਇ|I߬8{X5}IXl:LBe>@W"ŹWrb:4LʼniVĈcLnc1xxW;{?%5&wofCˉ <+z b r:`T<_9 Jܭ^a+ 7Kh1bb'e߶6:\ eW}N,zg:\?Snȼ On]e?Gsv^WC̮!>i{mx*M $ *W}؜͒>~ Y*e0}ޯRB/4+I$ t{31C=\<:yY\]a߿^]_3TRyN6 mG#Z Mқ߰k.#~SA|㡬ЄW}8C1KXΞXӒH^G;bX_֬*^3گ!kV45G \kʀ1jnzo:F  z+Ͼt3(،OBog>-v2NgǀVȄ(&}W[e`x2oi×=SoLCb+ڕQ|'bNaF.#[dk:F-heg.->Mz$bѢF=UN1PX!jz~+{"Q!X.57Mv !GzgYsإO%--LBxh4 waDY'mJeO@LY'9bsKQ0[\<9vUݢ]b65EBx*ҬA޺HX$Oa5i?bLjT%]v5\hmZzDO"q2Vŀ~`^YrB#N\*-4c1e3j":I+t2åZ0M.: !Z~/'+r5+F.G?up@ouE)RuM$9B㡦~4B7*B)}<mD~ZUX! z<ܑ=ɶd(rZ7h9e;]UzxhPj, o@{3s=I*uS9v*(aْzMdoXw=sܷ\)^\y:26aRl]~>"o0x\)F93#nph<b.xQ"Y5e![{8R7]9j'8xMPb$ i,kG$pW׋sIZ{r?y6tNzgJP"m[ݭe }D끨\XM}D8|}Joy^'b;3$`!<~[c-ۏxɭe|SE^c '%T꼧j-q*!?wZ;4 &cymj)C'+5;8Ρpfu8` j?L.&<elb $H1Rx8 4X]g ~WUΌ܅(6y2NmFiRPf V-_qVK1Ki]\n.Ad#T C9PI9I))OiKQ:hav@#Z?qkk4)+O%ez;Ejx /FuVϚ/KsUD5z|y4//2Ϙ`36\yDxo>B>|1¾. EQ{re)ihWIn\'a&?D#OJ|ML^ւ-4*T `CZ(D~A~ɿtOC"j/DyVsſ:t=nP +io"u ѓ ^ Q=7^gJHo9JQ}|F?T3U/VK腋4 Fm=lrw} 2pak-Ą*e+ B%k(~o[oZmdm4[_,YDy׈m7]>6eB@H`mV;)(jSd:C>P'%nVL0Ml\14O끶lq(r$雃7] MY%72l#ri65<PW1lǺ 4KQv*p*J7Djjr],Ǧ j[Eύ#Xl}cf>ht|Z D8+ ?DR9ҴA 4lZ?Vx (%W/*%Jz9"x(2& >iтJm=LFK}lomm NŅ8/M8;ip.8mWj9sdou̫v<}QT]L eKG[ܸ>@?S򉗢9;P@Y傱Y1MR`ȬCGit7tZL" Ä& rO`N\n%ѫV=G7}: !zX8 p[)D_R|>YMҧ; ,FiЁNM8ɖjɀ6<:ŠöFQXj@pT,WojhBӑs4ܽIn;o~dշ#njV68N'[=̋-X]/.UWho&c__xtj745Hrf"mXhZ$teVOKK.o<ZqDbK|p)4ʘ;QDA^VX4 7?nމ?q4sUWu}3K$Tt7$36]9<=xV>m]RVyue64 >oAm.ZIȟή bmNDA3w2 Ɂx`ݗGa$ڔκ5JUP:8P}>XP8 b8>$w`t,B@X}6QK8CT=}l&290|SjA8[DCM.Pj&qmWG\Ps_H#f>jD82ua0HP87f}BK.1)w4DT19a\s.#GKi^+P91lBv~^v8e 32#ҮI݀E+ OE6i!vNtGO?au<-by{Bs%"['yS5"БTHfؠ@NY%"фK`G9ȋ`Ӂ`G!$$Dr|"v ɓN=1[oW~Zl.E恊mM,aIK > ?Z~۵Q6%.h;fUqg^ ѣp!؎'ctZ([$qSۃIJXgslPjR/#5TL.&Eo3,? QѰǤwv^.{:^]ڈLE.{ktݝ.9 ҶZU"뚒LDaU)!/Syb[:OcqG#H+#𣟭)PEcQl`lJ2vh<{-itL 2 ށơY`TJVj^ٚ=AӜ%ʁp@DZiV>Ply㺛wŤ5 GtEZ? Ymx_ K] ~7xg<aXtN#&Hp!Q3 T+E_`?AʹBU ~Jy +AX "JX'tsS0OД)(:<₩0 f~sax W6R- 0Bи{J'$ <|w!#7 iGx ~3"^?MyS*ǒhYY:#~%E+lt0OˠInp/6c<Vf4`"9ސ׷9̈́io Y'ʶ.DͺL|[/bMbZAVrV-o;{42ITCcӢ9a gVgo.EFL2х6=s}炉4URR?<O}6=/ CS'Ɯbw\qZaE ^X2'Wȭv݄!1I[ĩ)XRY a{ZL]4+FD Q۝BlDaѭYxON5ua!9ΔbQtx?Q:sp|<9% Ĺ9r7Zp㏲TxBªgp1vgY\gV"m{E U;d>ƹv 7 uv,|2C|HF~-?E&ϫ!a/[01頹ʊNrJWP- Anm[ Xk2YB'@>Tc֟C~`,ϗ|z:}~C0L;"A U,ހ|l.A ^<vޣѾpkǙ?h߿iڒ& vzO~CR VZIU'bDy{WPB+?zDR-S\{վ^P]ިUUrg#kjHIvIHmxd pOs+@355?iپ̊[2;®vlkr][e/a$@˒$*(hՆuƩ.q.q݌8k(la}/v:h]Z( cV\z8($/,S8F*)=$¢+]gЖz8=;c_%t×ڨ܄!CĄk!$!ΘkC-jzʚ.W:T%Pd@DZz?Q=,`gp<"vΌkiK&/VL}**v 09iRH4w<5﫹<sޅcp U(/a߿:1J(r]c H`baPb6F:{ l{=ts5r8e;bsNx뗏_Lp&AUW*msgyWunvmXA?C\fD4tno4*CqFLmߍ(+s+xA0`󴞟[S.xJB>u"Ru(x<}'v*+Ua1gkј yvׄ+|F)k<ˮ-nٲd8S[dTPNd-0wks6O!SNk _0W~#a\1rhg}#fj5(F|W=sl~7A$=yMLD+.vg@A3| FFap(r,S^Y rEAZ XJ셑Idb ife *fGaj2śbtZVt n!p܌4& 1-/<.m=`)x@C`>H[UXبid'` 0c 6^^3C>ᖫ9a麲t ,oQ#Ie0 ={l>]b6ʿEiYjo>8*=` 7:{ mժuO]UD vYN [=QG?4r߮nF!$ >懂mtYxDȗ]zpnAA4r{ɳ.pP A=f^-U=Ji9{)ÿ~h g@I"] &U9fY?bSKXC=G%9(ODJmj-OZ:天ӱ:#`XXd5s ~a_)\z|LJ->"%Vxa>a#q 9Q/=P`>kKt}(TEKBڃnEEC7ސC4GJ$~0-hSh}ax,_W ґ;_~3KeW) ݖhѪs> -!<ڿ6B CEo]mpk|Okr†WEH`raH14D2-gvH+3)cJC`߾X<7p?8Uez/H'4MXl:dEHn&aEY4®zt.)su+ۿXOpԠ vg#49_5-O+4}/>b^c 8k( }"ޫA?OOqsiUԤI xT8њ;\ P" 59;ojJtpEc29IzפCc5NʔcpEVG|4[NZ# sh ~$`A'_VϦUe}U {(ؘ*KǯE`5p_y3$u >w>a Jʖ'?s)[l3ge:B a=-w gQ+ij6/uMĶyd*;4hTqN9kKL` eG6_mr(l\SU 0 T( MBL@)[x\0 p#0o,oOPEMc5C/,\3J!R| 3!Cێt, eMDgn%f-&y]Y*(0 9 ]?AA'IL K0݀8p$5K9څ"1uk$+.l?ۛ+籧Q|hf'aɗ%f${eQ%XE%LMC!^C4S|g45OIfFl *tQ#.u9l`HˈC>=]@}tYe!)#q"f%Υ8HT霎c ]^n}ҾEYا ||yF ƿ 2x]TEJ֪޹5@\ z`\UyڎR%#ԕߏ[3EtGoNۅ/- pf^:40jsm M 5 `/Dj5.V ̴ fc?cqC n?䟢i E* )?\R?Z4Տd^"2&! Tk^ ~qeo?nCz9}cs=e'8|nN0_"T`TtF \M1fx>VW{oākFȺu:1{ڦ|ҩ'EsB8)3ϣKG!yW>wlMgA7 3> H!3=s?^\ mhW"6 ^fR90/jMȨWI=P0FN-bOc bM:9.A.Ԕ&T qۍcugKE"GPwڥ @gÏ}-D)}̄: p^jccwJʛby~tu[Wu& +>G9tЍ9B*Nn 4̯areP^}oU.h W =&%y^ڷ&1i̒0I\\{2g֗\c5"'ع}`]3]{_xi9,Zj %ZFco)Es ۠9 i<2JÙYycK/_=7@c7N[4y| #VUN!|kq/Hp]3CV^ \+Xj$t4.4_*nKmH@Ⴧ.GOꈏp8Ϸ,Pjޅ\!; StuDZvyD^XU"RzeCrqOu'=ρO_+G2J#VZhQX d-\X]k[]@h;siBeq'¤n>;RD"A2fD_]}fXJh''Y(GcGо*QOTp82QR!NaS@Uav"ߜ۹/+ʖ1d @xq^iCs).em%yQcmM:IR &=z]s~kPT#%Ny0fXll`%c22 !y;=){]\tGB+5O%T~cf;Ui@$75)&* &Yf۹Bq ЄylL6\:)h*'Ҩbe܎vr x>AEuL֖OaM8uf7!ٓ_ ŷog]Zv%(Ѫ0eY3Lbtope'\=0F۔~Ja.`f:eg]J.Ȣ3^:zS:A4tFBOƑ#'R-i2|-2㥰\lHlQ5z}1lGm9t Gض|`h8lTu(ߞ0Kӗo$8{)~BŅ_ˁ6dph)[)S9`@ӂ_h҅&hBeI_cad>rz}H@q ' ueMAK^C9bijj^hVMq#4W1_ap4Ox5my4 qJHBiF.W}CF%(҂ &Š8a jvHJG-*.`jՄx#`t\4%S[[PXx.Kur+spj a![(#O_wR~=fD6Qsؑf^KjKE.ٶ\uB4""ݠzz i14iVyqsn?Cb{'ݭ2OQP .fU`NW)Ԙ.?ŒfwZ!;Cb;n ⨏j.FO"PJ}읊@V@6 W3jmQy{UsJv`oCBF@^oNɤHlB}w֒M_TH~ gΞ nuQd): (Џqk-PkD4#),"ȳ"mFt8!" y>} Fn2nQwX*:ou .oIQ_]v38h𚸫P&z)dfZ==.0Ovu>YdgS &) 2c#庀&z'-.< ;0(2\1@~}R1yGXB3Z:=><ܟvIv@I\{6YZ.Wߓ1KWh䖆%mA1ε9lu%}&XF`)$[YjܼpyLPb)ف6d?0&*#>몔dkIz?_I0ZCZaESF*|l-b< J-̴y[؈"!tIt뽇Ҭd!~X o{j8)HeZ-NaX{m1 ړA|QGn2^< 8x:<m='pvkHtA֨H[f[:-%j%y.F@g$լZB]$)!ΖIq!Oosٝ:OXq{XX^2n[!oV8 mMt\؍ضN`LMR8 ޏF&ʁwT6 kK) SS.y6EHʦ3ԨI\&&P.xJNI KҪ(}<JNh "/ӱҚ^d*4CN+1&NV%@aK%7N[N=[sׂ(aζ?;QW0U-= v/YG>B[VYE8HVLJTS,ޞ>uˢ Ns5Jg7$` rTCMzkC5-5P˯8] ,t h$~FI3-ygQ^ p|ZeqKuN5yAM8RVQh-tW>c Jbx#;'ͨerJR\% Z=~jO'gq3Rd0ȲϽ#/s'919_E{/cYe%@~|؎ֱdq-^]^J]$sSdCė9?3~KR7-ns=~2g::ۘm%w=<&^H*Z8$"8.#Gu 4#)`:F.hzf֭4LFq@0o6'N\@IˣF[]2Bb [WZ 3iqNq'|끭3ެt4ӑ&AiKrC`42`H% 8&*mS_3x0/;> '> *V}S|q$0F2A2 ʝp3u3>L[-^i9K./N|׀\.r!md!"YC2- fB^W hwR;F\#R>|a* H4B*ϭ9ֵzeRw'BfYumasHmIy}>DrviWr1Xn7!`APf q}J5"Zz]_9M3nlU'ìEk ePh{M灊C.ΈĒ \hj&t٨`|Gqr7{qa1Ӕ h4:yVSl8l1?NCqv}-R!/5zƆ^zcͱ ҒY\WPJt1,گɤF*$܏"],Uo9'J5mO?\/gmD8GmE?<8׋u xBohED(><3}C>AdHhd`˵4Ӻn"|j\r1Z ^ԡ--0Ojm$O` @qN(1~#A3"*jøY9dPr.aŷ(#p$n"D0J2jN1{`f>YUDqKÈAT@y D*SňL~&}8մoKn,1.'dxWro)vTPE>gƩ H1LMlaJC*[JM WgXP}^LCNtHiH6, g4fPt9-\x?+z e2{J#fm\뢶4Y78~__Pjww„4cE}Ԝ8>AR(؊ZCLoK4m.w@}^; P_/t(R/$ \g1 /tšϪ"MmOv IxFksP6^c,{@gnbYIJn$ tԥNޣ)0rhU@H@.rO^oxtejL8ڗ2a@Acn$LkIc3&eč i a֌ֈBV<Qpyj䫦 %jp&~կuR(H!<_s6#lstYu;s)~^r`a`.{cGɡđLeǢV;`Q-oK8R8;&WOc.MX1T~܉% :=z 3: !} GF6W/ڞ-wМJ/眕Tx|O̍DvQ9ή4uv(mę,ij 9ġ50|qEP4Ql2N,t\bs+rfM=),ւæ\7g]{Wc|a굦FR1zȖH:p6oO gE] %p PChD⇷7|'>)eK{L9uϗq*GeHO"&ΊpY`xFNUm̝F> '@oY&CyL>vMOkd'YoN:1;KDH!yw.aLk; 4C/HS3ok"ٗuxb 5s4*}X~u _ dRaB6 $IKX<ɋi_9=G-pKnm)ȟAlB(yFnw,y4$O |PD퉕*t}R?O3it,n>*4W)\jDwʭ+KE#\Ah=54" fa b=!_ H4N T3>I#NEhX' zaN Rv d9pHaKztzdE ;M&fl:3,ϣ[[zb#\ $`Gy{#j@إdoT c[mIUW7wK(Ȑ_L#~v0 "1̅"8c)U\ȸAd.dgC|b_rᵋ<0 /_JBtŧ)5O~ZEm 4lNvxC2ɐ|ɮNG&e;. s/s9ppoEhr^&)$d"q08^Sa¿B~X\vZYߙiHgH$GWV؟RRl#]%g\5 EmttYod \76w;Xݱk{Hn.>4TwCԬyZ)M`hҭW{זE6;ُ&3EM|t]H)SS̜(EL#A}+(Koʳ|3@o`IyOl+4G傸aÓ 齔Kv$me뺡\ z% &5'溁j l3 prcە~3q=/Pqj 7Ҩ 馑d[&V&= 9a3N!<֌y~cߞS!t@XhY^M; E>1Pn `20PnsAo|HjQ>N}Of̀%r?<Z/7=/mζ-PW7OYFyil/njO(XbMfѱ;I><@yO/~ &V7kTeݽr73ӄ 禝T\eɆOZ!Q?|W!vˠzēǜް@XWEN!෠JR6bx\V&V-8>J ^ HB >&mc>,&x9y#RsH HT+z8A.yV|2XT^rJϺ.!?V>&W:YhPzH5?3Ps'Z^kk1_B_nA$zj}n 5OȤq6/i’G@ Fޏ-^Cj:U2+U+k+7GK:3(HjqYE K>GiXKu'6hp v6.tO^Gz`x۟uqUIJ2X݅C- j> \Wcn^{. ED$}" Bzv!kǕȍW =Po8'0"+.-c!+~32LKhG ?oE}"#u[ҹ7ҐkKoi/*x8Oh51T$2# 6duW֪n+Z\#V*G[wRI"C0͹QZhd7MtVv`Y 6>B N AD'{b7RBUJ4/",]C.\# q¼=Rè1uIB<| 6z}U䑕VSo{xoRS+5 vU?؊75*l.=:D\Y$xy&G̼7>nbQrJ8! [~$+ΎE 4wS@Tŀ*IQ&$I M3NOF3!EnCШMy_sUjb7[`'Rɯ"#PVmj ޜ?H}pw(;~0c^]΁>}D} v~ݼ_HO{uP% f=ͮ+hB#(:$CuCF%zXg:ABmv3B? :WůTH>e˿D/D'NND,-M5b,O{9@ (vIt5ݴOǴXh%/gJ^B"௽נ7omrjq_&`-:IbC.(d(Wr4lt$7 >eh/7q-/Vh %=P|H;2iyK@HQ)'LR?Fr<_wu"Mmg;A D+& J:qLz0p}ƩWӷřiNV&a`jln9D_/V'i 1U׷Gcǟ O+G4b10/fЅL;:m7?mh0 v.nhp?_~ v|oZ1Z$h(uL V "Gi r\aX+|"" J3'`ͽ m)'ibsmc&6: {杠dMVfhy1K®!l]B>>V3٦ۑnt{;eR Px] cÿŤF'*(׊{G(@:w@;t_+.i^GE bbx麨<[b_gMGE pTTXN,iw "dgNmhuF@F:Eap.+ZX-% @~0&ߧ(x L,łκJfQ]<Ӱu +#]OǞseDmuM])q<;7諎~ڧͪt\uiᥛAu%Im BHUq 3k~l*j5cUGyrq+%])ⷕpV n 3SeR"~y P[-DFiy͒PMi|@{"y<2W67{̡e ܜWMD?%H"H#WSrR._.ȉxc]({)VrG$BaPtRœۭLKJ.K}q?g\*5-/q]qR*ڒF{'VS"Uu"D/:[(g^"]UDy/U @8O" Rmt"j,+&,bg<#+,9oQ0'KL<٢o.*1F2O WQwj3{cwXk$2}6^H$6-ПE] ]+f*IݞtI(q`!V~pXV~FkE~6Ü 1<(U/8Fߠ&Vb%M.tMR.@ ʂ{̏%$sZbp.xj".iأa!iN ]kݜo kjr%)4UXt,}5.-։?jECax({w" @Qḯ{(?pDK¥MN!d{DpnmMIE};u\+$-_$(bfZyWz72`'#9;h#S+yZyzf>fпi.Ags21йw.&A)|k}U; Hdm]gdXH`X*Z4+N".5˭|,<&gO}v!zuU /! z *a))-)אּ1d[G O><6WvЁǃdً[^yBK=՜ "Of*<ߨg4#F(F@h?>Bgv19=ЃO?~l;6ΐ–FhONɗ/Ⱥ~\D=h+&Wᬙ4/ٙ5$h'# 1"GǕYn9^:=Xhz2TG2k=qE|iHdFEP:/O -}J,P6ZQ:/ԭC/gXBɣ;ճz`~HtG~4& K?w}!Z TuiǂMas'~r0qҡŏpzX*+{qj;V⨯ J d 6䚉7W #|X,V\nw6a<wNbdg|}ݘR:3lG΄ݐجȄtg`*Y<8jQ"e&'U]nF٫A ǧV76+)7 Gh`@A!X{~Wذ[C%2/_\Faˏ~4C[)?etz@-ցx$Au|>RvBijLɃ[}'Gl 2%WѰ2*:ٕqڢ G[RՈ 4Bf &Sj+4ʂ' &]F{9hAVsQ0~1ZGG2:XX]>e=qU)~cw% >nA٫- 7aO*$h|@%9UlE*}VVth-s/dfܛ "!Symrm) ,j${)&[mHpq8V|J'MmWWFLxn 9d5S$0X4d|7c.נ&-vkM:"f_678Ђ⭼_WL }b䒟Y{&|Qޮh3!]g 4]-s4ܲƶcV0;"4oKG`!ƭק󒑇 ؍=1'Y{:kVbsWZJwJ5%\2}*siU?ݐ^Nb`=À̯w4q)Gw^V u0JDDpdi =mB4L3|noޣfK_3q^i  \؆wo/ҥKD3!8XFNW{#`>d@2m18v:L`ڛY@„X0^voS6Yf^`LCV"c]-8Kݳ>ȵ^(:K!XtQt/Rg*(Ϙ){_W3総A^Lu{gI0n@'owf"[.pI 50Jyd΅$ <["LU9aeD~f,/wKf tx /ˌAߜ$ʖlnLn%]+D}F1گu$(X_b}BP`hNlI9yQ\%]ǰ[Xp+,= D#!Jxd%:d8"zGgEi6khA_vy` F}= ^2-j'y,j-/ LA$AS4V(:9d v2q5mɛz,E,@;j.` 'oQr$yS]{⹇ R&Fѽ&گR&ziƑ>sތHf7X-&?*@]#A8{poxߐplOgX7񀢴yPc}rm0`\؍L[^W@/sY:p*V9J%la!-̼'HPhsdhY9$ d?cVZ1ס-%*$ߣB ~>#gª3 Q問\pG1eL3Trɸ RStB)/B]og|*Ms,Sô\xY6b5vM&+;GwQoW=nw^y/#3!pWTJc9FU`nn{WA_D'IuOJ.]b>9z/Cvw*L.DNg}0nE.b)x6rE O4C8MX{i; ,u­Oy/ⱕ 𥏷P։a|8:?8|Y̓=EQ}hԑTOHN _6Z*L胜nD?*M>gՙuǬyF8;1žCXIRE!K~*˓&7]>eVd./%f{ ِ; S>O)ܑK":[w(Fɩد?h׷8G|%nol㜗i],ʤ!m Ҟa%cRDs W5=ÒMX; DCj❛FQpN&ɷ 㙍5hS]1E * )qI, M,oɘC#M^ge 1:ej+~7O؟ԯ.X٧]wB7ƅstv >M|@,y,L#t fd@h_0vC2Tk 6#),k:@_5NL n#Z>If^BonK`r5kJ'zAaSV,rQhn [* j{2YA?jE8# 0H5Y~ id%XD@v!gAޚW]=]}Fw37@(Gu5( ,Dac1aϫJ5>✶wU}Z,19@V4! !2sA虉4yҵqvÜJ޳=)ٲG*8#Ju'r^(.AޡH'2[ E3*X" @[p1H yB?gGc^ x\r; \.3 ?_~ߣ5f}WwhFώ?V=c{`wfJzڪ)R(юU/w̜DEudTKhWPPiI0(]ࠃߛsoiAO0>X2ԙ\pLY4(TwR9OB,?_FJI3DQȁ'unVe55, pTu H\W[c_(9"P&$_@k@$%LkͲiřH R+U$s*Brգ6]'B JQ\&q|giwWlrbܪ<&ʲS-|H,.= 9i=G%CZδ5'v~'<Q*QzQd5ővrD@'vG7 8>93!- Gģ$HNGͩlEB׾Jl|\NeH4Vr"0h[){Grc'E9j?HqhZoy#227v:&lm7DG)׺P5fEڪƌzV ; B<5,AA4Q5AUB?:rTcM:VO(sY1(䭉ai+;%(Q𦏙,ǵ%Ev |QÜ>$ Hǫ33>'25&~8 4c}KNxnbf[K\dtT}]mڒM ƀ?gu̿tSrl2Ql@A(v3H+%|s>4ɳA6^=t,9_snw{amO1ؤz6Ӵ(ebuH^?aEkx'r$8d*2R~E"\odF"Q?Gwtro 56(ug3h+7@r }+=<R=ppgޛM)ZEEA)vT>YJ$i?,k( ^B"2m4Kfztв'Ӄ(EA$6FCM7KrEY: pn@ 1`D%AYHE쇬[ri9W5V7yB ${DX0Bkuf*Ts@eqzY1=Dh>q |0jS!)u  )-hc)Sz"PCY>qzPM}m$, ݝHpodzv\g j.JWFħEwԜyum~C+0gd1kIB\PK6ֿ+@O='J+֘G}tڧ{^*vJRad2I {G>q o3 ߒ;rdkyZ,!@oD\pBIDF9͞sALaiO#UP[Ƹ)bB| c.znPBY0Fn~Z+u/VMJaʪm_EF) tnͧSbsmMqp҄Ͽ6HףѫI8;ϰo; Ny˯/Ӡ (:u9#LkӞm&RLﴧ 4 h،/os,P&gTq.d{Yc35cS܂3#¨OwEQ&ih7dO9?40v2zTu(m K^w^ ig7{;*wpx 65#%=o#kyg\|-;)4o%P?dU>V*YǡK'NQZ9dP}G_~zl5NKa{ X7UfPֳC]b1~\gn4wlB % Yy86 _:P ZG?U=3\j'[)@s ӯ9=(Uh YUUNsܝ}EWpS22h齃d{+71J6Mb^ܯ;O s٥#S>$c^n- H ȻޣCA'%'Y`$/HL|l4:@bASs/ZCs}4ˤ!u:-pdAD%1dq7$cg /2jW:V[4[OFbY᝭>pA#.ԭ[SۢܰY ^\DwAv =:bl ^ϯȀ3 zDh0Pŝb!P5pq@`b E%-jmRg1xrQ[$qSӱc CXq]8<LY mlʔIiq3{J~__=WeAZrFn+ ʪm$Xvx-| 1K` '+dV 8"f o% {?XN"ў,q}HZ\Q`H96xڿQ5_|>7<g@~$` {?WTlbREjZQ@+,zWōֶ[~ ?YVhIEʼn.nmx?če0#IOP֨V&%:c*00@*|Q71:).M&"vU.pQ}{TSF9,DOIRW&"Z;Dޏb|n^K!.Kd*Г8xzgq܄2<͵/7 -%ls\a'rHSi0RCܨm$»:yv<&j(ςq wf Tz]Z7yEfc#_uWH.ddd`c Է9ww+xwPE˱SNcdYiz>> XYzI κooŨJQz\e|(;"tn<>oRiީQ;) WjkG>ԤKsg''v d#HI+ njq?dI>>F`WT)r9˖B팊ih,F8?#ê_a"p%rW$?!Ns9eVh+HIR0jf OG sM%{H׀e=oNB@Z#::߃}xӛt:vF WK?z=y=bv=Dl_UA-Ƹ 7$RKC)$S+"aSԞvn:F3[2P@jrK}G)0g.&:wPj)aͩ>dU~*yZ;mt!гn7\H ,|R1zmȈT$=_- s r#gmƥ%,lQiC%א5(S]@=ݷrO7}v6,r?Wᄉ\ZZ[9a}$7ܼ\{Iccܤ9"Ja}my#x= ɗyp!9"GgB a2Ɓ(LMl,6#HA2'>%[?p'PaX+Zϗpo/"!2^hoiE5d|mFp@- &|bX b$ ܲo|*aZ"\fFʗ/:ߪ5.|' qNi/9I m(:،Y՛4.%= &Y3CWʱc!6Z~Vf*@s36m17tO7l ٣҆-NPA%] !_ D#n!TMP!;@M]Tv3ٿuOnlN<ң,gִh+Z[&L#SsÅH LKJcyg?b5Tl7繢7_q}1񣄰'kxdCد=e} B?TpDXOxw"U LCdUTFjV2LkU&0x1>T.fXWz!<$DԽpnyS'}7n t3;,8nLI b{g S-hLF.g${410Qh`*I(& FBF+ۊHnX6kR6á"HͨP}>$`g9cɸo3 wt(OS9V5@K-s\̤B*<Eu', k4+*JzmLfռ)wʛHr,.1^͜C$k XH(b]yr<9aIIuPӉ&%=U4qj:{S. |h>SVe~nF%&ÁCLiCqoaq&8lD MՙC2'UY`(=3wgf5g[fyзGBH0=-Ш`vQkd-@j:AK˥9[Vw!R YZ