libvarnishapi3-7.2.1-bp154.2.9.1<>,s܉cļ!M@eee%fIfxu/,lRaA8ͺ-hK-iTuPK L%Cr&ZN%ir[t;*W'LC)V(\T-K1^RΞ*>2mkw0|uD [<(=sE6@I?Id # @@DPTmv     B \dnxT(8 9 : >F8@FGFFVGFlHFtIF|XFYF\F]F^FbFcGdHCeHHfHKlHMuH`vHhwIxIyI zI<ILIPIVIClibvarnishapi37.2.1bp154.2.9.1Shared libraries for VarnishVarnish is an HTTP accelerator. Often called Reverse Proxy, it is an application that stores (caches) documents that have been requested over the HTTP protocol. Based on certain criteria, the next client requesting the document is either given the cached document, or a "fresh" document requested from a backend server. The purpose of this is to minimize the requests going to the backend server(s) by serving the same document to potentially many users. This package holds the shared libraries for varnish.cļobs-arm-11SUSE Linux Enterprise 15openSUSEBSD-2-Clausehttp://bugs.opensuse.orgProductivity/Networking/Web/Proxyhttps://varnish-cache.org/linuxaarch64cl4cl4cf7226fadc4842f38329392d1c0fda21ab1c7b5f63fca6912ad49bf6ede4ef3blibvarnishapi.so.3.0.0rootrootrootrootvarnish-7.2.1-bp154.2.9.1.src.rpmlibvarnishapi.so.3()(64bit)libvarnishapi.so.3(LIBVARNISHAPI_3.0)(64bit)libvarnishapi3libvarnishapi3(aarch-64)@@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.17)(64bit)libpcre2-8.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3ck@c]c*c(Yc'@b@bDirk Müller Bernhard Wiedemann Bernhard Wiedemann Bernhard Wiedemann Jan Engelhardt Jan Engelhardt Johannes Segitz Jan Engelhardt Dirk Müller Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Jan Engelhardt Samu Voutilainen jengelh@inai.dejengelh@inai.derbrown@suse.comantoine.belvire@opensuse.orgdimstar@opensuse.orgjengelh@inai.dedimstar@opensuse.orgjengelh@inai.dejengelh@inai.deeshmarnev@suse.comeshmarnev@suse.comjengelh@inai.de- Update to release 7.2.1 * Attempts to mark well-known headers like Content-Length and Host hop-by-hop through a Connection-header will now cause a 400 "Bad request" response. (VSV00010, CVE-2022-45059, boo#1205243) * Apply the same character set rules to HTTP/2 pseudo-headers as is done on the corresponding HTTP/1 request-line field parsing. (VSV00011, CVE-2022-45060, boo#1205242)- update to 7.2.0: * Functions ``VRT_AddVDP()``, ``VRT_AddVFP()``, ``VRT_RemoveVDP()`` and ``VRT_RemoveVFP()`` are deprecated. * Cookie headers generated by vmod_cookie no longer have a spurious trailing semicolon at the end of the string. This could break VCL relying on the previous incorrect behavior. * The ``SessClose`` and ``BackendClose`` reason ``rx_body``, which previously output ``Failure receiving req.body``, has been rewritten to ``Failure receiving body``. * Prototypical Varnish Extensions (VEXT). Similar to VMODs, a VEXT is loaded by the cache process. Unlike VMODs that have the combined lifetime of all the VCLs that reference them, a VEXT has the lifetime of the cache process itself. There are no built-in extensions so far. * Duration parameters can optionally take a unit, with the same syntax as duration units in VCL. * Calls to ``VRT_CacheReqBody()`` and ``std.cache_req_body`` from outside client vcl subs now fail properly instead of triggering an assertion failure. * New "B" string for the package branch in ``VCS_String()``. For the 7.2.0 version, it would yield the 7.2 branch. * The new ``vcc_feature`` bits parameter replaces previous ``vcc_*`` boolean parameters. The latter still exist as deprecated aliases. * The ``-k`` option from ``varnishlog`` is now supported by ``varnishncsa``. * New functions ``std.now()`` and ``std.timed_call()`` in vmod_std. * New ``MAIN.shm_bytes`` counter. * A ``req.http.via`` header is set before entering ``vcl_recv``. Via headers are generated using the ``server.identity`` value. It defaults to the host name and can be turned into a pseudonym with the ``varnishd -i`` option. Via headers are appended in both directions, to work with other hops that may advertise themselves. * A ``resp.http.via`` header is no longer overwritten by varnish, but rather appended to. * The ``server.identity`` syntax is now limited to a "token" as defined in the HTTP grammar to be suitable for Via headers. * In ``varnishtest`` a Varnish instance will use its VTC instance name as its instance name (``varnishd -i``) by default for predictable Via headers in test cases. * VMOD and VEXT authors can use functions from ``vnum.h``. * Do not filter pseudo-headers as regular headers. * The termination rules for ``WRK_BgThread()`` were relaxed to allow VMODs to use it. * ``(struct worker).handling`` has been moved to the newly introduced ``struct wrk_vpi`` and replaced by a pointer to it, as well as ``(struct vrt_ctx).handling`` has been replaced by that pointer. ``struct wrk_vpi`` is for state at the interface between VRT and VGC and, in particular, is not const as ``struct vrt_ctx`` aka ``VRT_CTX``. * Panics now contain information about VCL source files and lines. * The ``Begin`` log record has a 4th field for subtasks like ESI sub-requests. * The ``-E`` option for log utilities now works as documented, with any type of sub-task based on the ``Begin[4]`` field. This covers ESI like before, and sub-tasks spawned by VMODs (provided that they log the new field). * No more ``req.http.transfer-encoding`` for ESI sub-requests. * The thread pool reserve is now limited to tasks that can be queued. A backend background fetch is no longer eligible for queueing. It would otherwise slow a grace hit down significantly when thread pools are saturated. * The unused ``fetch_no_thread`` counter was renamed to ``bgfetch_no_thread`` because regular backend fetch tasks are always scheduled. * The macros ``FEATURE()``, ``EXPERIMENT()``, ``DO_DEBUG()``, ``MGT_FEATURE()``, ``MGT_EXPERIMENT()``, ``MGT_DO_DEBUG()`` and ``MGT_VCC_FEATURE()`` now return a boolean value (``0`` or ``1``) instead of the (private) flag value. * A regression in the transport code led MAIN.client_req to be incremented for requests coming back from the waiting list, it was fixed. - Delete varnish-5.1.2-add-fallthrough-comments.patch- Make reload fail nicely on vcl syntax error - Set TasksMax=16384 because default thread_pool_max is 5000- Fix varnish.service stop- Fix logrotate - Add service reload- Update to release 7.1.1 [boo#1202350] [CVE-2022-38150] * Resolve a denial of service attack involving reason phrases.- Update to release 7.1.0 [boo#1195188] [CVE-2022-23959] * VCL: It is now possible to assign a BLOB value to a BODY variable, in addition to STRING as before. * VMOD: New STRING strftime(TIME time, STRING format) function for UTC formatting.- Added hardening to systemd service(s) (bsc#1181400). Modified: * varnish.service * varnishlog.service- Update to release 6.6.1 * Fix an HTTP/2.0 request smuggling vulnerability. [bnc#1188470]- update to 6.6.0: * The ban_cutoff parameter now refers to the overall length of the ban list, including completed bans, where before only non-completed (“active”) bans were counted towards ban_cutoff. * Body bytes accounting has been fixed to always represent the number of body bytes moved on the wire, exclusive of protocol-specific overhead like HTTP/1 chunked encoding or HTTP/2 framing. * The connection close reason has been fixed to properly report SC_RESP_CLOSE where previously only SC_REQ_CLOSE was reported. * Unless the new validate_headers feature is disabled, all newly set headers are now validated to contain only characters allowed by RFC7230. * The filter_re, keep_re and get_re functions from the bundled cookie vmod have been changed to take the VCL_REGEX type. This implies that their regular expression arguments now need to be literal, not e.g. string. * The interface for private pointers in VMODs has been changed, the VRT backend interface has been changed, many filter (VDP/VFP) related signatures have been changed, and the stevedore API has been changed. (Details thereto, see online changelog.)- Update to release 6.5.1 * Bump the VRT_MAJOR_VERSION number defined in the vrt.h- Update to release 6.5.0 * `PRIV_TOP` is now thread-safe to support parallel ESI implementations. * varnishstat's JSON output format (-j option) has been changed. * Behavior for 304-type responses was changed not to update the Content-Encoding response header of the stored object.- Disable LTO, this randomly fails during link stage.- Update Git-Web repository link - Set CFLAGS+=-fcommon.- Update to release 6.4.0 * The MAIN.sess_drop counter is gone. * backend "none" was added for "no backend". * The hash algorithm of the hash director was changed, so backend selection will change once only when upgrading. * It is now possible for VMOD authors to customize the connection pooling of a dynamic backend. * For more, see changes.rst.- Update to release 6.3.2 * Fix a denial of service vulnerability when using the proxy protocol version 2.- Update to release 6.3.0 * The Host: header is folded to lower-case in the builtin_vcl. * Improved performance of shared memory statistics counters. * Synthetic objects created from vcl_backend_error {} now replace existing stale objects as ordinary backend fetches would (for details see changes.rst)- Update to release 6.2.1 * Bugfix for CVE-2019-15892 [boo#1149382]- Add uninit.patch.- Updated to 6.2.0 * Added a thread pool watchdog which will restart the worker process if scheduling tasks onto worker threads appears stuck. The new parameter "thread_pool_watchdog" configures it. - Disabled error for clobbering, which caused bogus error in varnishtest- Put %fillup back into %post- Update to new upstream release 6.0.0 * Added support for Unix Domain Sockets, both for clients and for backend servers. This brings a new level of the VCL language, version 4.1. * Always use HTTP/1.1 on backend connections for pass fetch.- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- Update to version 5.1.2: * Fix an endless loop in Backend Polling (#2295) * Fix a Chunked bug in tight workspaces (#2207, #2275) * Fix a bug relating to req.body when on waitinglist (#2266) * Handle EPIPE on broken TCP connections (#2267) * Work around the x86 arch's turbo-double FP format in parameter setup code. (#1875) * Fix race related to backend probe with proxy header (#2278) * Keep VCL temperature consistent between mgt/worker also when worker protests. * A lot of HTTP/2 fixes. - Changes introduced by version 5.1.1: * Fix bug introduced by stubborn old bugger right before release 5.1.0 was cut. - Changes introduced by version 5.1.0: * Added varnishd command-line options -I, -x and -?, and tightened restrictions on permitted combinations of options. * More progress on support for HTTP/2. * Add ``return(fail)`` to almost all VCL subroutines. * Restored the old hit-for-pass, invoked with ``return(pass(DURATION))`` from ``vcl_backend_response``. hit-for-miss remains the default. Added the cache_hitmiss stat, and cache_hitpass only counts the new/old hit-for-pass cases. Restored HitPass to the Varnish log, and added HitMiss. Added the HFP prefix to TTL log entries to log a hit-for-pass duration. * Rolled back the fix for #1206. Client delivery decides solely whether to send a 304 client response, based on client request and response headers. * Added vtest.sh. * Added vxid as a lefthand side for VSL queries. * Added the setenv and write_body commands for Varnish test cases (VTCs). err_shell is deprecated. Also added the operators - cliexpect, -match and -hdrlen, and -reason replaces -msg. Added the ${bad_backend} macro. * varnishtest can be stopped with the TERM, INT and KILL signals, but not with HUP. * The fallback director has now an extra, optional parameter to keep using the current backend until it falls sick. * VMOD shared libraries are now copied to the workdir, to avoid problems when VMODs are updated via packaging systems. * Bump the VRT version to 6.0. * Export more symbols from libvarnishapi.so. * The size of the VSL log is limited to 4G-1b, placing upper bounds on the -l option and the vsl_space and vsm_space parameters. * Added parameters clock_step, thread_pool_reserve and ban_cutoff. * Parameters vcl_dir and vmod_dir are deprecated, use vcl_path and vmod_path instead. * All parameters are defined, even on platforms that don't support them. An unsupported parameter is documented as such in param.show. Setting such a parameter is not an error, but has no effect. * Clarified the interpretations of the + and - operators in VCL with operands of the various data types. * DURATION types may be used in boolean contexts. * INT, DURATION and REAL values can now be negative. * Response codes 1000 or greater may now be set in VCL internally. resp.status is delivered modulo 1000 in client responses. * IP addresses can be compared for equality in VCL. * Introduce the STEVEDORE data type, and the objects storage.SNAME in VCL. Added req.storage and beresp.storage; beresp.storage_hint is deprecated. * Retired the umem stevedore. * req.ttl is deprecated. * Added std.getenv() and std.late_100_continue(). * The fetch_failed stat is incremented for any kind of fetch failure. * Added the stats n_test_gunzip and bans_lurker_obj_killed_cutoff. * Clarified the meanings of the %r, %{X}i and %{X}o formatters in varnishncsa. - Add varnish-5.1.2-add-fallthrough-comments.patch to fix build with GCC 7 (boo#1041259).- BuildRequire python3-docutils instead of python-docutils.- Update to new upstream release 5.0.0 - The varnishd "-u NNN" option, which may be remaining in /etc/sysconfig/varnish, has been replaced with "-j unix,user=NNN". * Varnish 5.0 changes some (mostly) internal APIs and adds some major new features over Varnish 4.1. * 5.0 supports jumping from the active VCL's vcl_recv{} to another VCL via a VCL label. * Very Experimental HTTP/2 support * We have added to the "directors" VMOD — an overhauled version of a director which was available as an out-of-tree VMOD under the name VSLP for a couple of years. It is basically a better hash director which uses consistent hashing to provide improved stability of backend node selection when the configuration and/or health state of backends changes. * Hit-For-Pass is now actually Hit-For-Miss * We have made the ban lurker even more efficient by example of some real live situations with tens of thousands of bans using inefficient regular expressions. * The waitinglist logic for ESI subrequests now uses condition variables to trigger immediate continuation of ESI processing when an object being waited for becomes available. * Backend PROXY protocol requests are now supported through the .proxy_header attribute of the backend definition. * VCL files are now also being searched for in /usr/share/varnish/vcl if not found in /etc/varnish. * The basic device detection vcl is now bundled with varnish.- Add "-ffloat-store -fexcess-precision=standard" to CFLAGS when building for ix86, working around bug gcc#323. See also gh#varnish/Varnish-Cache#88.- Update to new upstream release 4.1.2 * vmods: Passing VCL ACL to a vmod is now possible. * vmods: VRT_MINOR_VERSION increase due to new function: VRT_acl_match() * Be stricter when parsing a HTTP request to avoid potential HTTP smuggling attacks against vulnerable backends.- Report testsuite failure to build log and make testsuite nonfatal as there seems to be one swaying test, tests/r01478.vtc.- disable silent rules in spec file. - enable testsuite for varnish.- Update to new upstream release 4.1.1 * Improved security features (jails). * Support for PROXY protocol. * Warm and cold VCL states. * Backends defined through VMODs. * A lot of bugs were fixed. - Delete 0001-Fail-fetch-on-malformed-Content-Length-header.patch, this issue was fixed in upstream. - Add 'su varnish varnish' line to varnish.logrotate file. - Cleanup with spec-cleaner.- Update to new upstream release 4.0.3 * Full support for streaming objects through from the backend on a cache miss. Bytes will be sent to 1..n requesting clients as they come in from the backend server. * Background (re)fetch of expired objects. On a cache miss where a stale copy is available, serve the client the stale copy while fetching an updated copy from the backend in the background. * New varnishlog query language, allowing automatic grouping of requests when debugging ESI or a failed backend request. * Comprehensive request timestamp and byte counters. - Add 0001-Fail-fetch-on-malformed-Content-Length-header.patch [bnc#921316]/sbin/ldconfig/sbin/ldconfigobs-arm-11 16680746637.2.1-bp154.2.9.17.2.1-bp154.2.9.1libvarnishapi.so.3libvarnishapi.so.3.0.0/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:17738/openSUSE_Backports_SLE-15-SP4_Update/6e59398c1b7934f3b51ad5bbaf97f421-varnish.openSUSE_Backports_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=d09d7e252ee669cfe4745033009aafe79e718b75, not stripped PPRR RRRRR RRTQ޼t:YuūPWutf-8a1a1e25a9b20666e1ebc84d204b7f5f87ceb7fc85a8ad9b3802406e02e30926d?7zXZ !t/@/%]"k%{B|VNxЍWnVR|#<#Ѫf͜QeIEࣙ:;ynf& 3-wˮAQٴqpvBSGRЗBIׅOm _e]f ݀-/#%Q9h>B :leYЇ o TAШmΓH?rna{4ۦ ;V,䮿zʵL![j30Hl8`<>1*Q:|Gjy~ ձ Xt}i7kυlpe&`˦cCQ\@6 Pۑ{;Gnܥ"y#bՁHXêVdWAljEVUJ"FuiHƳ(k;M3~g'7d}b|)~MDݼjuFPuOеG{Vse[Q&> SR`Ixl`vs.A^+_w/ot>dFR /hG-y{lΖN3ߊz֨tSl7&MUU=Sr9BW@ 4:ًO &p{Xٶoth-cCk,ǝo/`Ȍn|H=X4n zl=L~'R0̌OB:bNEԂ?s<-Zq\QISJXͭVbi˫̼?ʙ$\QgXw^-i/KTʨؠ3ye+(c <vPGN 4Q*Uw2J2.#=q؀P` %'{J#+;-lY HWGu{sLd^,Wb?]`*FZ4ҥHjkPBR9`5E|p<1Ėe9o(=b\:t߫>RFwzRlˍ[ut5 ^NG1N6BotA ҂5+)QUE@͐G;&y-KzvB|!xVmGAa* em/͎p;)O2^4;?{rBw/?H4rҌI34B^ixIVtLTzm) V?x]K1 &3+댒82MGQ;({u+@LΝ~p3Hky(GSR쇎7o#ý#13/FmK2GK/<:Tq2:}~Yl],the+v(vjيiI h6Fk$[KZ5ߛ\ i1{LA*Mews^5HyL//HVDuFf-`+&r2-VXwJe8pT0`x4U^lv \y5&ǀ4Dl?\LE{pqaxX.;`<Zr= G̖xW 4:k>>rqt1i"-C*ט߇"{d[L gU&h_%$Ȅ-V4mBw֔Ų2%IbtHŹ 8N^ ׶>1ݏAǎ4YʢՃ/>o1S@Xh[bp쨚I/=:zSFmQ(] HoׯuNuAGW^;;A=羝 9)߆ᠤ̎zй+/g-n->aP\ /Z}8#HGu+=gX'T+بc/h r O{j:r30\_ޔfEjR ?gK=S2'#Jml}2lî9m̀MUi33Da*hz<ڋe]ִqjٲ"ͦߗDt#zIQIQP2;Hyq/V\OumA~C|Aƌqt.D?Jl(hH_-f4vmgC?7{+dEkDILΐohAx͛J,f,aaeB C+ph :CC d~BώŰ4L >A34Jw}g(%a,'~ F^A:^h :KA\SB–3B-Gc@-FBʼnAn5ր tHƑUыѾYTn;)c0#i[1B,ͰXi쯌 fVLSsfuesE2Ğut;>q-ߍd0pT˖*vԂCeqV,W2O *-4w[pxhSZ ;iI &q]mPB(#fLGƞ~Cq? 7Bo+GHޕmj ˇ A]#AF#1?VxФsl3;"}(Ay  n)#-:D&mEUrཤǩZ|dЧnCJ+y4t\jl+HFt݉p{a=j{rLnpt+zP^]Y݁pWWoyW |+~Ny\|-d!ҽ5*_АEr[3"V_9͒`)#Ʉ/3]sa?.PlxZ1E hx9mUR1R6t}`-MW0ڪ1+?¦grbgw;s2Y5tUC猼V;JtnhI ׉>Lok9#\?hz]VۣcmZ&wQQ˧E=Nx0& kP*3'({pn+oL" wІ(WּUd}X:nNE%As?p0t Pf|y_dVEtK=K S>d"^682!5Z4QA-0h6G%6$KVoڃ;m2NA$ː7gPto Zd4J. p߫VnKoR w [E**Omů4OZ0ǖ}m&ho:W7;)G i;B0С`LkQHځ )дf -_Q36˷CHK a?.xPPeU7/|{?5OR^V RDTc1zT+PKnw{XLRv).ᵭZ=*=., ?4 z_khL*k;9Fݤ1G5Ae%a knœ#~ƃ}D@&B^ (Q<!IɇRR/S D,ΛA5pAA{eP_r ױsQ"Hx^>;J~кV{g֫Xˈ ";R=D\ G fT^&(%,W0Y`[:f*Bwi(4?x~ $W .u N*%Cua2̑qNNv2zUS'5&g]*(܂K,8GXk3I&{Fza-0j#^Qmm_!px^N-m XW\j'/g25՞գG."`jTP, o/_wqn>Dv&S!O]JNK'ژ1N6aʄ7XzrXoɫJͤ>@pf c.)iT?P&3Zۦ6y^-s"A,F2![ZX-94HPr~m2"o\Ӱ?j\5|~htz(JH%:.F~QJ?KD9)pkx!r%I.= T>k Ikfb;;Vze}B!E=(DV7`7A _˰M,_ #y $2N'Tĺ s8 <-O𲾞8VgsgWY!Eb|p7!>VX6v0͖HF1_!t)v.:zo9:$<\4J:'Fll&/Y2Y\w;heZb.˪ Ԇ<|N5hf_鹉ço}cPuҹ9Z*N)mcO0[W?3F)rvn#_ յDz2V5, ]lǥfZ=oJWlA//նnhHAw*+]i5RO"1Nmџ8Nb)7jwfy`m}t%N6=M H b~&n<+}te\*boejjR;My ?ΔӼFU#'J614'%9qrmǸ :q!:mʀ7QPGF\0MbI0 udoaRUY"-& x yv;WjlC3JZv =@_FIAbEķ._B^wDS(N \hH%Z,D([րQs2'CNE4yhϗP\FYt͸-b86#H]ɋ\Bd@g8+WaíJd0n뀈N:Fb#S^aTÂz 4RLpKw 7V0aɆ\ ^ϑ(T__ lt'O]T'itD+}z{M S>J6Ȑ#y $?ϺޘaAò5I/[:OWήM, !+LDO4\A#XsKx[=zkKd3T \TYUN:Atb&Ϛ9.tv+NVn?}q Oo+lJ$(MYH?W\Y/B:* ^XƗkO۩/lc p)jJ?Sm ߑTKIzf؈ avPT\JzkKcƓ">նu8 :DU:Wg'#e}va|AAUnB;ܨXR ] *4Ŭ;;0˱odm!lٸz;t>hfqށ לӠuyJ0M2?= <\q'qcWLv. /{2s0&.`Z][^0N٠ Y4wxH1v\o6wg\j*kLJx2MKt,[9ΎDl 7-?iLhM #uVo|0o9seqtTw/ 5Q QW v43 ,/`Um5 _`.hNLW]х$[T:e •󲡍6ӾLyo]YV,j)q,4,:d>#xmzs(EP^w|76'Ԣ<ʿ883Q\I,U ,uYs i7@le1_}b.Thэw6-~]FƼ]rP9PTES~ `i᠍"diŠ1le6̓%4j`[y{u00pZ,؋f- G= pNuG,Cuq1B 3%seA?/۔H> ׀.okU~ܠJ72X o=.lݣ3g)]1:>QM"JݩS~UY!p 9M|}j^+F#"ʺ?#U+O%˪vDb3қ/c(i8RAoڑ_YۺyT'}OcJ4ƆɎNI|VtZ'crl=7c7KC;FE(}jG7'n>o@\V8n<0ݚz@ֳbH/d2p/8K*-{=sogg=98YK,ڞH ^N2}uzҴ^VIF~ckVEu16/,M<:,@:wV#>]ht!Ct`-iq};X0"8m8Fg`YSܗOqdUQ`1 .؉Q~I=p<4L~B(j M\5"^C;L$bZbo[IPZ.o߳- 3 pV *~2b-֔:H ݽl›5 ƵD6+БI^)s2q)@h`[^AAڊghX,/qx8_gRC;߷aj&6ۤO쬫#o枫({ɺp2pN nrg :jlʭ\R=u}wM#jSw,(砢ʶI70u5~MnzRՆaxͯȚd[EyBVyM{ː,c#T(l t_vX\ӪfUaݫH>`8EaBLE!a 4QLњ[ϕT, 9*puůX 5C*#wNֽ@fEc13Hp,K#""I:SLu#l<^u݃:E.HnTic>,R^lPSA)HG<@v.yj j)ZzM$a#86:n|sy#<8QJ5(#嬲FOVMDŽߛF4}J3W5pcb[[G\BbvmM,zAEhDIzxókR,''o<1!csN~whظTSU͚]1M&~Tƫ1#"\pޢzjn)qCm󷹞اXȪbWr ͌KƿyDXblqrh2,Z0|3ve-!6>keז!'A_˞hĤnE ] ¨q]V̚\_h`īF\$܎n2;g^;t۟L/r]/9&P>Mg"Qd0) 4k BlYZs)g'5G@V&)&j',0OKzk YZ