nodejs12-devel-12.22.12-150200.4.41.2<>,ck;p9|]7)f2ۂ&N}kS ΍_tp3aqCfS͵ٱZA-L!Lń>DV_ʆ!./ j7w4J򫷐1%>b9c(ؑu8Si:ЊK5O;?d ( L 1DJP/ / j/ / / 3/ d/ / / /((8B9B:BFPGd/H /I/X Y\P/] /^Xbcde$f'l)u</vzXhlrCnodejs12-devel12.22.12150200.4.41.2Development headers for NodeJS 12.xThis package provides development headers for Node.js needed for creation of binary modules.ck;s390zl35 SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/NodeJShttps://nodejs.orglinuxs390xJ .p$ ))X1-wjO=i (wF0ΙLP'7 '2.1.3' + update uv '1.39.0' -> '1.40.0' + update uvwasi '0.0.10' -> '0.0.11' * fs: add .ref() and .unref() methods to watcher classes * http: added scheduling option to http agent * module: + exports pattern support + named exports for CJS via static analysis * n-api: add more property defaults (gh#35214)- Update Requires: so -devel requires npm - Rely on rpmbuild to define necessary python dependencies- New upstream LTS version 12.19.1: * deps: Denial of Service through DNS request (High). A Node.js application that allows an attacker to trigger a DNS request for a host of their choice could trigger a Denial of Service by getting the application to resolve a DNS record with a larger number of responses (bsc#1178882, CVE-2020-8277)- python3.patch: allows building of node with python3 toolchain- fix_ci_tests.patch: add support to SUSE's ECDH backport errors in SLE's openssl- New upstream LTS version 12.19.0: * crypto: add randomInt function * deps: + upgrade to libuv 1.39.0 + deps: upgrade npm to 6.14.7 + deps: upgrade to libuv 1.38.1 * doc: deprecate process.umask() with no arguments * module: + package "imports" field + module: deprecate module.parent * n-api: create N-API version 7 * zlib: switch to lazy init for zlib streams - fix_ci_tests.patch: refreshed - versioned.patch: refreshed- New upstream LTS version 12.18.4: * deps: + update llhttp to 2.1.2 (bsc#1176605, CVE-2020-8201) + fs.realpath.native may cause buffer overflow (bsc#1176589, CVE-2020-8252) - fix_ci_tests.patch: re-add missing debug symbol removal before running unit tests- Explicitly add -fno-strict-aliasing to CFLAGS to fix compilation on Aarch64 with gcc10 (bsc#1172686)- New upstream LTS version 12.18.3: deps: * upgrade npm to 6.14.6 (claudiahdz) #34246 Fixes information leak through log files (bsc#1173937, CVE-2020-15095) * update node-inspect to v2.0.0 (Jan Krems) #33447 * uvwasi: cherry-pick 9e75217 (Colin Ihrig) #33521 - fix_ci_tests.patch: refreshed - versioned.patch: refreshed- avoid rpmbuild warnings on if/else/endif constructs- New upstream LTS version 12.18.2: * deps: V8: backport fb26d0bb1835 (Matheus Marchini) #33573 + Fixes memory leak in PrototypeUsers::Add * src: use symbol to store AsyncWrap resource (Anna Henningsen) #31745 + Fixes reported memory leak (bsc#1173653)- New upstream LTS version 12.18.1: + deps: * V8: cherry-pick 548f6c81d424 (Dominykas Blyžė) #33484 * update to uvwasi 0.0.9 (Colin Ihrig) #33445 * upgrade to libuv 1.38.0 (Colin Ihrig) #33446 * upgrade npm to 6.14.5 (Ruy Adorno) #33239 - skip_no_console.patch: refreshed and mostly upstreamed - versioned.patch: refreshed- Add Require for nodejs12 when intalling npm12. (bsc#1172728)- New upstream LTS version 12.18.0: * napi: fix various types of memory corruption in napi_get_value_string_*() (CVE-2020-8174, bsc#1172443) * http2: fix HTTP/2 Large Settings Frame DoS (CVE-2020-11080, bsc#1172442) * TLS session reuse can lead to host certificate verification bypass (CVE-2020-8172, bsc#1172441) - use system ICU on SLE-15- Update to LTS release 12.17.0: * async-hooks: introduce async-storage API * cli: Added a --trace-sigint CLI flag that will print the current execution stack on SIGINT #29207. * crypto: Various crypto APIs now support Diffie-Hellman secrets * dns: Added the dns.ALL flag, that can be passed to dns.lookup() with dns.V4MAPPED to return resolved IPv6 addresses as well as IPv4 mapped IPv6 addresses #32183. * events: It is now possible to monitor 'error' events on an EventEmitter without consuming the emitted error by installing a listener using the symbol EventEmitter.errorMonitor * http,https: The default value of server.headersTimeout for http and https servers was increased from 40000 to 60000ms * process: It is now possible to monitor 'uncaughtException' events without overriding the default behavior * repl: + Added REPL substring-based search + Added preview + Added reverse-i-search * module: Added a new experimental API to interact with Source Map V3 data #31132. * worker: Added support for passing a transferList along with workerData to the Worker constructor #32278. For further information, please see https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.17.0 - icu-v67.patch: upstreamed - skip_no_console.patch, versioned.patch: refreshed- Add icu-v67.patch to fix build with icu v67- Reduce Requires to Recommends on nodejs12-devel when installing npm12- Update to LTS release 12.16.3: * deps: + Updated OpenSSL to 1.1.1g + Updated c-ares to 1.16.0 + Updated experimental uvwasi to 0.0.6 * ESM (experimental): Additional warnings are no longer printed for modules that use conditional exports or package name self resolution - fix_ci_tests.patch: refreshed- Update to LTS release 12.16.2: * deps: + upgrade npm to 6.13.6 (bsc#1166916, CVE-2020-7598) + update openssl to 1.1.1e - openssl_rand_regression.patch, wasi_compile_flags.patch: upstreamed - versioned.patch, fix_ci_tests.patch: refreshed - linker_lto_jobs.patch: serialize linker during build- openssl_rand_regression.patch: Add getrandom syscall definition for all Linux platforms. This fixes a runtime error in SLE-12 (bnc#1162117)- Update to LTS release 12.16.1: * Reverted regressions from 12.16.0 + accidental unflagging of self resolving modules - it now requires - -experimental-modules flag to enable. + process cleanup changes introduced WASM-Related assertion + use of largepages runtime option introduced linking failure + async_hooks was causing an exception when handling errors + enumerable Read-Only property on EventEmitter breaks @types/extend + exceptions in the HTTP parser were not emitting as an uncaughtException- Update to LTS release 12.16.0: * assert: add experimental assert.match() and assert.doesNotMatch() methods. These allow matching vs. provided regular expressions. * child_process, cluster: now support serialization option to allow for custom serialization mechanism for IPC. * cli: add --trace-edit and --trance-uncaught flags * crypto: + added support for 'ieee-p1363' signature type for DSA and ECDSA in addition to DER + Added Hash.prototype.copy making it possibly to clone internal state of Hash object. This allows digest computation between updates. * deps: + libuv was updated to 1.34.0 + V8 was updated to 7.8.279.23 - for official changes, see https://v8.dev/blog/v8-release-78 * events: + add EventEmitter.on to async iterate over events + allow monitoring error events via EventEmitter.errorMonitor + add experimental method to captureRejections for async handlers * perf_hooks: now considered stable API * wasi: Add new core module for WebAssebly System Interface as an experimental feature. - wasi_compile_flags.patch: fix header inclusions in uvwasi dependency- Update to LTS release 12.15.0: * fixes a remotely triggerable assertion on a TLS server via a crafted certificate string (CVE-2019-15604, bsc#1163104) * fixes an HTTP request smuggling vulnerability via malformed Transfer-Encoding header (CVE-2019-15605, bsc#1163102) * trim HTTP header values of optional white space (CVE-2019-15606, bsc#1163103) * enabled stricter HTTP header parsing by default. - fix_ci_tests.patch: refreshed- Update to LTS release 12.14.1: * crypto: fix key requirements in asymmetric cipher * deps: + update llhttp to 2.0.1 + update nghttp2 to 1.40.0 * v8: mark serdes API as stable - nodejs-libpath.patch: refreshed- Really disable LTO when required (nodejs < 12)- Update to LTS release 12.14.0: * deps: update npm to 6.13.4 fixing an arbitrary path overwrite and access via "bin" field (bsc#1159352, CVE-2019-16777, CVE-2019-16776, CVE-2019-16775) - refreshed: fix_ci_tests.patch versioned.patch- Update to LTS release 12.13.1: * improved experimental support for building Node.js with Python3 * ICU time zone data is updated to version 2019c - fixing TZ offset for Brazil * deps: + upgrade to libuv 1.33.1 + upgrade npm to 6.12.1- skip_no_console.patch: skip tests with dumb console - versioned.patch: fix symlinks- Update to LTS release 12.13.0 (jsc#SLE-8947): * deps: update npm to 6.12.0 * doc: + fix --enable-source-maps flag in v12.12.0 changelog + set module version 72 to node 12 + fix tls version values * fs: do not emit 'finish' before 'open' on write empty file - versioned.patch: refreshed- Update to 12.12.0: * depreciations: Add documentation-only deprecation for process._tickCallback() * esm: Using JSON modules is experimental again * fs: Introduce opendir() and fs.Dir to iterate through directories * process: Add source-map support to stack traces by using - -enable-source-maps * tls: + Honor pauseOnConnect option + Add option for private keys for OpenSSL engines - fix_build_with_openssl_1.1.1d.patch: upstreamed- Update to 12.11.1: * build: fixed building * deps: Updated small-icu data to support "unit" style in the Intl.NumberFormat API - Remove unsupported 32-bit architectures - fix_ci_tests.patch: correct build with SUSE backport of KDF patches to OpenSSL 1.1.1d- Update to 12.11.0: * crypto: Add oaepLabel option * deps: updated V8 to 7.7.299.11 + More efficient memory handling + Stack trace serialization got faster + The Intl.NumberFormat - API gained new functionality + more information: https://v8.dev/blog/v8-release-77 * events: Add support for EventTarget in once * fs: Expose memory file mapping flag UV_FS_O_FILEMAP * inspector: New API - Session.connectToMainThread * process: Initial SourceMap support via env.NODE_V8_COVERAGE * stream: Make _write() optional when _writev() is implemented * tls: Add option to override signature algorithms * util: Add encodeInto to TextEncoder * worker: The worker_thread module is now stable - versioned.patch: refreshed- Fix build with OpenSSL 1.1.1d (bsc#1149792) * https://github.com/nodejs/node/pull/29550 * add fix_build_with_openssl_1.1.1d.patch- Update to 12.10.0: * deps: + update npm to 6.10.3 * fs: + Add recursive option to rmdir() + Allow passing true to emitClose option + Add *timeNs properties to BigInt Stats objects * net: + Allow reading data into a static buffer - versioned.patch: refreshed- Update to 12.9.0: * crypto: Added an oaepHash option to asymmetric encryption which allows users to specify a hash function when using OAEP padding * deps: Updated V8 to 7.6.303.29 + Improves the performance of various APIs such as JSON.parse and methods called on frozen arrays. + Adds the Promise.allSettled method. + Improves support of BigInt in Intl methods. + For more information: https://v8.dev/blog/v8-release-76 * fs: Added fs.writev, fs.writevSync and filehandle.writev (promise version) methods. * http: Added three properties to OutgoingMessage.prototype: writableObjectMode, writableLength and writableHighWaterMark * stream: + Added an new property 'readableEnded' to readable streams. + Added an new property 'writableEnded' to writable streams. - fix_ci_tests.patch: refreshed- Update to 12.8.1: Security update regarding HTTP/2 Denial of Service vulnerabilities For details see, https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.8.1 https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md (CVE-2019-9511, CVE-2019-9512, CVE-2019-9513, CVE-2019-9514, bsc#1146091, bsc#1146099, bsc#1146094, bsc#1146095, CVE-2019-9515, CVE-2019-9516, CVE-2019-9517, CVE-2019-9518, bsc#1146100, bsc#1146090, bsc#1146097, bsc#1146093)- Minimum ICU version is 64. Use in-tree ICU copy for older distributions- dont_return_garbage.patch: dropped and turn off unnecessary errors about it during compilation- Update to 12.8.0: * crypto: + The outputLength option is added to crypto.createHash + The maxmem range is increased from 32 to 53 bits * n-api: Added APIs for per-instance state management * report: Network interfaces get included in the report * src: v8.getHeapCodeStatistics() is now exported- Update to 12.7.0: * deps: + Updated nghttp2 to 1.39.1 + Updated npm to 6.10.0 (bsc#1140290, CVE-2019-13173) * esm: Implemented experimental "pkg-exports" proposal. * http: + Added response.writableFinished + Exposed headers, rawHeaders and other fields on an http.ClientRequest "information" event * inspector: Added inspector.waitForDebugger() * policy: Added --policy-integrity=sri CLI option to mitigate policy tampering * readline,tty: Exposed stream API * src: Use cgroups to get memory limits. - Changes in version 12.6.0: * child_process: The promisified versions of child_process.exec and child_process.execFile now both return a Promise which has the child instance attached to their child property * deps: Updated libuv to 1.30.1 * process: A new method, process.resourceUsage() was added * stream: Added a writableFinished property to writable streams. * worker: Fixed an issue that prevented worker threads to listen for data on stdin - Changes in version 12.5.0: * build: Improve startup time by enabling V8 snapshots by default * deps: Updated V8 to 7.5.288.22 * inspector: The --inspect-publish-uid flag was added to specify ways of the inspector web socket url exposure * n-api: Accessors on napi_define_* are now ECMAScript-compliant * report: The cpu info got added to the report output * src: Restore the original state of the stdio file descriptors on exit to prevent leaving stdio in raw or non-blocking mode * worker: worker.terminate() now returns a promise - refreshed patches: dont_return_garbage.patch, fix_ci_tests.patch, nodejs-libpath.patch, versioned.patch- Update to 12.4.0: * esm: JSON module support is always enabled under - -experimental-modules. The --experimental-json-modules flag has been removed * http, http2: A new flag has been added for overriding the default HTTP server socket timeout (which is two minutes). Pass --http-server-default-timeout=milliseconds or - -http-server-default-timeout=0 to respectively change or disable the timeout. Starting with Node.js 13.0.0, the timeout will be disabled by default * inspector: Added an experimental --heap-prof flag to start the V8 heap profiler on startup and write the heap profile to disk before exit * stream: The readable.unshift() method now correctly converts strings to buffers. Additionally, a new optional argument is accepted to specify the string's encoding, such as 'utf8' or 'ascii' * v8: The object returned by v8.getHeapStatistics() has two new properties: number_of_native_contexts and number_of_detached_contexts - nodejs-libpath.patch: install npx into proper directory - versioned.patch, fix_ci_tests.patch: refreshed- Update to 12.3.1: * deps: + Fix handling of +0/-0 when constant field tracking is enabled + Fix os.freemem() and os.totalmem correctness - changes in 12.3.0: * esm: Added the --experimental-wasm-modules flag to support WebAssembly modules * process: Log errors using util.inspect in case of fatal exceptions * repl: Add process.on('uncaughtException') support * stream: Implemented Readable.from async iterator utility * tls: + Expose built-in root certificates + Support net.Server options + Expose keylog event on TLSSocket * worker: Added the ability to unshift messages from the MessagePort - changes in 12.2.0: * deps: Updated llhttp to 1.1.3. This fixes a bug that made Node.js' HTTP parser refuse any request URL that contained the "|" (vertical bar) character * tls: Added an enableTrace() method to TLSSocket and an enableTrace option to tls.createServer(). When enabled, TSL packet trace information is written to stderr. This can be used to debug TLS connection problems * cli: + Added --trace-tls enables tracing of TLS connections + Added --cpu-prof-interval * module: + Added the createRequire() method. The existing createRequireFromPath() method is now deprecated + Throw on require('./path.mjs') * repl: + The REPL now supports multi-line statements using BigInt literals - enable LTO - fix_ci_tests.patch: refreshed- Update to 12.1.0: * intl: Update ICU to 64.2. * c++ API: Added an overload EmitAsyncDestroy that can be used during garbage collection - Notable changes in 12.0.0: * assert: + validate required arguments + adjust loose assertions * async_hooks: + remove deprecated emitBefore and emitAfter + remove promise object from resource * bootstrap: make Buffer and process non-enumerable * buffer: + use stricter range checks + harden SlowBuffer creation + harden validation of buffer allocation size + do proper error propagation in addon methods * child_process: + remove options.customFds + harden fork arguments validation + use non-infinite maxBuffer defaults * console: don't use ANSI escape codes when TERM=dumb * crypto: + remove legacy native handles + decode missing passphrase errors + remove Cipher.setAuthTag() and Decipher.getAuthTag() + remove deprecated crypto._toBuf() + set DEFAULT_ENCODING property to non-enumerable * deps: + update V8 to 7.4.288.13 + bump minimum icu version to 63 + update bundled OpenSSL to 1.1.1b and bump minimum OpenSSL requirements to 1.1.1 * errors: update error name * fs: + use proper .destroy() implementation for SyncWriteStream + improve mode validation + harden validation of start option in createWriteStream() + make writeFile consistent with readFile wrt fd * http: + validate timeout in ClientRequest() + return HTTP 431 on HPE_HEADER_OVERFLOW error + switch default parser to llhttp + Runtime-deprecate outgoingMessage._headers and outgoingMessage._headerNames * lib: + remove Atomics.wake() + move DTRACE_* probes out of global scope + deprecate _stream_wrap + use ES6 class inheritance style * module: + remove unintended access to deps + improve error message for MODULE_NOT_FOUND + requireStack property for MODULE_NOT_FOUND + make require('.') never resolve outside the current directory + throw an error for invalid package.json main entries + don't search in require.resolve.paths * net: + remove Server.listenFD() + do not add .host and .port properties to DNS error + emit "write after end" errors in the next tick + deprecate _setSimultaneousAccepts() undocumented function * os: + implement os.type() using uv_os_uname() + remove os.getNetworkInterfaces() * process: + make global.process, global.Buffer getters + DEP0062 (node --debug) to end-of-life + exit on --debug and --debug-brk after option parsing + improve --redirect-warnings handling * readline: support TERM=dumb * repl: + add welcome message + fix terminal default setting + check colors with .getColorDepth() + deprecate REPLServer.rli * src: + update NODE_MODULE_VERSION to 72 + remove AddPromiseHook() + remove icuDataDir from node config + clean up MultiIsolatePlatform interface * tls: + support TLSv1.3 + return correct version from getCipher() + check arg types of renegotiate() + add code for ERR_TLS_INVALID_PROTOCOL_METHOD + emit a warning when servername is an IP address + disable TLS v1.0 and v1.1 by default + remove unused arg to createSecureContext() + deprecate Server.prototype.setOptions() + load NODE_EXTRA_CA_CERTS at startup * util: + remove util.print(), util.puts(), util.debug() and util.error() + change inspect compact and breakLength default + improve inspect edge cases + only the first line of the error message + don't set the prototype of callbackified functions + rename callbackified function + increase function length when using callbackify() + prevent tampering with internals in inspect() + prevent Proxy traps being triggered by .inspect() + prevent leaking internal properties + protect against monkeypatched Object prototype for inspect() + treat format arguments equally * zlib: + throw TypeError if callback is missing + make “bare” constants un-enumerable For detailed changelog, see https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md- Add _constraints file to avoid OOM errors- NodeJS 12.x branch createds390zl35 1667999803  !"#$%&'()*+,-./12.22.1212.22.12-150200.4.41.212.22.12-150200.4.41.2node12common.gypiconfig.gypijs_native_api.hjs_native_api_types.hlibplatformlibplatform-export.hlibplatform.hv8-tracing.hnode.hnode_api.hnode_api_types.hnode_buffer.hnode_object_wrap.hnode_version.huvuv.haix.handroid-ifaddrs.hbsd.hdarwin.herrno.hlinux.hos390.hposix.hstdint-msvc2008.hsunos.hthreadpool.htree.hunix.hversion.hwin.hv8-internal.hv8-platform.hv8-profiler.hv8-testing.hv8-util.hv8-value-serializer-version.hv8-version-string.hv8-version.hv8-wasm-trap-handler-posix.hv8-wasm-trap-handler-win.hv8.hv8config.hsystemtaptapsetnode12.stp/usr/include//usr/include/node12//usr/include/node12/libplatform//usr/include/node12/uv//usr/share//usr/share/systemtap//usr/share/systemtap/tapset/-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:26737/SUSE_SLE-15-SP2_Update/85e104f88a7b14f44876860875ce82bb-nodejs12.SUSE_SLE-15-SP2_Updatedrpmxz5s390x-suse-linuxdirectoryASCII textC source, ASCII textC++ source, ASCII textC++ source, UTF-8 Unicode textB5e&\F2utf-8a750295d4720fb9eaf497caa7c8d9a4144f0b9855ce8b6b1422e679b70f43f9c?P7zXZ !t/>]"k%w?_,\6P+y2vѯl&_'pGb7ٙ (~ίCZjm gYH}x? _hCUd4ƤHl d~>nX+F Vg8lU 8<0"OiU:dW8cnl\0KeTTMu51u݌Y+#(n#T-r  HYȵ_S BdN0:2*RZۀγ,TDۊ՘^]}R<]b拱ɗߤiixhhwwg #(NYO+d=)W}β(&j9,M=M5 ۖ&AlÍ\F@Wh,^|*h0$Q; 9[R4Һ KeuF*Ѡ>AC=wVޱu-,ߧ_X} ́sjv+jVt#X&{T3cRAetw6z# W^Z=Y/Ω֥y*/iw+-bs.,{1K-C>j= qzk4q0.'n*} o5BJPd~lfS%;GW~]*nmF F+{P?WA3gpW^PD;Of֨ BqJ8jq&w[!#(mHxlK,$j!V^v}.3hj(lz3$ne0SO~J50v V=6S4K"WrLV}ޔn36V cE`t  ծ,]\)@rxH&{&|S=5Z͎M{ߐx0=ѱžR7N(e))#%1i2%YŞ,ON]< $ۓ6N1nD!ae8 _ڨ{(KxYFN۪'?<ж[ho@9𼶀]SOAn4?Y~BD )L fSWMY\6]u7G97yY[$T\QF~49 k?ң5̃[ 3$t5HӸ!\4ѹ"Fdnz.s |lϤ-PTiRq4&YaKyO.9γLHK>\='Z Tv)Rj=+9<䖏McW|,3텫Z- ]3 D%ct.4J@)oK]j=xlJ (Y]gTTmugú}|L-CKKr]:>)s3_N\B/^ (U݂EP'sh-+N,^!\*9>JRj @,2*bm{Ԅ+/* BNs@.h~(A@msF>Fh)Xu ˜x[`|)uRPϟic[3<F.Eҭ` Exi[\?|JwـC2dNr3 FmB%Cp(X-[x7*m΋Bur]s(i %|K&/Vm)XT\Yح_[$ Ʌk,E0\x4 -3Z , o5i_7Wŀy[#c_ۧk (zP+t[H+V9=K- + ߟV;E`<8 jyHF@tjS,l'.Bz[aN"2SaDo{K讞X $<>Xc!nrMp.a&a7kM@A5kԣdaq'oUy?ŪmF8{%\ G}){PLO{.dLɸ(K!, ofJ(nwjD*O] V\v*.$Qq"1NKW4NyY^A OGY"Bh, U|7H֍HLNqW3{DYԱ<гpFfPF2f[MBnߡ2Ua~71"Sy WW@m<暄 ]ԑs0fe df[Csŵ.&U7_c@ud޲()mS)vyW먗258ڤ^zq`9U-ͭy5Z¯?Ó!'6}.z `IK$[}/. 6.f^.1e"iZeo]bD1IN$:ʤZxE61~S-tt/ٟ%:V35^o٤^ Ds&&p&impCaա% dR<5|]0lI,F#VGMI@h>+[6'гZA>ay`X d|>1Iԍ%xSu{꒦kԏ@pW !`tp4w=Xo'HM1Ҵ@!=ͅX|xm0}pcI&x atkwʄ\1yw\UIQ3[[)u'4dZO;kRFW"KWM gK}"km Pb9bEoֱm[EBGlr]Rwf. ,fnE ܟBzRWY  yRE-h"i[T569liar9xvYIͳD)#) 4֎7P+[BcjvEQ9ry !X[JWbɸw|ƥ+_W "?& SھNr-s]]$S"˚3~XܽNqָY Z#$E{YF8O^laO&~Zl8%\kb Uۯ,Vqِ81ᕘ/,$H}>.?D"ߕ|JQ1pO̔c_Bzƨ.Ug7X#gz4oVkGnB@qQ*6e8BFH,zx]}rĦy]s^@k crq mۜɇ8 LF6~[N? jMKSkLIkYQ*($3o$@S7;頻6F_ӣ~PSdE -΅G"t530z ؎i{pyq{ /WWK?Yk[5j:''V/PhMSpR"ztf)= pgQT6ét Fkˑ7&c& X~)!Κ?QȞ m%rM`: uVQ^W'A;z|Nn 1x )GAI v9BP_inV@~-.m[)Yw_ r3tW2)DʍB3Ϙ@p #L*StجbTc-9SCLXWyx+"ۖYo2@p}`ȡ'L*j-@; dapf*u8K甂]2x'nܦr5b@]={ن5b ZT7q&s~0arLZ.Qs$,8E`X;򦘝e;Od.\ :$F. v7 Ra{??F'4 f/}BT1:\p7h >PeZa.pdBܙ0>ϓNDBO ;!*L,IkϻW)WL .Ɛi\n4BuJ̮ 7 sC52dXYu_nQu9X3la6r{0 ;/eTEZt} L(`'I,X2>Uu| *prx[I-vU[r-x\ QRSBRp9BE0(Z)=k"E,8(6"L=|U"w އ?66𬷝:FpI]