go1.12-race-1.12.4-lp150.2.2 4>$  Ap\⤠/=„D2]Pf\cLQ"ƖiLO7TMZ? z%7@n@H;ήDŬaE`}f Sb .u`8,lJd)8Fen1nʅ nP &34755e60965d988d1c2bf1170900c069f48405a9f436ee9fde175cced9dabbf10b0338e23c8a109ef518c371ac45f59a37e600b5 \⤠/=„ a7jn߸Akà?c>9\)8pi=j}J0tr-–[=wt6o{bI!; AZ*mHk` Ed.Uㄑ3 }hd@Dp!c57X pff$UI%yoNJ|xmt sɁP H+m 21FuzK il_K0v[عRycOQ1oxs)T} w~B%V[S\YݑbЊGQTx>p>?d  8 .Jhnx| ~    0(8[90[: [FGHIX Y\8]<^Rbwc defluvz$(/8<BCgo1.12-race1.12.4lp150.2.2Go runtime race detectorGo runtime race detector libraries. Install this package if you wish to use the -race option, in order to detect race conditions present in your Go programs.\cloud134PopenSUSE Leap 15.0openSUSEBSD-3-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Otherhttps://compiler-rt.llvm.org/linuxx86_64P\⢙b5df9f52f66942f178fce9cb5c7b412614018739bd8e7c7c150f87731c29dc7brootrootgo1.12-1.12.4-lp150.2.2.src.rpmgo1.12-racego1.12-race(x86-64)    go1.12rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.43.0.4-14.6.0-14.0-15.2-14.14.1\r@\C@\@\B@\y\]o@\I\\\I\U@\ `[0[][9@[[ZnZ>Z@ZJeff Kowalczyk Marcus Rueckert Jeff Kowalczyk Jeff Kowalczyk Jan Engelhardt Jeff Kowalczyk Aleksa Sarai Jeff Kowalczyk Jeff Kowalczyk Jeff Kowalczyk Guillaume GARDET Jeff Kowalczyk Jeff Kowalczyk duyizhaozj321@yahoo.comduyizhaozj321@yahoo.comduyizhaozj321@yahoo.comduyizhaozj321@yahoo.comduyizhaozj321@yahoo.comfcastelli@suse.comfcastelli@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comthipp@suse.deasarai@suse.comthipp@suse.dethipp@suse.dethipp@suse.dethipp@suse.deasarai@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comdmueller@suse.comthipp@suse.dethipp@suse.deagraf@suse.comjmassaguerpla@suse.comthipp@suse.dejmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.combg@suse.combg@suse.commpost@suse.comasarai@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comi@marguerite.sujmassaguerpla@suse.comjmassaguerpla@suse.comnormand@linux.vnet.ibm.comdmueller@suse.comi@marguerite.sui@marguerite.sujmassaguerpla@suse.comjmassaguerpla@suse.comjmassaguerpla@suse.comfcastelli@suse.comi@marguerite.sui@marguerite.sumatwey.kornilov@gmail.comguoli_l@126.commlin@suse.comdmueller@suse.comdmueller@suse.comi@marguerite.sui@marguerite.sujmassaguerpla@suse.comschwab@suse.dei@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sufcastelli@suse.comfcastelli@suse.comfcastelli@suse.comi@marguerite.sui@marguerite.sui@marguerite.sui@marguerite.sumatwey.kornilov@gmail.commatwey.kornilov@gmail.commatwey.kornilov@gmail.comfcastelli@suse.comdmueller@suse.comsebastian.kratz@piraten-ahoi.de- go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt binary releases on older versions of GNU/Linux led to failures when linking programs that used cgo. Only Linux users who hit this issue need to update. Unpackaged go1.12.3 (released 2019/04/08) was accidentally released by upstream without its intended fix. It is identical to go1.12.2, except for its version number. The intended fix is in go1.12.4. go1.12.3 was never packaged for SUSE and openSUSE. * go#31293 runtime/cgo: unrecognized relocation with binaries shipped in go1.12.2- go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go command, the runtime, and the doc, net, net/http/httputil, and os packages. * go#31244 go 1.12 binaries rejected from mac app store due to ___getdirentries64 * go#31211 ioutil: deadlock when WriteFile called with a 5<<30 byte buffer on Windows * go#31209 cmd/compile: struct interface{} value lost passing by value * go#31155 runtime: remove assumptions on Android Bionic's TLS layout * go#31144 net/http/httputil: ReverseProxy FlushInterval no longer flushes headers in go1.12 * go#31062 net: Error when running concurrent DNS queries using cgo on MacOS * go#31028 Go 1.12.1 dsymutil segmentation fault on MacOS Sierra * go#30996 cmd/compile: miscompilation of codependent global `var` assigments in go1.12 * go#30859 os: RemoveAll no longer returns *os.PathError * go#30666 runtime: dll injection vulnerabilities on Windows * go#30491 os: RemoveAll no longer returns *os.PathError * go#30266 cmd/go: executables are sometimes named after their module's last element, not directory- cleaning up the macros and conditionals for gcc go - use bcond_with(out) to decide whether we want to use gccgo or not. makes it easier to test both code paths as you can use osc build --with(out)=gccgo - add defines for which go version to use for different versions, that way we dont have to use the old 1.4 everywhere anymore. this allows us to use go for bootstrapping everywhere - do not use gcc go at all as even gcc-go 8 can not handle some newer constructs - define a gcc_go_version variable and use it through out the spec file, this simplifies some conditionals and makes them more understandable, and we have the complex if only once. - move architecture defines to the top- go1.12.1 (released 2019/03/14) includes fixes to cgo, the compiler, the go command, and the fmt, net/smtp, os, path/filepath, sync, and text/template packages. * go#30816 misc/cgo/test: failing TestCrossPackageTests * go#30684 cmd/go: duplicate symbols when including two main packages in -coverpkg in module mode * go#30665 cmd/go: module loader looks for the wrong tags if the "go-import" prefix includes the major-version suffix * go#30586 path/filepath: EvalSymlinks, incorrect traversal of relative paths * go#30579 os: RemoveAll doesn't remove nested un-readable directories * go#30567 cmd/compile: function inlining produces incorrect results in certain conditions * go#30493 cmd/go: error if GOCACHE is set but is not an absolute path * go#30484 fmt: map printing sort does not deterministically sort differing types * go#30478 cmd/compile: KeepAlive doesn't actually keep stack object alive * go#30470 sync: random errors on sync.Once running on MacOS Mojave or High Serra * go#30465 cmd/vet: Consider reverting tag conflict for embedded fields * go#30464 text/template: panics on method on nil interface value * go#30447 cmd/go: error if GOCACHE is set but is not an absolute path * go#30403 net/smtp: SendMail AUTH error with PlainAuth and successful STARTTLS * go#30398 fmt: map printing sort does not deterministically sort differing types- go1.12 (released 2019/02/25) includes changes in the implementation of the toolchain, runtime, and libraries. As always, the release maintains the Go 1 promise of compatibility. Upstream expects almost all Go programs to continue to compile and run as before. * GO111MODULE=on enables module-aware operations outside of a module directory * GODEBUG=tls13=1 enables opt-in support for TLS 1.3 in the crypto/tls package per RFC 8446. Will be default in go1.13. * trace tool now supports plotting mutator utilization curves, including cross-references to the execution trace. These are useful for analyzing the impact of the garbage collector on application latency and throughput. * arm64 assembler platform register renamed from R18 to R18_PLATFORM * improvements to gc * race detector is now supported on linux/arm64 * cgo is now supported on linux/ppc64 * go1.12 is the last release that will support binary-only packages.- Fix erroneous trailing backslash in %post script. - Use better forms of -exec \; in some places.- go1.11.5 (released 2019/01/23) security release fixes CVE-2019-6486 (bsc#1123013). * go#29903 crypto/elliptic: CPU DoS vulnerability affecting P-521 and P-384- Make our profile.d/go.sh no longer set GOROOT=, in order to make switching between versions no longer break. This ends up removing the need for go.sh entirely (because GOPATH is also set automatically). boo#1119634- go1.11.4 (released 2018/12/14) includes fixes to cgo, the compiler, linker, runtime, documentation, go command, and the net/http and go/types packages. It includes a fix to a bug introduced in Go 1.11.3 that broke go get for import path patterns containing "..." (boo#1119706). See the Go 1.11.4 milestone on our issue tracker for details. https://github.com/golang/go/issues?q=milestone%3AGo1.11.4+label%3ACherryPickApproved * go#29272 misc/cgo/test: issue24161 tests broken on Darwin * go#29248 cmd/go: "go get" fails on import path patterns with wildcards ("...") * go#29191 cmd/go: symbolic links not dropped from repo * go#29112 cmd/link: too many open files on high object-count dependencies * go#28974 cmd/go: need to backport relaxing of go.mod go verb constraints to 1.11 series * go#28972 go/types: problem with alias type * go#28916 cmd/cgo: nested structure has too much alignment padding * go#28799 runtime: fatal error: out of memory on reslice with negative index * go#28752 reflect: scanning invalid return slots during a makeFunc call * go#28725 cmd/go: panic when argument doesn't match any packages * go#28694 cmd/compile: inline multiplication corrupts an argument on arm * go#28690 runtime: ThreadSanitizer CHECK failed * go#28673 x/net/http2: Transport is leaking streams on broken Body * go#28617 cmd/compile: panic during fuse with if true block containing a goto and a return * go#28586 cmd/compile: go binaries not working on exynos 64 bit CPUs * go#27395 cmd/cgo: typedef pointer arguments regression * go#27383 cmd/compile: failure on a function type alias- Update to Go 1.11.3 (released 2018/12/13). This includes fixes to the crypto/x509 and cmd/go packages. See the Go 1.11.3 milestone on upstream tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.11.3 * bsc#1118897 CVE-2018-16873 go#29230 cmd/go: remote command execution during "go get -u" * bsc#1118898 CVE-2018-16874 go#29231 cmd/go: directory traversal in "go get" via curly braces in import paths * bsc#1118899 CVE-2018-16875 go#29233 crypto/x509: CPU denial of service * Upstream is aware of a functionality regression in "go get" when executed in GOPATH mode on an import path pattern containing "..." (e.g., "go get github.com/golang/pkg/..."), when downloading packages not already present in the GOPATH workspace. This is go#29241 and will be resolved in the next minor patch release go-1.11.4- Fix build error with PIE linker flags on ppc64le. bsc#1113978 boo#1098017 * gccgo on ppc64le with default PIE enabled fails with: error while loading shared libraries: R_PPC64_ADDR16_HA re10143fb0c for symbol `' out of range * linuxppc-dev discussion: "PIE binaries are no longer mapped below 4 GiB on ppc64le" https://lists.ozlabs.org/pipermail/linuxppc-dev/2018-November/180862.html * Add for ppc64le only: #!BuildIgnore: gcc-PIE * OBS environment defaults to PIE * Upstream fix for go buildmode PIE desired, track upstream go#28531- Remove obsolete patch: * armv6l.patch - Enable %arm build - Build with go1.4 instead of gccgo for Tumbleweed (fix %arm build)- Update to go1.11.2 (released 2018/11/02) * includes fixes to the compiler, linker, documentation, go command, and the database/sql and go/types packages. - cmd/compile: * function argument hiding built-in function results in a compiler crash go#27399 * go build panics when 'len' keyword was unintentionally shadowed go#27973 - cmd/go: * 'go test -coverprofile' emits slash-separated paths on Windows go#27487 * `go help build` mentions -mod=release, which is not supported go#27398 * for go mod download, -dir option does not exist go#27498 * git export-subst causes hash mismatches go#28094 - cmd/trace: * SWEEP events' swept/reclaimed bytes info is not emitted go#27717 - database/sql: * confusing MaxIdleClosed statistic go#28325 - go/types: * embedded interface behavior now dependent on file name ordering go#28249 - misc/wasm: * Microsoft Edge 18 (latest) crashes due to TextEncoder not being supported go#27393 - net: * io.CopyN fails to copy from file to net.Conn on Windows go#27411 - runtime: * wasm: all goroutines asleep and no JavaScript callback pending - deadlock go#27425 - Fix formatting in go1.11.changes- Update to go1.11.1 (released 2018/10/01) * includes fixes to the compiler, documentation, go command, runtime, and the crypto/x509, encoding/json, go/types, net, net/http and reflect packages. - cmd/compile: * bad walkinrange rewrites on constant above 2**63 * function compiled without bounds checking and -1 index access * missing bounds checks in 1.11 * panic in cmd/compile/internal/gc.typecheck1 * race detector detects race with close(chan) and len(chan) - cmd/go: * 'go test -gcflags=all=-l' appears not to disable inlining * GOMIPS environment variable does not affect caching of mipsle code * TestScript/mod_install_versioned consistently failing on macOS High Sierra * build fails when setting linker to lld using ldflags * go list -json -compiled -test -e upspin.io/test fails with non-zero exit status - doc: * GOFLAGS environment variable not in 1.11 release notes * downloads page claims that Go 1.11 supports unsupported operating systems Documentation - encoding/json: * empty fields in json.UnmarshalTypeError - go/types: * assertion failure setting up composite literal with incomplete element type * some facts are missing after an error - net/http: * WASM Roundtripper crash when using "no-cors" mode - net: * LookupTXT bug * empty DNS answers should fail fast * testSpliceReaderAtEOF closed connection: got err = splice: invalid argument - reflect: * MethodByName().Interface() leads to fatal error: sweep increased allocation count - runtime: * invalid pointer found on stack * timeouts in os/signal tests- Update to version 1.11: * 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. * For more details check: https://golang.org/doc/go1.11 - Use gcc8 instead of gcc7 for Factory/Tumbleweed. - Update compiler-rt TSAN binary: the precompiled versions of LLVM's compiler-rt has updated to commit fe2c72c59aa7f4afa45e3f65a5d16a374b6cce26 in go1.11 source. - Remove patch: * fix-sanitizer-build-against-latest-glibc.patch: upstream fixed. - Add patch: * gcc8-go.patch: use gcc8 instead of gcc7 for Factory/Tumbleweed.- Update to version 1.10.4: * go1.10.4 (released 2018/08/24) includes fixes to the go command, linker, and the net/http, mime/multipart, ld/macho, bytes, and strings packages. See the Go 1.10.4 milestone on our issue tracker for details.- Update to version1.10.3: * go1.10.3 (released 2018/06/05) includes fixes to the go command, and the crypto/tls, crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition. See the Go 1.10.3 milestone on our issue tracker for details.- Update to version 1.10.2: * includes fixes to the compiler, linker, and go command. - Changes in version 1.10.1: * includes fixes to the compiler, runtime, and the archive/zip, crypto/tls, crypto/x509, encoding/json, net, net/http, and net/http/pprof packages.- Removed * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed. - Changed * gcc7-go.patch: go1.10 source code changed, patch is no longer applies.- Update to go1.10: * 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. * This release improves caching of built packages, adds caching of successful test results, runs vet automatically during tests, and permits passing string values directly between Go and C using cgo. A new compiler option whitelist may cause unexpected invalid flag errors in code that built successfully with older releases. * For more details check: https://golang.org/doc/go1.10 - Removed the following patches: * verbose-build.patch: build system changed, patch is no longer applies * go-1.5-install-dont-reinstall-stdlibs.patch: patch no longer needed- Ensure go binaries are not stripped (eg: go tools trace), this cause some of them to misbehave - Ensure go trace html template is shipped as part of the installation, otherwise the web UI won't work - Fix license of go race- update to go1.9.4 * go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. * go1.9.3 (released 2018/01/22) includes fixes to the compiler, runtime, and the database/sql, math/big, net/http, and net/url packages. * go1.9.4 (released 2018/02/07) includes a security fix to “go get”: CVE-2018-6574 (bsc#1080006)- fix bsc#1082409: Review dependencies (requires, recommends and supports)- Rename package to go1.9- Update to go1.9.2 go1.9.2 (released 2017/10/25) includes fixes to the compiler, linker, runtime, documentation, go command, and the crypto/x509, database/sql, log, and net/smtp packages. It includes a fix to a bug introduced in Go 1.9.1 that broke go get of non-Git repositories under certain conditions. See the Go 1.9.2 milestone on our issue tracker for details.- Install $GOROOT/lib packages, to include upstream files such as the timezone database. bsc#1064522- Update to go1.9.1 go1.9.1 (released 2017/10/04) includes two security fixes. See the Go 1.9.1 milestone on our issue tracker for details. Fixes included: * net/smtp: fix PlainAuth to refuse to send passwords to non-TLS servers (CVE-2017-15042, bsc#1062087) * cmd/go: arbitrary code execution during “go get” or “go get -d” (CVE-2017-15041, bsc#1062085)- Update to go1.9 There are two changes to the language: adding support for type aliases and defining when implementations may fuse floating point operations. Most of the 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. The release adds transparent monotonic time support, parallelizes compilation of functions within a package, better supports test helper functions, includes a new bit manipulation package, and has a new concurrent map type. Remove patches: - fix_certificates_lookup.patch - runtime-bump-MaxGomaxprocs.patch- Fixed incorrectly ghosted files- add fix-sanitizer-build-against-latest-glibc.patch which fixes the sanitizer built against certain glibc versions- go-race: add compiler-rt TSAN binary, necessary for the race detector builds to work. This requires building compiler-rt from source (becuase upstream Go stores precompiled binaries in the tree, and we cannot use them). In addition, a %check was added purely to ensure that we don't install the wrong version of compiler-rt. boo#1052528 - go-rpmlintrc: add some entries to address the .syso additions.- Remove ruby requirement. golang-macros are not ruby anymore, plus this requirement should have been in the golang-packaging package- Simplify all the "ifdef suse_version" by removing versions which have reach eol (13.* 42.1 sle11*)- Add gcc6-go.patch for sle12 and leap42.x and use binutils-gold except for s390x/s390 Remove gcc5-go.patch cause we use gcc6 for sle12 and leap42.x and gcc7 for newer versions (factory)- build with binutils-gold on aarch64, which is hardcoded to be used for shared linking due to bugs in BFD binutils- Build with gcc-7 on Tumbleweed + Add gcc7-go.patch- Minor update to go1.8.3 Fixes included: * go1.8.2 (released 2017/05/23) includes a security fix to the crypto/elliptic package (CVE-2017-8932, bsc#1040618). * go1.8.3 (released 2017/05/24) includes fixes to the compiler, runtime, documentation, and the database/sql package.- Enable gccgo with gcc-6 for SLE12- fix update-alternatives usage. This way, we can either use go1.7 or go 1.8 without having to change the docker spec file or any other package that requires go 1.7 but it will require go 1.8 in the future.- Update to go1.8.1 Most of its changes are in the implementation of the toolchain, runtime, and libraries. There are two minor changes to the language specification. 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. The release adds support for 32-bit MIPS, updates the compiler back end to generate more efficient code, reduces GC pauses by eliminating stop-the-world stack rescanning, adds HTTP/2 Push support, adds HTTP graceful shutdown, adds more context support, enables profiling mutexes, and simplifies sorting slices. more at: https://golang.org/doc/go1.8 Update patches: - allow-binary-only-packages.patch - gcc5-go.patch - gcc6-go.patch- Remove mercurial build dependency. Mercurial is a version control system, like git. We are not using this in the build service to get the sources. - Do not set GOBIN. If GOBIN is unset, by default go assumes GOPATH/bin. This way, the user can change GOPATH without the need to change GOBIN. fix bsc#1026658- minor update to go1.7.5 because this is required by docker-v17.04.00-ce (bsc#1034053) fixes included: * go1.7.1 (released 2016/09/07) includes fixes to the compiler, runtime, documentation, and the compress/flate, hash/crc32, io, net, net/http, path/filepath, reflect, and syscall packages. See the Go 1.7.1 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.1 * go1.7.2 was not released. No changelog. * go1.7.3 (released 2016/10/19) includes fixes to the compiler, runtime, and the crypto/cipher, crypto/tls, net/http, and strings packages. See the Go 1.7.3 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.3 * go1.7.4 (released 2016/12/01) includes two security fixes. See the Go 1.7.4 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.4 * go1.7.5 (released 2017/01/26) includes fixes to the compiler, runtime, and the crypto/x509 and time packages. See the Go 1.7.5 milestone on our issue tracker for details: https://github.com/golang/go/issues?q=milestone%3AGo1.7.5- Add a patch to bump _MaxGomaxprocs so that things like Docker and k8s can run properly on NUMA machines. Don't bump this number too high. bsc#1028865 + runtime-bump-MaxGomaxprocs.patch- set libdir for s390x in go.sh- define go_arch to s390x- Added s390x to the list of architectures that get built.- Disable stripping to fix __.PKGDEF issues. bsc#964546 There is an upstream issue about it as well, with a patch which will hopefully make Go more resilient to this issue. https://github.com/golang/go/issues/17890- Make sure we build go using gcc-go in Factory cause there is no go1.4- update to go1.7.0 (bsc#996303) Most of its changes are in the implementation of the toolchain, runtime, and libraries. There is one minor change to the language specification. The release adds a port to IBM LinuxOne; updates the x86-64 compiler back end to generate more efficient code; includes the context package, promoted from the x/net subrepository and now used in the standard library; and adds support in the testing package for creating hierarchies of tests and benchmarks. The release also finalizes the vendoring support started in Go 1.5, making it a standard feature. more at: https://golang.org/doc/go1.7 Review patches: - armv6l.patch - fix_certificates_lookup.patch, - go-1.5-install-dont-reinstall-stdlibs.patch - gcc5-go.patch- Reverting to use gcc-go instead of go1.4 for Factory and Leap The fallback boostrap method via go1.4 does not work for Factory because of a known bug with binutils 2.27 https://github.com/golang/go/issues/16906. Leap will work but we don't have go1.4 in there.- update to gcc6-go for Factory - add gcc6-go.patch for Factory - build with gcc-go for aarch64, ppc64le and ppc64, but for x86_64 always use go1.4, as it should be according to https://golang.org/doc/install/source#go14- build ppc64le with gcc-go- fix source location for 3rd-party libraries- CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/- update go go1.6.3 (released 2016/07/17) includes security fixes to the net/http/cgi package and net/http package when used in a CGI environment. This release also adds support for macOS Sierra. See the Go 1.6.3 milestone on our issue tracker for details. This fixes: bsc#988487 (CVE-2016-5386), so we remove CVE-2016-5386.patch)- do not set with_shared for ppc64 (BE)- bootstrap aarch64 even on SLE via gcc5-go- install shared libraries.- update version 1.6.2 * fixes to the compiler, runtime, tools, documentation, and the mime/multipart, net/http, and sort packages.- Enable build for ppc64le on SLE12 (bsc#981432)- fix bsc#974232: CVE-2016-3959: go: Infinite loop in several big integer routines - Update to version 1.6 (bsc#977394) * On Linux on little-endian 64-bit PowerPC (linux/ppc64le), Go 1.6 now supports cgo with external linking and is roughly feature complete. * Vendoring support * HTTP2 transparent support * fix gc and gccgo incompatibility regarding embedded unexported struct types containing exported fields * Linux on 64-bit MIPS and Android on 32-bit x86 * enforced rules for sharing Go pointers with C * new mechanism for template reuse * performance improvements ... and more! see more in https://tip.golang.org/doc/go1.6- fix bsc#974232 CVE-2016-3959: go: Infinite loop in several big integer routines- Update to version 1.5.3 (bnc#968949): * CVE-2015-8618: go: Carry propagation in Int.Exp Montgomery code in math/big library (bnc#960151)- macro.go and golang-macros.rb moved to golang-packaging- macro.go: * added golang-macros.rb to deal with complicated macros that are hard to be written in shell script * support "--with-buildid" which is the former ugly "WITH_FAKE_BUILDID" environment variable hack * support "--shared" which is "-buildmode=shared -linkshared" in case anyone need it * add go_api_ver macro which is currently 1.5 - install shared stdlib on x86_64 - drop go-wiki-gadget.xml: it hasn't been used from the beginning - add go.gdbinit for debug friendly- Updated to 1.5.2: This release includes bug fixes to the compiler, linker, and the mime/multipart, net, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor- Updated to 1.5.1 This release includes bug fixes to the go command, the compiler, assembler, and the fmt, net/textproto, net/http, and runtime packages. https://golang.org/doc/devel/release.html#go1.5.minor- Adapt to Leap * use gcc5-go than go1.4 is the proper requirement for Leap- go.sh, macros.go, go.spec: add missing bits for aarch64- enable build for aarch64 - rediff armv6l.patch- enable ppc64 and ppc64le- update to version 1.5 * see https://golang.org/doc/go1.5 - add: go-1.5-build-dont-reinstall-stdlibs.patch drop: go-build-dont-reinstall-stdlibs.patch * refresh patch - add: go-1.5-install-dont-reinstall-stdlibs.patch drop: go-install-dont-reinstall-stdlibs.patch * refresh patch - drop: go-1.4.2-rel.plt-alignment.patch * fix by upstream - add gcc5-go.patch * find /usr/bin/go-5 when bootstrapping with gcc5-go - use update-alternatives for /usr/bin/go and profiles.d so it can be co-installed with go1.4- fix update from 1.3.3 Update from 1.3.3 was broken in this commit https://build.opensuse.org/package/rdiff/devel:languages:go/go?linkrev=base&rev=205 That commit fixed a dangling symlink in src (src/pkg) by instead symlinking src, which broke compatibility. This commit fixes it by, instead, symlinking all the files in src.- macros.go: fix missing quotes in %goinstall (bsc#939067)- macros.go: fix "summary-not-capitalized"- macros.go: * *-doc can't properly describe what the sub-package really is, and they're mostly source codes instead of the claimed "API, documentation, and examples". so rename to *-source. and not recommend to install them to save users' disk space. * %%go_requires should be handled automatically by golang-packaging * not recommend to install source package any more, so %%go_recommmends set to nil.- macros.go: * add a "WITH_FAKE_BUILDID" option to enable the fake build ID compution. * to fake build ID, you have to make sure your package has only one binary. it is nonsense that two or more nonidentical binaries have the same build ID.- enable debuginfo * the strip workaround (boo#818502) does not need any more * re-enable debug_packge/debug_install_post macros - add patch: go-1.4.2-rel.plt-alignment.patch * cmd/ld: set alignment for the .rel.plt section on 32-bit architectures * https://github.com/golang/go/issues/9802 * or i586 build will fail at extracting debuginfo - macros.go: * re-enable debug_packge/debug_install_post macros from goprep() * add ldflags to gobuild() to compute BUILD ID for debuginfo package - go itself doesn't support BUILD ID yet- Remove fix_certificates_lookup_on_sles11.patch: this is superseded by fix_certificates.patch - Add fix_certificates_lookup.patch: force Go to look for certificates only in the locations available on openSUSE and SLE. Also ensure certificates are found on SLE11 (previous fix_certificates_lookup_on_sles11.patch)- Add fix_certificates_lookup_on_sles11.patch: this patch is required to have Go programs read the system certificates on SLE11. See issue https://github.com/golang/go/issues/6391- Fix building of all the Go packages under devel:languages:go. The %goprep macro contained some unescaped lines, causing go install to attempt the installation of the build artifacts outside of the buildroot.- disable debuginfo/debug package creation on all golang packages * .a files in golang doesn't contain debuginfo right now, so extract a debug package will cause "Failed to write file: invalid section alignment" and we don't need to bother stripping them. * we can't depend on good luck for all golang packages, hoping they'll pass the build and not randomly fail.- remove "go_disable_brp_strip_static_archive" macro from macros.go, which contains redefinition of os_install_post too. - disable debug package generation for all architectures, because: * build IDs are not generated at all, even for successful builds * "Failed to write file: invalid section alignment" on arm/i586.- remove redefinition of os_install_post macro, which was used to override brp-strip-static-archive that has been manually removed from openSUSE distribution since 2011.05. - This might fix i586 builds for openSUSE:Factory: * Too many levels of recursion in macro expansion * Failed to write file: invalid section alignment- Added Obsoletes for go-vim/emacs, they went to separate projects- Fix dangling-symlink /usr/lib64/go/src/pkg /usr/share/go/src/pkg- allow-binary-only-packages.patch: Revert missed patch and update for 1.4- Updated to 1.4.2: Support of editors has been dropped- Updated to 1.3.3: includes further bug fixes to cgo, the runtime package,s and the nacl port. - Changes associated with release 1.3.2: includes bug fixes to cgo and the crypto/tls packages. See the change history for details (bnc#898901 - CVE-2014-7189).- avoid stripping debuginfo on arm, it fails (and is not necessary)- add armv6l.patch * workaround for qemu-arm bug * under qemu on armv6 the number of unix signals isn't 64 but 63. thus there is an off-by-one error while building and testing. this fix now reduces the constant defining the number of signals by 1, but that of course means signal handling won't be 100% correct. * https://groups.google.com/forum/#!topic/golang-nuts/MqKTX_XIOKEcloud134 15583567541.12.4-lp150.2.21.12.4-lp150.2.2race_linux_amd64.syso/usr/share/go/1.12/src/runtime/race/-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.opensuse.org/openSUSE:Maintenance:10218/openSUSE_Leap_15.0_Update/5d2c64730fe66f3ca88d0fc9e7a45388-go1.12.openSUSE_Leap_15.0_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped}٦8go1.121.12.4utf-87ec97e0dbc36fc3c034d3034a44e40e92f0f900817c1bd28aaebaa1dd90e3ee5? 7zXZ !t/] crv(vX0}8`ȉ2N"5*&/DӁrJ@KQͅ˘zL6XiL2"*#k9()|)Qr0ˁ,L(E.0\~O1b\"x@jʉh1fTo&~Y;N2 C!C`<yզG{`WKt]O(4'џ1' pt1ቲLQGP(cYY Q$5 p5rhyu!tرL@R.)_ٱZtz/AJI}'r>I?__I1b_DʓS?$uʪG*lvЂ ~4LEſ_rD5CqTs)n˒ljٔ [Qi4V[jgo spxSȌM`M]E CX(d~׹H?.5ۨLM([cwVIA.Mr&m5!F@(TkQ6>rRhЖ@jSvS)4ԉ0* sB})^7j;/I 5ޓ+KiIlyHegKm^E'=ЋAy L vĽti/>zǯ3~(5-G(YSҼj"Kx;rSM?m*qkf;sSxC,vFuw9J'l[/5W3[ #X73x,P^cf CE]pP^PelM3aY2s&4$WG"s$ '>3(NH7͏Ņ8[<@V~p8r6Oɳ<?)-\RB |Oװb'XF/I2׿<ޛvUr 5yG@7}p\Pr6g/VTR3_[$'m]#-ݡh$3/)7[34Y{ l-+bPJ|bg&J1>}ԥ? Q̭ K/z`p{S{e] 1C&XZA<3H PYr ؿ`N|C%[ P"M;fD]?D#덅tVX D~%Y_ )dFǒr~ @JՋ/0--пe1`@\aO`i@6 0F9|9Zhe@sG̨T.oЖf!\  ,JSN~煀"âg0+br"ºleڡkey7X)܂Mt,9 %%?;o(9! eQ?{J⦚s?adG>0};#f R?Irs(ڑ#ML1H=/(-_XI5t%kL>q)KB-CPٗ1MrEE!yb1*Aン Jyeb#bq\I9Ut`:_3* _X"T-CVJj ޅ*&S՚^.v _{g5^eݰ; GO "~H=i*r@ )F%YyuP_ŇXlk[{ct1tz 6|a{c?Aϰ;].|+#ƍ! r#q %3HHjьu!-BЅ~Z Y[yDwwx9s<hh\>U_aKփ9W ^*>e0Cn[4W6҆MۨXi5y៛ӟY-̵߫2Y(m8i -Ãe[ƀ(j0$io>l <9;e^Ih|>~ܘda!~H,8)6M۵nU7R ӂ;@&;CXtXURs)I!Q]6fr۲ K18q*GG,KԐu$9aVl_'Hu^nE 3|KubnϺ$UyX0&T'-~Bܸ#?-D0)^N ѳ!c#ҮzNAPLujr899fBoBVc&]xQ ENp|Fh֭;[܁8g9d4NTİodM{@VM)nu >0iMhM9I*rVggE=@RGy;(Ǩ 7ű .fbGyAUKmmQZ.5y-Ly Ӽv˃OYվ?r!TP[k^Wu9W?ՌK* hu*EOFY9#[+gT,`5Vv@ {P'm#--[*Egm -f4eZ{)C"`k7-w:Mi!kx~rRs6L>x 7s6gNu#1)/A\oĩj 8`*`!ucWO*=_oXp)#ovKP٣J j_0 r 7{(׼5i9ou -hu^$UˉcPւέS g@!ڰ"̶ר%15p A(pڲ: '$AlR0/%}[|J8#ܢ/)1 )#Ӝ<՜}pˡ3SO'N$5VWz/vgi4Ю/ނ#h!S_`uiY)IF6Wju؎*'i"kC@@.-(S+*tbr#'|߮'H (JJbA!3ehO88 3~OƸj9|]]8a,0u] \JICcPHesU0ж_A9OQ)X9Mbz%>8(VKօ&u-8y4Mݵc0*Ө58^Oȭ}Tk _k QOr&B[+†j.$=p}`~cOJpj;6(*)Fڔ<4U6*[ I{ 2S R7G+aq[q]}Tmې`Yi9HSRL[a JM8 15$\2XKk/ ?k,:K"剩s4$ ##W˶7޾Uz켱}p_c@Jt Dd~\ őr;~׋ ~4 Qta7g幟m!*03/N:B F'HKCഈz5qt\&gٍ͛BM>O  H~qٮn>ZGVw\=#UnrRiqcXv,fp\>Gj]߲MtO(`Tgm}O2I5IqҔFEbGY+HgTIXjF;j|@F&T?"Sa]/c`nτ6:w0%@ bv/-|溞gFtO17C&$i-hz~ʠmjU'f9,;BzO'|2j 6F<3_SǤ:{EK@uہ8X=Ltkgm1 ȿX0y'|zfR<ڜJELy `Dbn ( "MR|zGå4>P1t-|D"ղmT%qρ=Qժ0a{ ԍ7%MEE${815ȸ8$|AmhL dÍA{w&Ko'O|pǞ,4ym䬐HqprX$@n|hHÄ[((Zu P9W zbB4U!]g6CC-5@̚${amVK/T4%tGw:};V_r)`C249ŻGl!^g^V`J^ʣkEƵNf{W-ij5$Žs4*_#oRr.lUQ>m*=v7*rC~4X[ZjҪF ް6 ;q~/Q+U`"%Pc!@n?^g6q;̎(R{K_?jlC3\USZ 0mEXR&" e4_)y/Ó}/Dr,M uDLKT !O.f)~1nku ^Ceuiq*tPؽK]l îƦ@d3H< Rw^g|f$`v'U?vKORvWH$(4mL徐&/_l\Whǵi'| UBmJrıdQ<4g0[X״yN/M%fq)2PNѷ ;߿β`77 7$|@QOaI 5osҁv&o}f]"fsui?PVB3ZDJA@< gw{0.״gaÌP>wXOG4=u%Pq" -D4+"Fn*#0i{b $Pήɀ[M۳[s?A7ONSs_ԓPڰ5҈:ij}d!d=0GESKSziC? '3Gv2\f(s&zQ79]Ks_1?>f Ħ i.!U/C@vB0"ZsH|^uYa.;}p9k $x%Zn V# o@h!B"Tx<6jGԄ{ccIBCa#th5ʟd+tw5^iKdݖ(Jm@ܖ['r<#>bE`ԳΟJm3F2@F=9My4cYn_F^=N4FnںeSȇ'8S"X$&5v_y[^6*Nn{s"R,j=/΢I9v4"<Ϝ':ˁHFMl(9{ɤqmȢd2ODCEӐrbh)9b<\io𤝺I0%9)'fY +_[+bú XCL60?:yTЏ2/bb.hA"tt =xrN(M1~LݕRMWj)X\^eirմŭ&eNYw_#+z59s|#7,ٔXMi?H׸ [A^2 r%p@o"1  LSjDR$+5P1 17,y.e0* `4}[;_0 d_mvϓ. F}c`w dmg;B5,w0M[`O՟:ưLRA0P:Xd$}~\G$^pcqz2Udm&}Yo۳x7T`mR(.x@RԖ9=Z1s>OĴPd`d٦o7X\͢cOh8=>5_*;1J)(uCtkOB{}CBEFA1^EAuyhbYuBziBXM=/n{텋,.Ѩ4 V klفiaQˆ"3b]K(Ӹv PVmf#/L]7l귟,]Z|eieK,и5 WsCg}MF^ζ r2iXqȌ0GcጢڈҲQ3Ϳ9QuazDrq\ם<iU ^p16v\޸gUZv f1eIԅP5qx5Ex+_o%Omj~Ep]Xש/zÓ4ԊwyTBU,&䲓 QZqVS;WldN9b~p8OR#4{-(1P[aWMJ8J1C?O?rA-gev/陗s^*74wΙǓòC@c7=[Lo~5o rnˆXSme4RlrZ%/rW%(1(xKem4EkO0<=b+CF77S^>RsXSt;YQ!;qeWO*5uGc&ZrQ\!2؋Y.2y" GT_SRf+`q#_o3|QV-pɒ}u m (M&7-ӂc =/$e2o.!nKKO6M|J6FTԶ#r!Ƽ'U%5v8D5#TrCg>fL ߔѼ P*"YxJӉc>ҲARG8"h&?6O~3V,z蕳 *O+G5ȝ0\R4Nug[*>>UG<jCt}**Gm?I"۫:6 65m*Ry]U9+Y!!{5Vvrt9DT:Oqq04BED ks-SWyRSd"iYo(;K*Fi !4(R5_ !U fM쯑1~ug P Юj}c>( LdM{$|>k>EBȩIg+1Dž*oʺJ9Q Zk^!h YbL(_8Fvܩ}ɅO@_*jv~4X7y,y:Պ*~]?u;b֕ۅzu;XyME6*vJsIPb '߻#:Gm~Эx^\u]YXds1^ʼ:Rmsݵ`39"f&չt;3 '5r~Dz/wjF&܌hnGU,_v|phDeR^4A\wJY-P Q`VeZ.~4ؔRr)Mm&_2x% h`މYI何\I'`ANJ !ҮjqLybV~MmwCLxA? B_3 |Οv`.!jۜۤAd7?sXNۖwio/UzON)c[! 53m]vCm蓚 RB5PlyzᡦFYY ѾMV -&dׂ\ƦM/ 0wa>9p2Z(C]}ۓr Ғj z*%x/J1ٹߦP;5pRF,YWa9XZ69P33km{A{^<ōFO*>@~a)R !mLNYRxۣyл)nwD'SXFvW66\ 3KZu!mGEΑ9ګs6Nʚ [O}wasMpc]h:.C{ut9%Z:nFJqi}F*! gбyO3Ơ r/qP>GeZA>麈=*IQ73gY^,^q۹c׺uj̵Lfd!;3@5T-'v\ᾭoPo7^cEpi-jKnf=:($V g#wnj- cѠO8 ! 8Sy6ʯt hr* \U"9@皟F/%[)􊏍7Or.2ՠiUbl^W] *YҦ2'9ڧ #}&'y!MP<ʖ[K1$J|"KK􀴊 HTsoJv1:qJJ}a޼>ӫ=y`q>Nݴ6{X̺m0M ô&$*OM\֋ݡ`'sҟEJ[E8˭؛+J i%}ɗ"SY|@Lw/yڪ6R*;ȝ@E駙neۙ`(&Ggɷe@8qV.T^=몰.q#˱I=FIJB=7􈪬zVC3+1=lgF8L NkP}^wGtW`sLME2nh7(`Տ'HǗI P},\ 9; g+W)8juc UarF1K< ՀS±O|Xf3cna'fqe%\#ڣX$]6"^r#v*;D\,1Fn|#3oЈAL,'~?N'PD̈kYwsԳLϮJ~Եđ417GAKw6 kC Vf` XrZ2+Cw.t7:#-,6yY6o~ Yh cy|Opv /P6vd6]F&"0#Y{ +H0$o~cHvr!ZQКziG0486)ż)뢙f8u=ߖmٵ|_!,[$y1Z0r3S<| +Ł?؎55Znsw1dF~h h&_EBpRٻc'~"ag3BD$Ss=QF.#q^y!{]n8>銀B4wbHUQ36av.n!^7\|ifu _g2UNxڒM<ؓP5ݼO2wbrlkeFM%Y~PzmԷL \"TE*_,|Hs]v &fm:d#FS _9id 6؄m D"@E&](;Z¢8,s1>Dt:E{WJ`_M3[+m]8ʑe/Tk`p7wnY<E?47:oHz?QX|oGQ[sH*NȏɵG,ʹ)+T"$5r&% qK(3/C^J?m0c/\/]dodˑ\Jn<~^$=n9+H̼\jݴ / / .6US:`_R8WrM &H?\!Bv|WU$ZCcI ;@KZ  ] Hvr|KBXb pX+JY824B )|f@=Zȓ8n +<,4#ȉ;mW"0"kLX$`ܦSb9 æ'5j`[ 6&YD?h%ZH2i=b -0kOuAm`)] Qx;_#;?&Q9@'L1?zH&lL1iFɟ?W5D1xb`?glḇ78OܢTŤo,OUZ];mB(Vx_/S?H\ KWDY&m|>0 ;M1 l<{4BƖRpGSy%9 ښPȃ վ 2k)mU>k`.4ly3P_þWH*+мi'!@k)1# ],mt-2|JbK 'wx8VngTNt;g65NJ$x9B!={*(6$ $mfļs|PRL1Zȍ|ѻW8`P)"֥eaJHEnv;8pE!a i8":)3.^3|;.z? Y_{|5O;Jݹlj2}Jnu a2LR9˘q0o8vFȪ.QsgqRo[SeP{t)?6eh?]PHcGVo*:b*FEs䆟(ꭳZ$wN#[=f- ΛJcO51lIkR<0g'WLޮF[![} %z{@{kRVgu]xuNVX(Z"FȓMgčp(3| (/tDߎB ] ,G>Eݙ/ vJm)KsvAN10"j*Ne N瑍FL͖ٽ68{e-T zU[՝*T w->!EdIdb*]TSj|):]Yf f;{=npkꂛ"LqYϔgL>2$~ s57URRSl&qKU*iɔ֦PPءB9N'-Oj\9<)_Oma@K`7A7>YY)h ~0RXyѭ~_$Ֆ۱HZC l vrG!keE5Ï݊Ȳ ٷv4;Usurr pW: JܘnSN K|.6[v$c3SKiJPzfl|: 0 ½ ǀTY JRhZϹF%6 gj 6sYCK塽k!LBZ;md9PĪפ8d2yZDQqX. TAti%sak3/ΏT DrH `er== lA!ȗڤpj5p`;#%sZI ~ΦEAO`2Xkr= c%o~x1i/6g ynFnK>/uq'elH:R_,)bFFf DMaArN67"U(}b!Xg}.%!CS&+:ny&״S`Fr}-Z%1TdE,5x*/R+_MIzީ21VL LW Y4oEžYSPUc7"?ӉNMpTqW; \w~)ɗf5@%CـiPJckEt _)vXslRFoUvSkdġn?MS }5꿿Ԭ~(͸^K)덖w,Ntn:xRq{$ɃvLa`'v벚gݛ 2+ jJ0w5EUƈCq__3~R DTfBҽL9@۩K1貰lpւ5CI$rr@#LI ډCҤOےgu89n4Ⱥ^Zq:'blb]FH>_d.[1LAN '~҉3e>W i?{}2G,3l ;J\_`Nre~:'h:<#&H^ zc֩s e>=ƹ˝H %[~ڱaƪqEKGiD@n ¡gFT CBЪic8oL"8)1n:([+KErg6-LyIU5U:6g0 ٖ}tA%x  8n ٛSB̖7!mb@\ 2{/NpsSL"a" 3[Yj8/6>A|{P? <튙noh] 9OW,61/ۜ(n$+(iһ櫠 I v9EHG)҇j)YcBEP9}M }ƨh,Y66`'D@}.%7bഇA6`nU#Ɵ~?[ןl?EHs+v`6F)8[',&:,a4hWʨBx#X^޷8b ZNf75 lJC09C86xn}/>B[J{ پ$aћ< OZ/djl9$Pk`$} ǴN,rHy@תK0{SB>\ l3BD t~*iLz]+x}fZt;AԈvh;eXB0eD&cӞ7gpPXuu.B =Qؽ(f BRzRc jw645mԪsbco Ï_@@mSE˸)%)Do`hoh'Tb(%2&k۔z7і.0 .멉7˲tͲnym $ wXz.sYW^^C(>Ps>+I[YĘ`d&r;VVILLmgD>Pu/Ntbj%H+c #H`Yle ClK_MIZ5&9'$D=ߢsѦMD٥w74{\Yp&Jzq(&=Γ6~bYՎAENբ`1dRc<ߍ<eX멌*8)nٓA-7ixv/7WiېѼz{\C" w!Qږ0'+ NZͼ_oc?ĊVX[z s4`o챭ݸ!XgǏl\g" 9=S;S$+UT.HPv_b-F2f ]A=Cݍx[[j| TŘq[w], O zxWϸ>$16[ekwTiV"[֕ځas4URwZUpO2XFU#9|a7.1UoH'yP7 'Z$eX7 ec)BP9Y okvnΨJi kԏDצI27̦+Ud_h]?fQu[ؒ'98y9y">ud_Z ˔fu^0{۝ [ItXb/B"~ Y1#*WHs=Bsi|# o'"PZ,L qNO-܎msPZ;Bt_ da`g:TFN0D5)w "?BVϛ(P~>RzUŏƾWE(}Woi"U7u~AO0n!Ɛsk,SMCܟ30D&O(dٕZώ},ܝ-g5Ez0SjS6yJJ|A)ϓ:yq9yṅdxQLr%e1;a(U>L/xi";j7BOP~D1ڄZêJ"jh'bР{\ۋӆgTsfKfkn$T˂yPh9Д@CGK,Mr-$&Nd⒑a9FV(:+LxH)RuXeō rs0*cF9R/y5Ք*ZmD0!m#AR_FFSMFdSHxTy/v,][Rms 򝐵2l6J0HZ4l'o: !߶~/opizS՚8a9G20%gC*7 /Su4<Z,}/W*VF8H2҃Au.iFxӶTe`F ȠjP4s=@g#|@GN^(&f0YPix{Cn̑EjCAܝ3QR]^yQ>@n[eOmo1!U%^Z+=^vEf]מ׼tqП((({S#o󀢷[}tkX_-7qbЛED%-ƳKA=cMq=#aBp=ycdlxKR^o;Dx8MX4ҕ_dJ h0MN:k4'X@G.ߜD {tCRm7C„F7&{{wPwKU"/0&kͷVǬgal0Rr lB+uXn.+ (U`:ă_.uYcu)ޛ]vt }΅0ĭџI2/Ep7cpz˚é~=15Ow 71KJ+IɅ\'__#ubY[a7Q_iV%?@H-S3Im./XBIdtCNIx -ۓQlG$)Bc=?fVjhs9/5|oGoGZ`⌬}@~KV$ҥ#T92id/։?U#ҋb JJU$v'{YF6i핳mgrQ$}SAnUwSϟ$0u&MRx/RG'a*3Τb ֢ʕWM8QS%}_LNC)TK}mmՊQ kU P7k^* õsl_/O9xJ2cEXmV F' &X1vЏTv,]3!3D A)c^62]i-@ީhY2m9@MP$O,adUH1THtb^IFDtt(ڥn\s Pk^,1t /X-x#WJ" Ir,q2EqmW׼/* :uEyB~At tײG49s!,H&&1T_bUVU%A{ KȒ{ˌn*&C:e5HqRzBwNScMaoc4=~V7t׈_gwc pi C5 Yx 8 {;Q[j`-%hwՒՄl"UoF.䓟-xB<89ORxf.eB>_a) ڑL1I~##/oyƍB&<|i{(sݔxFf/,eQKcQ:jq\NXS-!{c,ne3-F-I{  ֱ;kw*:|\v1gRNbT&H0*$,wNE+NT\A9)Pc) OwECɥ?%ҳ r. B괁w0 g۴|Y] jCq[v쏻SF]^ ϺL"9-x+$"2؆HMu *u:ʖs Q"!4`fH0Q|T9c,&:;&EZz -Ɍ8ͺ .,] {C zYS3EݷRrU}_r"Y&5E]un|tV<~ vgqkReN43^|6#}̪uL9`Jg[46ѶޖdMNbk8{9mfG:e7 a0v!Q< uzB *b "1uæva')U9sK}W*!OTmK4^v$Cgҁ/H PT0wUʘ-w1RkN 2uAxL;<ėҴ44]Vv A;֙Og/KB4;"WU3ovZaM鯩~* ϲtn3y_!\Fzv~;lϓږaoW! hwH@X춤olutw)~뎕 #KvuU$1Gb*%MDLG^m dֈqna?ӸUNa`W l\ĪXcKFF$+T:\TL5}aWz5 ZKZtnRЉE ;SZ9 H xpY՝9=::Mm'k~Tl 7wlN)݆wZMYVjψ]3n+PAlS? {Od*ҼY ~5Nwd3>fO*6W6-Q4z*y$2QܮXrJg<$Tsz I "zcL]ٕ$o(sqKQdTQݱI>TЃUsYKّ@@PÈŨM$ck]l;ٲA*. $዁ʼ,lH;}oeG!ٲ<$d OuL\-/] v.ɴ# dogK1+F{=(k~Ej.uJ|u༔D  ӭ4_jnhjf1UR;jooZRHƙ~,5Jlut`J%,Ta,IYF=g9/ Da@LM`#F2r .Y*F)V@s+׿?9zk7sbS^r bz xl96#RfX`L0C͜ҵ )yVڧ™);nuX^87:qD`W ™pJ$tOkI6GʥJ E TO_)\9(i&`@|[Ea{> ؾ\w:/e] iV&~ϑ wZniЅ@Hmb0vAET[ +l0aAvG H:fݕD(Qhdh ) 4{ wa#^TiV⢛DؿVjy%gDX`AtM/˖En?Kg ,o3?ÜAMUBp7_̄0]4tݘLLkcJhدۨOZ~IǗkas[կ!΂ٓ], Zɀu'L{CF!un+3((z1aU7^ N*Tm||=DbpIWEForR=TRiH+٨AItK)=O4?K"i 2J —u#)Ԗq5ut3ܭ2Wt)) 90SuU$MH6fIC)H6S~͛ڒ)z]eNٝSD=V< ]翠& RͿ7]ƒГr(浢oc{m*x HvHyRHe~ynFrRغa $A"d'U#FD2sϡ{Ĥŀ=箨 X vۈZ P oD9ZA#A.wgaIOZ->u],t;zgœLN3١kx Hj Ha(}pe<|3$2N$~t\4}@c#=u- ;N/2o(k"PAUW? j`t}3zvX}I:w0}z@Qg/Wc7 r+x{Ef3RI t))k'x`V>^yXeW bYkŀ޺ Z,>/\P- É:lDKăwwbo/BXR!ȯnVE|Cd{?j$sݮuwW]E+9/Ћ:+ Nk3vY6"$ I30pZӽhM_{NҮ~V9N؂,w2~%SpAs[>47ӣ?'${`OȀ!t32Vz˘n,utϟ3b[ M]C2 Q9/kb yؖ-3CK!ȵg^j /0TGN̕=ڳS|ÍxGSˍ*77޻mg%ws>Sb6s =8 GY7VDˡ} >$5wXy-JK{,ڢ5@Ԩ8(F{.LFsctF0Cz;n V1~Jn{;0@=):1J!Ԃ.'(Cr ysdi,j4"ô^YBce3`e )ym a>:0~IqSNRVM v򲰧ENA 24A I4kӫ+9~WJH8X\3?/d =)=9+',,C!هQjq8\~?]L<(n[j,"ydV-28P뿩T{;TTjs$  %dJK Aȣ'ޡMOҸrVJKd@DOrƒ7HTL88B?+9XU~ݛkfO:Syzq]u*}!=eC9Ee5 (+Uk3CU0 pD)cMw]b!Y+ h2 4 'I4~m*ԔvRUKFr6dXn ºkxMz3č[jγ_zR _} *~7Qy2d`8c&LWn@B.T(G4(mjjJ0k buu1xߗKyiSw›p0h(P-·0K׼er=s u*aqPڣQ?1fѤW(#HdZ:zZ۽` mKl4U\@WFR4?rXNdžG(c@4Pꙩ1MLL#LoДrs2?.٦c LV92@*WҨ8U}#Hus&ϲW ڤ&҇ҭ>TJɁ/]ߞ9E4:i0lB `z{}'-pOIh~Ymd]ٜdqsMy#o*C񭁉Ȧp!'cSpM}4H3yi͠.`7X*|vzGn5`⪫:th*uLG2p9>3)jEiZ&2':З% ɗoأ_VׇQb>'sst8DMg@A6nIM,?~-qe8CXD{a(X[R` OEsr;ru.BAz+f5-|V[mfʿ] n$ o2a+.~ (miF fYVv̝c7<\H#5,I)̃xՐQgBq{hF6tvDXy 0l$!ߊ-e*{C N!Y!1 1h&MhX@=X`srTNJѵQu.g]&A!ʭ` Is', $xֵ1ޒ)E mO_J%H"p>H\~6vqdq+ӭ`#׌VU[̅׺ b|d:'t.$J@@.(IؤXRb2A~DXP[#=a5қcԍIYS['X|r}11mg-s \A:~Ǘ;K.Qd#I]spW+6sR 1LFU:k(٦oeZ?Zln  Ӕ 2ڵ|e +j@{HBR5] m1tC98Hc(|}8W\OXTfZ=sC4O/,`P*43W× ؽ.JslVN"Lry( X̵>"9Q]M!T lA8bgX҉zӁr>֐䬻fMIoa`bHQd V0e5h"~aҼrמUqwT{h%kUWrM wK,cnwW9Z}klqnINYsƈ[L35qY-170b&8FjmUt4CyYt:Jy}|7$15e%aSe84:";i"GKv^"Df3^g2Ptٸ F1 bOY-'j3)fLnYqRJG-Da|UiPS# 8б.iVbg0oq 8)lU*hI>2=h@0c zE&;k:rqFF$ME̖iȻO.̘C`P7E犫K,܍AIGD4o6SDfQ@ò"<"HDF~p,b)2 ego hÿ]VڧhQl%E{,"s݌S[D5_xN8HPjzhym \ b}Otc-zN EϺrO4U ja"YnT&R$CYIs;L5ҬTz~3鳭xtv.fABdm]ٚZa6Ts8Хy}\ahgH"L4"{H傰0})] u j*/f:╮ i@\wWFbElG̿1ILP-3p{ 3L[N<019Tc qKꃖYt<{x) 3s9& _Lq /⽈wM+Ǩ$O^j) 5؍, <`klŋ)✴2Şe'} %UKH%|{ OQPh]C0oV./\@?0zp{-Q.k JI߳od9O@RxS$fېu4hBk`B]iyިՄj-'o/A6f `2xK0 ٧B`ss>MAV,{~{f"C;P==GzgrOJ0B#8BsN3?h [ፄGz3vV_YQw9u6/_1u]ĚN9D 6FFK (Wȍսn-9Uv`bМL{ ;\Xrw2lɣܙÙܶ-1Hl2\9<٭>È55|m#UL.K]ӧDvͲº4 Y+lY~\qGMGTg3W~fz4,=ci 9xFf|[n]6_TLɗə:`}eRU?<< FFm3hpxv^0?ـ.QD+h\p6 8 c?PAS{;OrNۨ:Z4K D6LUW1i`-\6nq0[MDI +DBinXqELb+#ϠB8U9![]Mҿ2!.!qzlA@(t;ɞJX=\vLё*_3tn$mϝ C`kw*GlMqLlw۽9 h>8\M|K8+EπOHU ~НؕI~*$ >jH+-b\SghSMg=}\em>ˣB)]fDPh9|EN^N̵Pq~z1a%@px[`å#g[w/FqXg٧8y.a;eJIA2biC_`l/_„2"2jGvP/пiV2aC *\ǠX&8uA2TԇF|M^`>Rln t`'5YrhSsVL עs7g+wFwj꼱8b9@y Kd%SdF\ AN/X܁d,,ܓNn19+vU֘DSmRһ|KoUۆmo{(@tl V^[K98x$2;Cm/z0GZ $,:;MnV }a&]T[&_)OTBp))f2n^xiwt~}5)N{1ɣ vwamM0{IrUϾK?}j6Ⱦ6Dfe'E Hb&WQ#`SD}v/O ֽ =fi)nXsLV3W~ I*GЉr6t%lDWjk=~9:;Oy=Dd~VH1#p }=D bbL[;. 7iZ~jFlaD*_kUb`[ ߁;f_mښNC4Rs\5sgyU+'[I7 Eu;*R=0ޱ{c>LY3ķԈ!th7$?`7_4}e"Wxa.U.oGs8#*'l^ȑ#M"j3m~[c 25([#'!٢'+wq8Hu^40ȱxlkgu 5NKaK CŬXySIm~0O'iVΛy߼K> <Z>1S0`cDŽ':P[1C5NOI9qjU=,qkQ'00r>Q_p^#BTcA3D/6] k.< < QND!Hc Y P䓧_/6nQjC E$S|(+w}POƽ#, ¡4MXώ'w,4UTѳ>ਾUqiT|CS+h:Z{9~ JBܲ~ MsU*4%7A&L_Y.Rˀ4L&3ngZX uMߚ;B6 ]>tygP(={2U.~ [mgW(jq-}԰KghR,5Is @ė$Dݴ$Ăѵbʈ&k;z `X"y3&g2[L\x?DȼD.;_5<+TFo0j\ӡG`V~P-&t1umN𞣞o}Z>cBdQWXN$Y;tp:OаzyxYkP}vkppi80c=++&F-b'gyJPN ~/z=gW5rfAۣkO{"[ 6mQ}fH U4g\>cyz82 Z^w+]gx.cq0N.L$l)e* D4ߢl6[O3IGx3mAA\^1H=CEWrʬب?;Jc'_z`.7l`9xC BQ2EI^p~F,'>WÌNӵ5ҽ%tӦ sD]yP*N9J2b>֪Di jMڬ.i4KBEF/sd,d 7.ÁϺ}_XvQ=≵= lIYgզ913G"4k6Ur>ڂ ?f2"<GI50c{əSU {ߓv{q+@z~+4u?ԟz5'~OɬD;;"Z^7.0Mkv ܨhq=Rt+p9'5H9Q7 88CYtB_JYP]'; 1*Q@ѭRMSG}$*+ Odsg;=/b.bQ)Ǐe9uSA"f8&c|BhE(jwCXOǬ8 Ћ\:mk %cJL.%<՚^s^m i!Q(orU׭>?Py\De7͖wIuj2^ ƃ&]'Ǜl@=%XbO[@QaiRv8lSd Nv|ڲ-)+eLo[-v`u6et%دqTk@Au&p?#(,f ҝ/Z/\ 'T+7z9*ϋ~v9\wTv n/64][5A~c& {2{_ 9KP̃.!ˉq65fLp“3&"vswapfCҜ̈bue Qpm#}@F#if&8zn}'i1AGkG^GEFǕ14w$~2&0b BCjRO&"[@zи2?$M @5E$Q YKN5GctI\694.')0 Vy*I:Ѱ+%7kVG9*D]TQ]ݠ¼G* ^\ lq A|ӨV^8^_3Ql˂];oN>@̾-EÕZȗY%bLXP~w^x ,G@sCMvVps)y#${dHn(flYU8ӦwTME4ŊLTw"rµvJ$g\j ײG1;;a-Dm2qwUٞ&Q…9ΏnZ)p$9IYR>Cuڗ |ٱ^(.;H@[ca?zX ԂSDӠKLj6owF TTݕҭ#KJ-Pŧa(Zuw }0wJEToa0x$dgWۯ#~PzPaH9cH:sXIGh(] A&zEqlK߅_#3e>~q "Ɛb LRoG%@ۭP{Mq5ZU6/vs=6Z$hr79bv׀Dą]:aE?M-h͜ 1 mL|e/ԬDm 3M3_VXsP,6ĈU?NV d|zDY&0""#1z^k/J0uZ /`Q<]P&:yTFf.IxBc@YJ?T>L~HH)_:QM 3Aq?C[3l`3}?]N8SfV0<;jH)6Q2k47|<+n5ƕC$v = ˛soEci4 ;GDXf/m8Ajīk8ehMbBA/V𝨂9' u-~nLkLmH[Ն+0SA$b =80Aӂ $_סaNhM^R)QGf[P*qGzS ]fPQc%C0BjbBDŭa]:S80ac^ꄵ`ڈl9@2òdy4b?pxAa]!E$>Y0yeֹE0@p XQuZ#tE1tkѢ.! E!W'v?(h{SQK@; i&2jdg}nVLS*0G+MOȝ{E@F:u%Nӥ%aoxۓS놣,)m:aW1.eޣO^։b!H(2lQ&~ZF ;PXelMY! 0z+ 4`QƒYBbos81bz89[ q*^ֺ+ 07f1KR %I=tG0U+Ue_xVfr˥"e߈ZǕFާ*Z+Ml$5*Zs7`\ MVQ0HkRa+sp@l{eyޓ=䜄r`, ]b z2TEc>?FnN'lQ*7{ aOmKlNF>S2on}@k) Gcqqp!Oz{;yyKfM3Udy^-|TG?&f*eJ uBck ق J۾t@ܦ z;M}@E|W`8%Q4rO+dB*sY6>,Nj4@Ҍ$&ȳ+8\:LQzzDB+bQk ' gz8$:]-5G>֨PJsVTĢ}/f)iD4}Ʀn՚ kFz†@j-+Ջ푻򵥪PMv i|ܧ9bGQOm]3|w|@liW*S:Z /|h4cEjrπF/Fs~8 z6C}^(?{WgR"_9c/4#R*AaNk<*un]*O%gi]Mkpe|Yo;kw?ZeKX< l WpTr( ~e! .L JIýfYnL :9jWu0J5R YRa)NQ5"]BJsFYFQPuJ ]X\\glFCrm5%zJ]UӜ&l@Us-ތHKcKDcg& d\iTDjYe[^0cZ~a=F,Zs?Ҍ 8u;!>w/aY<{;o{\A9=PJ? 9^CYޠ12hʋ&U{-RK>"~. EA(OΈetG'W =[Wl%Yn,+*^ىQ&4\0 -+ut$,4`@W q7x3ύ}|S>Gi$>|ȃ3QS> Se!swaC~:=s$*u?`~MO0k5tE=#Gp酘Dt$|@F:h;˰m0F]Ki;Kx=/1N"tHn9gkۥX~v\(dWqs^$VskHJV^;²h ݖCne_<%KB[2I-(Kpx6jd P:-Wą}/ Wk: @"E뙚? Dky|6錩7wa[ Kwi.a"e#[ѣ!v/ZE0-|'cZeJgp%lq=[v(ai>\~ԧb[JV*YJ"E;> Zx`{2~87zΊu,Wm*$Ah ]myN.U [\]k WŦf?*ɘ|eh]̒ކ+D&Q?I7UAܴqVއ܀?OZEs e7` _(L 1WkI#;֥!RZ5}i,o nEGe24Ў,HI?Íf:੼nf⫒)vy5M$$Q'xTpPP8~D8 ~c :&bbMA~[yVy!%)kQ+@v)[{b%sȉMґqd߁8e_ H˓װ*0cqPDTʜ*1045R-oK)"WG eJh%HAr_{S/hcYqwEwس,g%+9=h,A,5UȽ_H~v FKiĄﺡ5br;wf ?A& ®$m2ρXt ^+S2 }MDŀtLTǹi AīҐT&L^7xO&uX8NάP4>#9Lshm nc{@DCRTXf1+2MF t0`syϪKU:m +:{B Z?-fi2VK`E;H)PT#d $+:nu #͵2-rmuZ28Qo:G8e݁fk wlA~W.#L$_V.a় ],behR+kHH -P⮞iA_SIh A+ 0Κ<&̩0VHOi_GOq\ "%PW`_eqD%n-!YI}C6SӨgϖW}w#}  bw#d!,1q vn'bZЯџI EwnYeO2 Sv7@o x OE,J-)n $ٶMjV/>"tV>z.&Ecnx#%1A.Qѧ9KaUB;:>#d0g6lǕcli"Tc'cК'cF\CAHJ#@%E>ͅ,Rlȹg+khP[K XdWS)բ*6Ћx᱾2;|377g ڶXry(I|6~F]I| \(!9UImoZ\Cʁdmy tڎAlzRYI`ȥa8_hK }m@N#HO0tQ#]dv4M[|n9hP5w[e_vsM@ ]6\&G'O5LbәR6H(2f>׊_$wf@]=$-97dfY^~A6z68SLTu0Ȋ'ꯏs9ܻj.vA\)gl-5UBٿY&v)ɽK#Q@[ YoHn8ašP;Lmz)Eۘ:S|n`BOgq FJ?RE5}#;^P F'nTfS)Hڸd F,Xǡ]\/uW: b{j26|܏SNs\UvbeחIxQ Z.ЌnhkO^ |wv10/GLK@xNA@<&!ٯɷt2C\?~!`&Wh8-:8etLo誘>~Q:Vvtp.@_Θǯ*-ՙ|^͝(Yo~:9}j4_+G:_Sfg='Ʌx6emjK҆< [FB\,K¹pn3pP@ZZBKS)~Y Ю^]tbUQxmR+ˡ*8ӓT%u.?E˱ƅ8CC0eZUk tΖ򌍵A,ٍ'/Vy V+h~#~+56)t&2Gljلݚu.?d/mlrx NJKH\˹ச6:d| ;#^8ZaQq}yd~yI5XrWwF@PIHQ(@"5?C/9NK⅘^ Aԛ&n5&@tn|h(6GOا=-Ұ6_!GjaŽOGI$TZaN=X$[BjﶍO-,0lo0P}6E>$R:pOc'.BG,=k{˽}A|op ,^_Q{)"x .rSCX܀?y-'$ rC~yPYOTʫpe|̽Ar23i*[z ֑+a?W\6+t.C kHv +fln^vx[]KlQ0IKuNLJMec-B5JHe.l2mSTzֹ&U0=(өPOݾǥ0:)u@)߰V篻_[q`Ӊ_>!bNwҒ=̥O6e1nb@Y}v6, g=MY8s:Y/Jv>äPO.(_`~|^).9x+Tyg_!Ӳ4Q.Z:n}{%Cdӻ`i{w o'aZ".iG|ThtQ$a3qV ͕l?]Ƙh,:bճYn'Fz#Z(\fG<)$+16W|SVUzOx 6, V,־+!U,j2%tT1"ЮuN=I+%B~fmo:)d"=A1`0fyh0Hi.^]4IKUrqӝH$s0+f޶bLx'Xjѿj$zª_fLN\z^ e"J0RJa_ɾY t6+_"JvqwrEC~e.8*paT^{ʦc- TNR=3"l7>эYkgTRn3zf,F,Hrh $huSGNNʿ<`ݬs=iWrJ#x4z e_yjXyջctdkaҋjSS +Y ZByT'q?Fxׁ>>:Uʃf86]ۻ:CU&Q+H UŇ>f+SSeB'D%.iXD&3|> PoXy(lC+٦)3$Y6P ;s= |6ۣR1gUabi (O<-ٍrF#j<&; oPg@ [7 Uejܸ!3j[ [XaԇC?ӜJueQZL3k 0J=Yo`T5,3sI*r#HfRz&omMa6?Iq8oÄ[Ǚњ+?X"TMeYo o8)& 꼟[G0{<۳{DD\n}#Mn`HS.ppz//}N:ELBwftCVJH>38nʍb-5$y-`w=P dBN[<~TagA(p Ą&Qo4#C2wHFIg_ G! JytMpʃV:^ǣ[S(çT 6+4V]"X%u@${kRjqjHࣀ3+ǐ$tkςRp f>jM/#p.@'7c$˟KTkѦގU)ݠFD%vf=c?%wa*ƕP~rNTdm2NoRT3MmXEk]&Ipbr]_b-PDn&tE̲<1ǗxKGρygF_'q.l5dKjkα;#$aɈbQ:x.JWKO@M:KTtCI }1'J401AUt A9ǥ0c'dܬR>I JWXxPH*ofKtjNjOX d*]U6Ax8>G}O;@.jVYED%yZt̰~CX-+XvO9xҙ)\})r0Z 64Xe`>*WSzۃ7&uW7'ؼ­F%^ DP{QB'mI7U1 .u"Z/:"G:B$ƅ>pyԅ*%V[d3z+鍆[іަC.jQL^k39oSUY-VŨVeτ""ÿzcQ;̑FSP#ІBaB@AkBPno\ڠ)XC{z2q{LWb*hOX[b@83nɉgJ-YL-Hk&y_2ÄnNI_[[QpAt,৲xVG;F% I"_־sɗiycD)цh-$k b{;^K-1cIcwv}C zL?ǔ#eq~{$_~IpںgtHW.V0Sw92D,If<#tޛ^wm&Ui -ad/sÐpWffV4x~=/.XOFee)44ika(fSUs =*}I~=Y?>а,U"Ś滉wYli1T_)(6֏+*;b#I- .UBI0nt%C|kDB'G/d6oTե(t$z[gB'W@C@hy ">ТH6rZ´7Wb} h el f=3^eNis{ LNgx!̀1ˈ ܷ'ܴxt3b7K}M*/!# {ck= E-[!'\\~OCWnYqqB ^`z g)xp&D vuoog :?Km=cxup< Gde 8z;)0;ʠ'"\u~ vrs *Vk8Uz$F.8y T@u3DζPCwYe,BzE#GssvlPމ$|&8ؿmvq+dUSZ; ~[SqsrA|fz8%|WT 9,+Ytb?M2MF?xnQ C2ű-._8F坾1_X#XxTT)@LttR8w L4ޕqJ7P,Niȑ6?,5e.Yto$ 0ŠFeSɅqi?e",#\s0oѺgQaCz[ T s#+y5& jdHm8"#*l `+R3cK=[Gz*e^'Q0L1P?+-GQ]scpV f+r_zF{6] h eJ#J##eIM!hWtƶy~!^˶C<џyW_o -#2 ^р@+V ]\Ov$x׹B_A`*ZX%@XJ -\S. +aHP=VD,, sq϶e$l p\n:1Iw_/d32eu3Ԯ)pZRf2/͛t>*"n=3I8}c(γ{wjU*ZM9QaSQ.LO \xTϮ'`poeǿ,S6a=kCD,I?RA3eO412?gQ1 $cÍ>~FG qz-!vx2CX[[I8@ V/<Oc;5 d>JH6hnNBm޳^#-e`C GLlZ#E =@Q`9l*"5&!Q yO&;enxaҦ2,2Nz>Froc\lѻ Ў]ՄwL[.cNW`/+g=8NP&Ȱgo9G>\LNL,[q Ԛl$&xX z3-ԶPRjͨb%>?8sNdy6d>ockI4:U6J/Gߏʰ$Pomu*AU* 6z̺x:jJ|%1xg-܂lox E+] WNx|ƠaeԚaÙ?sE~ IBP=>ŮC&RMS>th6hy ^cxgH]Gꞻzq!ǝQw͵Bvbs6D']yv 6"raEƭ} vܣŋͶEpw QҎ?1NӘl_oqm4r^;fbH=1?6$t,""Drv2V4ʾaG?zo S|Iq`Ea%ks.S3̌gK I k$ na@΅O\++}hpL{"ƕ뛋9޲8QT0_X>*wG!:֯VM޹HͨÕA#f_"29-~]:ŴVˉ#Wm3@ p2k3MD,_S+ŝD 3N4+$UNhPVm"#+.Ϻ&P4`Tf@Knpwjx-y Ȟ{ZqF<;~sSuA{R&e\*~2Cb=uKZSޡ:٫`$~~I1UP4DCC]ޛZ{!q5[?j#ORA>4 Yx*OYeZuB ۑk*H@`#L+$0IץBڇ'l0hd pjhRF"IYdtGXmӧcƫv^ZDt7GlI,FTCjwy*r4էNu*E {|Ho5sFJGC|cGƟ(7FH|$Ȓz9e^|o#?`50m(Zt&X,udLLCz<_dÔ=e=!#h]p@ _]or>o1}-ׇY҈ua$UJOwL B:!&~/T8Ts= oF/B/>'~'%\qOF cA-cv3'3Mu*޺rSw%qƳ]ֿ5.>}DL OމiDYQhڀf⧿ijNm[SPʪwv+Hy^@ r_]Pjj[6Jse)+5 ?@:<%75Q^*0ծP4e[a -,-n{Ct35o""KS@}gb`pv8L D&? kUa-abu|ѫ9B}]+twUKP:k9gӦS=ׯ1/S*?+s:x]L" k>wuxMwyyJׂ;/1YiU:m§$ _4: P0ڝ%gt=!L5 ϐSmaHX@]=#TO R5[\j8^O:#jSuB}-=*VG]kN6uԓ;?C^_}?Fg!cӇ]oxXoJdVA2aC;=ϓh4bm#]h؜YsT W yʟ(6r2^V$42e~'Qcv(%(}|kzZ 0`̰&C1.Za=v4/>J3)J>c3?X D!mn,qzWk=YWjSM"\ =q'gTđS߯GUd7GsROV#Ֆ M/ī`kŪeTWHęXbX ?ٯKU@1o3ۓfބgdsI)\jq4\(UJU}?ǫx{ť 5 58td+l.)bsH&薅 %2y)q3ρm؇cޘlxK * J__.^B)8P'mHtw`iœ8W';_xNq b}*9'&K =1Hb*[ w{x$-v V֚ M_(LUK!?8YjPX4F/s,J,WA ,ᯏE!R͸CU2r1t zk!nK9G#P4l3B7&<1\ Si-gp߃PûyǹƱ{O8e~.gK@7:|τ {I0IWu9ϝ;&^ Y5ke IP M NoSG+fGUI o1XM__OO1|xIIYvP'<8@.jr<>JEÊ'G-rkFJAjd zE<_S:}ҕs"V%SXpЙ{K0WQ6R0sCʅ4QGcU܈D97uC|d8+׶I@Һyr*@|%ْȳH mt/2,.ogbVAiơ*1*ds=nL[GGa6Z@$XѲce!NumJN@(ϲ76sf&hJ0-Wfq[O'RݒK9S [lclF7\i40;j[PtwH"~wfN !]/u{9",?C<@E[d,'BqWH@Wm*!VB'ZP׮dC+-:-'(YB^ wȆW 9ά<"ATݟ=\@m>G/-"P[2l:fց_>_O io^ss֓'"I6ΤQXdl#v!Aa,$DZ[6.5, NK)ӬKu.iՏdrSXn pϱP@ U˳{K[4^ wrG*7Z:41~+ cQf5?f{~gTlQVg^p6Ze]W<)lG;G]gq w.ǎNP#Q;ʏ?^as|?h:9)ŵuY4H@|bXT 3J'(>$_* t+6ɤ0 l…IĺeZ3kP0޿[}Jp8`eՔJ7I5bn^Q(Oofeu+xްOICL[dȩ韺2?@S?z!螢C.h1]LO,ZyH2#ǗǻМ\VDܜwӈ鋌\}c~[[9k x2{4rZX*5[e.N^Ɖشu ~a# M3@,*n8кX3۱̴:A]! (Y8+e'9RbXCOur&WM$ @IJ)7P}Noc1:mqH%zRw z%=lSҋ>ErCؒ4ޥA)]3+0B`@%¥,R@J 2@@ crIчpx^M0r3|N00b?7Psnއ%qB )^NxvRt0B1թýxڍzEv;foH~_pa(v?,d !%/֗_(CTX{-*xM%;cXTSj%bݿsQ]~ W!y@^lr|^hگ*B\Ux,fiy)LAGwn=2Y_V5X&?'ߤfdH!ڈٕ+ 9;:;̼/D=)F4.xB5JL̝J˵7vhhL(8҃Qs5h3)PЍXLip 47Fk-!9⼆lmq$^\qpiXZ.`{u> \#Fxm--ąd@E:"b73hjPT#+o Cʟ sAjFAٓKyxt`ٕg&.w, 4* tbYqpc.mƝ6c~9:YȖUӸ-dye rav Nͤ3gfq8|=hSde*_nh%Za? '″QF pAO⑑̎f9 07`LQtQuȯ幮W~Ò9&kWyF7jD3H!*%JMvk;ZW}J5ޓ~=yU!JE SJ1Ax m=pVn$t[ŭ!S4"<7W!MȒew|D-\Ms}V72w =A~,wsSN鍨CI_UK-Z`ۀ ]wf%Xfz8#&āCܹt0}F9f)Kti% HfHz->re9\`mչmNv^#D'|ߞCk+8I@_#ORk(aڀ(x`>x|@V,$^V<=xnŭ!'r!6zFR8rR}+Toj[3Dh[`q1v=y^!DCcC Q476shx~\|K *g(܅C7% R*$6{Z s`#e  +Lj%Ɨ{D\MlB~W?E\i_°:zߟu nb +j[7r[NREFSw:!}H)׉ո~TGʃO0>."U9Dypa0%[tzdPyw 1^d |wTm6w~Dv0Y#WAgP鷏T l*r8ϩ lHOa^u͹ŏWLwuJ?WaYe;<@m9Ч ewv'I1Փ|j#YޖK'}mVB"Ԉ;>"zMOƱ5琝=GЉ0%4%Af%adи}pLWE_/VmҮ'-.Fq-T%} zԪBn4Z 2 '1 7.X0ڤ oxr'G@]U6$[: P(BhAF/xr 4E,/Kh+zd^iG2@H y53*514U,B ȘvIl<ܬCP[#@k:+y!7H|}i&<GV1bpTY聑'NTpgß xmQ. f%A9GjAONy0x "\+&\/.:zmUk% TlC>~[a$sm.-`֜~,#c]t陽)gJi/fa6ԝ'4ӛŊ GD8dazM^r³Zw_odQFN 4Jw| ;?ܥRLi7dT%5,r'.RgUվ`_ E?ЁlN .ح߰B $]HRnZfPODWikHhz-4{4ïfodǒ9{bGM\Bꢕ\B^6B֑j pk4}"|Ʌ&I5mճ02QW˽D'~ \~Omڛ.*$b[Drv^MoK4f@@B ׅ1`#9)8qߴr3N@!*͂PEaLulg\HCS =|??{c6 $iU ;s[n^LnYoc瑙T8-ф l*57ǖvrnG90obem?!J@(CKE= L}!JՉR< ^8~y!N=B^lcuFez 9Sāihq,ه0%Ql`mF{u{mMb^ǥTñMY {cYrrFz0W)'zo2 '#TAJW v9gN i@Z֝ iy n_<@e|rc["sS?Ѧ9cRߨ,+hs؂J"(Ai.MӟsϦmnUp8i/Z`c 4ͻZDZwE5Ԣ;1 acHZܮ.xݷYP0RvVkqL/߃vZUkР<~*=t0nG*/dl6bՍ,Fx%贩W:(f!B^\Sl;Ys9_vVL!w+^N;t;J(e WڠC 3thxzP-2vlgT{QD|7OPǹ׀S@ הC峛%7|^{ƍm{맷h->FZ = HE Omo~;&󑸮2{5@SbV+u&l)po\OXʻ[;<.fPn{*NOF7/͹ي]葘Qʎx0?&sY@] v#|DNEv_!v}HrKl+ϴ*f'S7r1 5#\Tga">,%{pDZnf3yyd|IrBY;570E` <،$\rC?3RW>?_bqjޏ%ᘌ*|\7lq!!| ME=¯m|wp \*ZGDt>>g_]6h[F[AG~zӘ\! XS>|L"~xԭ₟L¸@p]!&whHQK&p*PTȓ~8moZ_)@" :8rdEBe#tg+5 n»;u]ͫ^N"vy2rof7/\JPAB?lC[٫)Di[%GHGv|[kejynxԁݎV,oh?NJDDOw_&:l;weh_['JϹ>h]3滑5|7um :VZj[< Xd _7?W?2:p@J՜pF (mn?0>bO AU%yoCtX= u 7t$5~ !"WѾF=wkι^hGzORo@>=MRA۩6yRHPow(&A"g.ѮA{f5nx9@ Dsiw#ZLM3;luyytgÂ֛EyxiIy("^uV]M7%wܻ暯 avk?\0ю6Vܩ 1p$R#j~R']N 7wEd3|v瘳^jCnDVrEw2IH w hXDo5GW__\ :(R 9N7 U A04yfWI?v k@*#G5}wGT#˩[H>a'{_ 3WK+ccp,K$har0?gij1ϩpxhtj>:CH dN! #J4SP`,)3/6 A  ky2`y)LBQC+\yZsKG-g~0^\i+E!Uw,G@Vֻ9@LƇk{jQ$骫Ld%n15d4E[ kk0 0Cg~s!F@v+[u34KsL:[$_ck.ʳk+@.p r24So'EXviA<AͥOرW)o+pWT4{bqv@aWjh;vgDiMXaBǥ6Cn߉%˚H7y4~a!A`@Iz!?tT$ #:U=NVu!'LaW6apVuD3-n ?SP>e`H,YelE<#C騔i9;W 5A& u8DI1Glfk"LX-{7n FeYVl߱AБ6^ i}a;mFE`8ZA)=MZH K:le!th"/LYhID2g_+wkS 1`|7\1@jeB΄ oEAY]|$G^>Wqb ւ}qᛳa?WFj͞%\|W|]e+[&q$mrz\)p6?H[2GaUOBn0NqtObVY4~y}pQ,TNM< tHNH!FAO.: p6adS_Xrs%4pڙSO<b¦Ƭ!=-\l :8WMЯM 4--D$KAĒCWR9P'հ$9 OE D(PrXR1{oik܇Y^D}]<usP8*Rz}Î%rJyθ`aT`+ͤj"O‹ \b&m b2=c<,ҦXCR!k_aCby8#^4b,7Dڿտ}='&Q8A;rm1hJd`P^[8HGojAw^J)Fk! 8$/5j(\/⏛/2EwML J^!1a!F8>!8|@hĭs~ZOSA$\AҮ8d.՝dbY"h>;o+?e*`Ũۺ퉩 l}HuxsPT^A&`N&ByyH o~:z2/Y`OrS)I)F A[ƌ+dl%GJsy{:F@^ qDs4Dm-۰sي,0-BsYY)?qRNׯFI_&hJ5Xd; hΗ}`e.pi͒l@H,]}躔cV |9ŏ|=}U "4uj|i)C"z]P'bƉKxټ(͕:Z7lSyROi $!2Ggi_ZAAຽ\Э=q:Ot>b֟뻅j/~Mw7HӠ\-f UNpwLO01&9fQTft94\4r Mb8QIx 2~  JmO1E3߿uG׬!iꢬuН=%Sg"@*''U'xs ڱ"x~.0c*OK=@Ucݘk1@35dmo9.D sI\=P}^h_=6*5U6F?&| 6P ~tTS`Eߙdr /U웚ci>Ǣ^ƶܩRp6?wHҁ a-$_Bg+\cGΪ>pug$ A;{ɋTfX6U?.&0ؒ,o*lYjgB.7ȭ'BvF>.5<Pr/fK0 im()JD["n̦ \';+l*ˡ|2ϝW !˜‰8c$e 4'?:Mz ע n.Mۓͻ"u\iسK7rΫ]󮚔;r_j#4rzJBD~yiܞ/,&* =9]uV3$5џ쩓mRӎ~<:![}@||~ wm@9?NOy|Tf^ȼem$|k\kLDi%`M jϛԆ4ߞdB`GMwӡb0_Y뿌d}anxa,=\~6\؞ X޹Fv;x5Ovnc,WalŞ gN\Uan]!Udq]vgsL,j'r=TxѹE~ƩHbp,:MUzM?h;U<ȫ/">m/e",uJD0߸[I\8 Lbx߉<©OYb|(M}#mڿ[W_DIU~<ќ8o WȆ,G"mĀqI5qϯ]Ix -oVj<1$M!W8Ϣ@BaUB+Sx;Aa_Ł4c2]Vmʈ\)ɳK M%o8V+~uI$&# f=H.v , =DQҞ%@#.e2wuYfÖ 0"î&T*aƛmDo A0tZ+7*Pa lf7޶. ݫ%+jLEou=uRa__3 _d5؁y.U=Գ2~ yl+(zΉ,]Cc¬{ ש"!W޸wvWM;!q{ OGh:b:X+SCfAg'7J>$BO#. q֌&| <v0T6%%Vf4P(1FWIJ/ a)g{MI#>.-N;3DV60RZBs-2-:%"vh^E2:Fk'WƎC[ /̪G{v(,}mdgOªw+~oR&1&QB#YKs-YQs/9 9_?:.)J&6R wNΊ{e;6 &*(gJ٤| '+@RZj<cQ(/GлwUܺ>@86v9$~CPjC0= EA>]WJg)UH ekb)^(2f#\ɐtJ5.ЦPEtDr؏)21#q4ۛ<n XS0rŐf~B-`;jg" ,5l~P- [' 3ĎOXsJn$?/kn,g7W _/QF,(cUOʘHRS!K(kˆ?"#}uT Eu"aELAmZܚ$%.0a % N9;\:52-Lܹ3n jcMڙhř7xl=*EC79D U~\,u{xF`Z0jSvVi3үY5U`Vs*)bk&@vXzLFF>ACs?uBD볃Y ^{+w3@v ͅy2@.N]eQ I/nM?׿#x2nW6ah/3rš&-1N|[wKby8X:v崀rG;."ċ\2E@%iE/tLW6>7<Y"d޿X^ȞZ _5)|Jq@zH>qSk $'6q6@T <ل)PL'r  2nPx!naBzFXwKM~8Vavz*{@&as*0r»3c!)nQ!iSB\.m@ /2FJѓ|мٵWq ˑhGpE0C%}\2a@F4B{2B|cr,F7=^kض_IE/RH ԰OĤvP4w$ mHקk.R$۾O!.t 3H:VBvpМ]<>+)1;wU2@KX|F# '1ND;&7~&(VHשUoA}V;3{]q Eͤxt~L9{.Sn'VwiV`< "i *fW+O-Nc@q㓭^k3PiR) "o׊ 𥢣(֬D33'[%+ ΜI_AW]9,9pҥ3/`0u w)48pЈ܉֣[CR]`σٷdh ћFm^$iuk%$)Y*T(V F\mn!/QK=E*37E"' _WrBɐ;f9WV iX 5Cl!DjL00#22+ jc,1%hH !{^:^\z7U%U#9X$vGŔ/(wX.gB*<  EvmybuH94 'DC he|@s N$.;\*T@]άYngvo#b{}-d8;kc%%*f v]j'#ԕD]uOQ4 $ u$}|be39Π(y E =,RnjGXZj:'H0p{:a(O㥞u?X;󹚋ޠ!C& g{ {״a3M -~{h8`Yj|5jks_jOR@:p҇nDZ KͲ{{/{ej_NX+L"'Z^{E_dWN|7 ?8ckŶPyߋRKкԐFN.:7Wp6e9Tn #tyǝWM%Fr[`"N˄f(%卧NVܣ9S'~}|>1WMզgY♠P:ڤEiv 1؜mG%Av dq]ʬɑŎoԋL6Y$]Fh)o;^D K~bY5~_ EY"xj_e3ôS4Dݬ&hyTY4 JMgh!8C4]SBx{qOJKގwRV4C?͋6n)si4jB[-ZrAp-_#1hKƙGRM`YN7#ԥCew~զђeԮqx0r%Lg}xm'7o.øv[P= _.eoggxɫ-]q sއ~rswdRRfi`Wr$GK*Қ8D(Nby(b(0e'^QrEڗi,E\r#ZVΒ(&Q.dM% 5Sm9x,*mjryQ&-%j,Ar eskY7oDž6 .fv&Yj@-)Ny=6#"(pVXKCnOgg.w^u (wN =]g/ʁRnurLP^#e0΄Ü?r" 1.nE73yr&ڛ6JVU o+p `}i؛54ɲ%dp:G37 YBJ\)Sds)"!`d; KTw9FU1Y  1 fݽkǼVp\Le+L{XHfwN.9 Z^j ?v"lH&7c"U^@yZnqE&żu&pX,!w nMl6=XT&"и*B32PPb:#eVjgѱ'8'j#m9'! )Ŝ|B-eyJԨ"VߐykSA,oPa`dKPi?f9!-,owŔ'P7!d:UrID,I<mv>rm"%rRF_z/!CM( ;C8;jȐOn ذ[=;ZJAݺR*.=Թ &Mw/NnfTziKH$wN'}aQSGxXd U|8݋$K,'sVǧ5zΉA*s| dwsR6hQ[FFYF&X$bh^ qXcJazmDtTl_$%BU©q6Ow0`^`cY=3+R MT}Y? ESܺyqAeۭ5k(Z3pTxd|+m%=(1S{qw%͡F<X jꋲ0īWNR$HfjzEB*,u7KE"8c۞%Z.#KqW]kh6cgk%qOHHEڠQìwMǹJ|[޾HqvT@(o5]g \L K0}?ncL{hˏWIӀ15)];\bcK9k]J3Ux FSpv{?W~-{P1عBNq0븁b m\:]i?nUiR0%,?rn< 7> Э>6qY%#Ea0׷-[F^C-59pGtV5 (hxa/IDGi 0Zkh xۭxH)JQ+8%b, @.hW*ɾ^֌@7lE@Q6?.43?V%=?_~70VWJ;߃dY0Fay=FFhìOJ8ڐsQ/B쮭-NE}l\I\|Uͧ\ŜVfѩlә|G H lmKla%`K5z-YmO`Tw-2pG՗ކ; )ZwnXMήC7kR\gh`X\0Ƿ}Da-L+7ٍo4 (k"ye+:vU&|tI +G-@ Ό̮e[F{/ (Au+y]rׁ!GM wRa|EPt4@MjBI?XDŘ6ngpL~\[+xn%LL~ Hy/\f\"a:wT?ЙxIimG4h!E =mV]Tcv*>>: x81Q&'CT ˀdzC]ȕ6f&ѦE#ٵ͚2!WW6t;Ј͓in#/-]J.5% *SAɒoiKxͤoEzKD Ц1f-; Qo"Li Kv=6:+Z8L%̍{\'p ʝFbc)`|Rg"sQkT %$vcX0ވn\PzTW] @%gJ%K''wfl/Yκ r:" v|B7:ᅛok50y ׃>ui]ÍpusPVhN/- L].ÜƏ ]R@MD#[ڤ$JZG =`J;;-C*th 1/Y/i gIx%7dF!C旨i- rH$W:T:!Eaٝ3L){c}2V7gd53LFق"֊UwlkAw+XH g.xx˝Z0^APyX^X`e ܜآFyD|֚pYsKX>\(BYKU愕t (p*I 9ȫ:pI|(pb._ rXM#Gn4>p4_WPG HC[Zk7 5pu;<2.7,eRo@8=[ob FL5y t N^99R̛b|?QKVYa^;-R`./>>Z֝ǛӪmXJu^&C.s|4Y䢇_LH5B+9B,5&~-%#:2crjd̮MiW-j0fpR8GeܯYNi9>':JyVŖ"~0E #W5Lm|:;Zk؋>gR"f\꒦49/?L%MxK0$̒[ 2俹O`J y SٺxĀ~A-+?Iޠ~eGNF|דbLi-v4> v|T,A(RYdA:DkgkUl.46X:n FM#yK8lb(N!o3tw ew)LS0-6 em/'6L<-@wcu$8݊z(,3Ʋ#o}$b^__R' #&gG$%B'(yhد 9LvXN3;R$T1du&Kqfrs So1kƥFfA^D5.BE]O@f"ep‚[1\0Şl@.o>7o@0qOAer%d\9F#01[s@W@g- TXAҍN'{2Ⱥw?誢"aޅQ qP2 urU||M b %k`]e΀ٰ(nR IJ@DČ y =`: j=t,$DGaB^O(i. CM)p }"y~}^TycgC`.rmAg1&7ª>6Oơh \_Bl!u)/|5Zvȉv02LZ$~|,٩n2k;-e޶71Zߑe)/Q<Xd=}+-TW|Ndu%2t\NQ]]_|hX&wbhy,sB ]Y2 ]{+J,aJ Us)2L]1ыC~WWhy?E9ƶW׫!E:i2\¶ڀ!Z:/Θї&o\F[cB ZGp$bJd| 7-F-A,iʀ`nk$=cIH"j*=x[8d'.VX5]UW Ɂ߶u[W bCgg-u钳鱓eHG!(|O$5ةszFaor:b "ѨR$܁j1N Z딮443LyOMI4 y/LiŲ4uAS)[.cuH[*?舜Ig=VbI({b¶/d&tCwŤ9%|&jėzx[*qV0xktStn~]ZB?22{1 2qA4mO!Kr"- $x!+mc_Xpľ޽xu1DTkbn_䥔\>7l)YB~hTغYfC3%+bX?Km K8NsI Z|hɫ-f7T7WkC^1XæNsw_&BBDC#k=%oY0VaEhzݣ#"$Asl`w` o뤧o nv]eW0J+8,,RzĄA2 `K̊m%VD?ҋ Tl2e+/HLN `ؤORax 1x-QEؠ^s}`V"x$F -Dsi6У`q7$< rGe" _5Ʉ!j:NJ t5fyɽ6Oӭ T@BMVVq,-ռv~M90%i*Ƈy y5Ku}DSKcQP xd33u\)J.MU+Xëէij3q`@/tiyRҊ~>LVČ3K BgHMà(xR)2D^QʺU" 5`rThAm+$BH:Mo/yF7m7^WcO^x3n]a%6*$jMήӍؙx{̚c2t&|r[itopLcQ@aQܓDf鋻= W3} g7-5=ɴxp~F0;rb]F,Sڎ?Ԣ!TPRb`9~g:~A)s/V)jDDi-'.-,ε0ig -e,֒3t޷p52BxbӅ~{7efWI@g骎(dO`N?tK0C@"Jb9MZ2= \2d{N<,#7T0&^pJ!b=޲K#;Gm,fy\a/^q;f񖽮ns\\`>_/oC1Fֱw4H,䘮v:Hmo<޾l:9WQ|۷1\R`H[2=?ޒǛhףU̠ӈj9N QlV&f+~Wi6a}A =3[|'N}C½5r.iFb^MaNF^` x%F(%W ;hgzR4b8-ԂͶDw-s 3KZf:&UA"i Zy66tV:.=Ce&GP, 饺Pn/54)c~1F"ڥ ѢפQm**sbīG1U.H2сA=Kc 3 sy21RwwES*o T%j~X,at-ݗvq(ߪؼ pHN"mKԡ!C#TzcԐ+5u /-sx]"(zf{ [J5^2a^i܅5w0i2!78U 0`T_SδG I=ETOC0?:t5E= J&8ҵ:|tkr"~բm^WW;fj݃gS4$o(  yvK?skxkw(Y2jPȑ)߇~ް=j{@&8O'&̲] lvu/=LEZKdXW"-ǔ+4nMM.>y|w</>CMU}6 %e BkpW,B،?mGi3vCv9H_M*p=rOOF^ć#9L38rEB8fِ 9VOSad(+g@OqFPW&tUn`% Bfo1"Ghco'y]kk,"81LX愌lJ ,V@(=9CPhq<XD.j.еM3\ȷP.[RT ˜fx#E7EAMq'sf[;#D#nYw5z)X31\]V(Y_)kE-aR2,4P[̫Ko+cfk/W"Ik^',K p?@ġx޻zr3Q\# `0[[)6!gAG穸ĵ8TFc)ȡѫ,͈tIb^9#5Rq}LR707mc'GW=8X2==:7w" کx%'(17'[oca/'3xJlu^Up͢.|YB9HLt K77iz]m>NNl U[BV|j[˅cκ#ʷ%Vމ BQ% q^0w04[Qi%7Q=]kIADr@xo[e,]=l^|9i*8$'YBpr+1ܻ,;NJY!'3GR-n1T ߚ^I+q֬r.QPva7O.('M o~D,K} tQ9z\X] =-Dm\enx7!@O&g @^2%-e w7G?K@*k1`$FBCKD0d ~:L J'nN$>\2sU8i8/zZMwuOP8Ȕ74g>ߍcadߍ Mzk>lh}Zf n"|߂bۇɻuxD7ueAﱮ>n`Ki +S{ƬNl+|x#eMP! a!aZiLkR~YrmlJoXOh"[ʰM,ǰ,NI~nP Is2K{8>Mx%M`-z;2.fThܓy4 uASyۘ~&CM|uLٲj$qًǿHlLƒF FUY)TNz#MkKcEUwCu%]uWSbjО?=zJ6m@}2t|j~3˸M8QgW;I;m ;=ih8oǽ*^QxF(g&yxI3+맕.~zzaCݏzѷv/<.(܂E\#m[IYg W;Ez:Z0y39 lF֔^R+u]`U(ĸ*g$5q]OFEx ׎ZTuvGWEۡhڂ"W|_f9)ѯ2/CI.Yc6%,_ 4 %@ΤtCBI&+mc9p=JQjʊJʹs1 ^d\,o2Q^#d*\}~o&IVXD[[3pu@!1 p騿mqn_FL|oӋ[20W z^+W1ʠy4-aBm5i5 3,vE//): Gَl8~OcYI|+{Tuaa1$M-8SYΌ|1&wD@K]vs-vB/< 05sCmo[]W8Fw#I9/r ˼Ww8baforzb=OhMlVƾWC% #avQY meLUG,ةkpv=ɚ W®R:DYK7=X$M*\-us6 #|9|2OCqlm'@QknXv!{4'X˯-#tbXޅXPXt3.`d <Ϟ w`,Cwg;yIe{rJU^q;oކ|3"v7k9!D;U.M)!b% Th3vr7%}/MCVo&oQustj?LBxVT3 a|e48CVPK)H+36K/@98G?T[ ;S \ XڌM/ܤ#^ PpE壻=x;:J3H_$<%Okz5T?%"G`|O bc F961Ep9fnt)m8w(9dq ҄&|`x_fg !TB]>8XR@w,U 8..m=Y jcbcI7yZcVkE dZ:ގO}ednKCsC)37ceZC2ܒSq:$A"A!dWp6HEhKj~0G*I\ -FOp`èHp:+GD*s0KAzAi)0r.^4r1zl23` 2y 2$d+鳛 5K=KYfhP3qڢGުMn3>?^+*@`$T`L{<O`ϻ;ϟZ6G+K$n둞pDeb^z~řr󯶝 iz$z[Bo,σw x !°?u։9wunz键sHk+m*0I(FcޛE(M;y4=>R >Rേ<yŴG=pZ_`H`ͺh>ssݥrsͫE r(Sa+*&;xYp=i qY ,eAg\eɍU 1`>@ƕ %4!R~xɵHH3>.2ԿRi$CLI|j右/io遉T9M*QuܓqGqH ?oPxs=}XJ軝] ' OA0 00xXh X=Ta/ ]P~: n"*`Fn!j0Q!/g; Y;3 ~;8XTРY pi(130nElX_̿'x92ѓW=7;D-'nhkcAo Jqn7\?w&^c44staԱJ;"fP8#θ{?RBwݚKOa 5T9jUi|i×l"JaSf݃K\Ô*Qu밤`Mگ'/ s x! " ZY1LC~T$NLWՍaЍ\3CD J7Wcҩ8_-vڅmv1Az%F7W T#{J1PԾwsi>u>sE6VKa1[# >v,;jy79zjfvr(E+&Gp?\ȄrjR }t ɭ ?Z)g/y(gYb}VܱJ]( =1d6{Y,|HR*K{8;Rd^(m܊GÃ7"@`=kTeX&QԆbqC+XV飛 V-'Z iAW͋_,ӟnp _K&](nM@Xƃ‰[1ۿm5 He(FɒT8LWL? #rZڪ,Pn^ع\FṳL'FD1tt+8F81B!-Tmkt6ЉDPgduN@`:-='4JA~u;dȟFIm[ꈞq)PQN҆Ep}_DEB\Tdfhr]} ɔ]V<i* 2לhQRP%Y:Ljl5xWJJ]T1srqI %o*^q#ϸ ۠m{5[H\rO W;zegYu2ψ*sI_k"](v"0И2@h0)PUoX x?o~Yh{㸒Xwr1x\S ~ףּgMLѦ_.G ,?J9"bblm&=,!IQ'-/=w~ df)jH"FP.r>inwɅ:75*]7p4+QizʍWAbUMa,{aҩh 6]d}AG+[*1 ʎ"q}r0 GOOV 7)W  ڳny QA=KvPE `_*ݒ\JwlrBR-tow7p@<ΆRH,q|i^΅YAz`,"~[R$Q|凟Y{C=w3[9MC?M.EAna^&u:E<|XO\+">ٙv !AUӣ@'rS y-NFѮ<=ct3Ρa]{sĦ௯=z3Tߛ0 vQzU eRf#p>kQd]  $-j?K:F3V`ȭSۧeέ^D4ؔJh8/V)k3ftnx{ƻ_{2{MXc$.ٻ/ {r4ﱗM0==wY\-;H6=Gw.%fBS:ȨKViN`uֶ]i@|stq\|Cf9gҼ..7bW+GQO}o%#}198,nK =\q~uSyx| NeJsHTu-bp{dwK,V4 Um[8(!#@gHhf"ˣ)hIբb$7uos7syjn+ulF='2\+YheZ}YT3 ~]14U\׉]:pR|o[*pt>.϶I Z/ѬLw.]m Ur@ gc~n~؂S0+I,վ2_E9 !_s M;|gM'=@S,d0h[ 2{5wa>I"r\72|EG OPMEkdo.,Zkl`r# 2#kpb9;xwOWQ-O 5>xzHW۟z-/=KK[CO-]=Db+J%DW"m\"r%O)XB͏Lިx:-ҚpyX(:hTw>VmpOEq#6uy.:ʶ "0~j◂L^tȍbQ<ċv0.2jH1l}]FLW 0iŶqBcj) [ mȣq(V^<<~\\L/a{</B(/QQ gn|ryY9_<^~(K[^M.7 Tr LVجp`cDz!^0EGïu%NO|˓V*={:@'djd,aC60p$6v0$ظ .x^|X&pwBJ21{X'0C6]Ex7OX#v}{$G(WwDiDœa䖲:}u c6A.ohI5 s/lzpnyp&)L`fZGD(o"g/;}[q+r`UD؋7Ƹc0MkVn{51oyzIq`j־$d&Ii86 t-r2h}1;0LW/9n FmY ^Ix [LZ@>C Nޕ?[Cqtq)>?;)r)$Y`.2EUxC؁J`4R %OyN4U_ZZ^) :a|z䒛 =Dijk]] }0 E#\uPJꯠKO7%[:a+OAI]l!; (=\1ϭѽ͹'fsȾkK0SxFCM*921j˴%}^x-Sp|<9mN:9q N2gߴ[ɅwMЉNRCee奨!a4`RwKmCOYA윀;EOAL2PY^4a'yikL>M"e˯Yq 5D$Vuio5 n AI0}i`}kQSJ#7Lұ=BZOj ?̙)23{Vd.u]NpmxEP^K o|g]*~$<<n \ X rAj7I"y q<5;ѿl*Xk3:5Eyc&7Ɋ'iJ]|[8to aQ;B^65W/*X>ǰUDw!w9VWok0FLXBr>Dh3$sK:AXz t`_]壱jU=1hןw_(.EFx r/m ks4eo}tt >(׌jUv\a2L^뉱/HAEkȡ/A,LG 2jd*.T1b[Clnw `ZV)#7JK PЃ@JI;ZقfJ`wpsV٦>x4:Mnp #2nP&!NgC yKK÷٫s xݗg4рsTşv=ĐLe=.nk9*!)w_%Um'Aeu@ b%KDؽ9#{S&k[BohBU"Mhω;1X I6֜5XUYm"LD7}s&A7 m @x;4~Z,d'e- :{D==&@D3֦Nctŕw#8`ҋ.a$.5S;n kr0e6YStEtL ɯ`"l;Y|6E;IA`/y3V҇v=u<,M$SҬd.u, }I[Y}LbĎCd cК +Μ[:L"Z sMσs[ kͅ( ;^zll43 ,Y0#t!HZ4> xt+6 e d7!2hL]"W+rm[I7r[pUK0vU(&-!v4t~jmk}a٠GA,戾'ͣ/MW>>6}&X@Ԇ--SZn|(&XK)LecVf6P߱Vxٞ toj>/oճXxPu Ar~kQDJNgߠ6<54D?r|#2Ɵ?4We1sf"@KiH= Gi-']'z =WgihRWf@ֈEE9أ2C[L x6yXSqj@Q$фځyf7V]ʾ|-?+ǮGm-֊;pF -,6x_*ɂW10{7xiGe$lA*b"ǫq{&ٻ^/  ;\DDgRbJpJe_GYcc9g#cϏ&qWMrujer.Tt MVQ=Rn456b7"|O īu`* k3CBR4x-$JG>ZRUVQ6l f[DrљȤPQ4%= CgVP/h1$ZRFK6M܉lq s;gVXϷVzvjDv!3$*"(l Ywg4O>B+ 2W?$4\pD88<6B4,à b҈ zh}ǒگ!12xX }O M-=V  }Դr g< .H{>og' 1. xo^=+ѵYeHBcE枕 L7HK ; _[_`1.7&}T+>\OƔ80WsADzOuGǜ"^p (Y]ք{Ycu9B  s/TRp-Ry-O@ KU W'Jw|V HU !J+0^=#ز[1HFQf橂ix_H5AYchD}{.r2nhfmOCPgCOd?6Z[ f>F'x so&w{#ίA[pFXȊ%Hgb-FAGk㓼2gUIhuMqڷkԀ9&GG<{}pNI[*Khќj[(2Kw+"ĮPKJyF,:qWmڐ?j@ gCWe`H,U07"5a&2 URhNض;37aL1n-Scq$@h~ҏ! aGC)]^-esu`ee=+cB?-W[hlwUȃ!$3XSgcP]3u݌$DIu}ǝ7elI ņb= Fs2!7wGVxI8O c1vL] kaG|/.l '=w KȺ :@YT_^2RPЄ#Cx]| wPsQ (QMrhKF+xyqu^h5|AϷ{?4 |EO IJonQp(F *MBKo8i{h(q9wzQep;;KS stDJ88Yh5c 9۾,/|CO;Lg@ڪ0btuWEwoTf ¼=:e=jZB=mZg#$q _iJd_?1AfBEWmJmhtkj{N0*&8*OR{ DU5kEixU*ucMm/,I>AD5q|0dӽ?xB$U3 ']Oaݯb0(Ѐ o,>i5 e{*,眡rYL9ﴯyHZ`X#LxeM1#CeVNXKڣs=1:ī7uKP rq#:0? 瘠k z1<Ӻ'>Ekcޠ%܍6u֠0N&6 g.՚H=q8qV~ǎ(bqsX;',`/9Գ?GRh9܂rg_!(a%>`I A^Yv}naf {qzBl)fۇ~SHg܁ߦt>D.<>iHrTi3DM,Ed*>RDao@;1 fb0Hf^Ă/R)QQ#F6(i!1Vf" \ /OWiEB]d4jRXx!b7eϟ$vMу% YZ