yara-4.1.3-bp154.1.22 >  A bx!M@eee Lvd1b,]WS\fiu[R޺[lᡩ.^| g3lv?D06y8AɁ+QJ_JPjҵ ]pt`501:LD1r`!5+O+֫*g;omsܹf3!+b̸h ]k|ׄG:/ ہdnξf)_kUư=doykSm19841ae3f16e7ab17be67e0bda644d9121e2a4d0f4d0cc5d525a3aa386000612670b43a05a2ba3597d91d84b23e00ce351215a0dbx!M@eee."D)ʧNF=f!^LLF\lqE,2l?Tۗ~xT2ތhĤgbw/M5g[/ЃC{Рr3i ^@ 5dIA>^yMxERx̾Ǎ˞9"83ʕ9$&0U_tX(&DBI?hgg2d;{ZoѺ$5+rO-c!A$e>EKT9a[m iyQ hSZT>p>8P?8@d   I #)0 X  l           Hh    (58< 9p :  F1G2 H24 I2\ X2hY2p\2 ]2 ^3 b3c4;d4e4f4l4u4 v4w7T x7| y7z77778<Cyara4.1.3bp154.1.22A malware identification and classification toolYARA is a tool aimed at helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families based on textual or binary patterns contained on samples of those families. Each description consists of a set of strings and a Boolean expression which determines its logic.bxsheep87CSUSE Linux Enterprise 15 SP4openSUSEBSD-3-Clausehttps://bugs.opensuse.orgSystem/Filesystemshttps://virustotal.github.io/yara/linuxx86_64;34A큤A큤bxbxbxaq3aq3aq3bxaq3bxbx78ff776deb78083648599b178895468428c2e07928c2dfe862e5c7fe20a2c048ef3fd685a9bd2ca3695e1c778f279a700d9981bd0c99e2535a19d29263eaeb1bbf79e76db1f1b88d6cf4387ba6b8b880b364e9b7e7013742baba55bccb85438068266fbaa6d0dcbe0f8aa2b86c944993e8514211b2ee9998ef20439191e93a5515fa5a682a4ea8d6c447396a71def46391fd49721bf54bb1f7fa92c3b6a769b0efdabc1c1f655528b8c3a59b03668d446746d87273fab76f8af800b6e8891bd2be9f48a8607dfdfb0790c85cebe1186c430190bac4f8676476d4cc7769b4041955c0002f06508e4762441fb092f03391c64f7cce576739795620273f557ba29arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootyara-4.1.3-bp154.1.22.src.rpmyarayara(x86-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libyara.so.8()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aaj`,`@`!'`_`_:q@[@Y6@X'@WSU@Arjen de Korte Dirk Müller Ferdinand Thiessen Ferdinand Thiessen Dirk Müller Dirk Müller Guillaume GARDET Dirk Mueller tchvatal@suse.comGreg.Freemyer@gmail.comjengelh@inai.deGreg.Freemyer@gmail.comGreg.Freemyer@gmail.com- update to 4.1.3: * BUGFIX: Fix issue where ERROR_TOO_MANY_MATCHES was incorrectly returned * BUGFIX: Fix potential buffer overrun due to incorrect macro - Change license to BSD-3-Clause (upstream changed to this license with version 3.5.0)- update to 4.1.2: * BUGFIX: TOO_MANY_MATCHES warning was causing strings to be globally disabled * BUGFIX: fullworld modifier not working as expected in Mac OS due to locale issue * BUGFIX: Default value for pe.number_of_imported_function not set to 0- Update to version 4.1.1 * BUGFIX: Accept the "+" character as valid in DLL names * BUGFIX: Buffer overrun in "macho" module. * BUGFIX: Crash due to consecutive jumps in hex strings- Update to version 4.1.0 * New operators icontains, endswith, iendswith, startswith, istartswith * Accept \t escape sequence in text strings. * Add --no-follow-links command-line option to yara. * Prevent yara from following links to "." * Implemented non-blocking scanning API * When a string causes too many matches, YARA raises a warning instead of failing * BUGFIX: The use of --timeout could hang yara when scanning directories or lists of files * BUGFIX: Incorrect parsing of PE certificates * BUGFIX: Short-circuit evaluation not working fine with undefined expressions - Drop yara-fix-arm.patch, upstream merged- update to 4.0.5: * Fix bug in "macho" module introduced in v4.0.4.- update to 4.0.4: * Multiple out-of-bounds read in "dotnet" module. * Multiple out-of-bounds reads in "macho" module.- Backport upstream patch to fix a segfault on ARM: * yara-fix-arm.patch- Update to 4.0.2: - BUGFIX: Use-after-free bug in PE module (#1287). - BUGFIX: Incorrect errors in rules when a single rule is badly formatted (#1294). - BUGFIX: Assertion failed with rules that have invalid syntax (#1295). - BUGFIX: Integer overflow causing missed matches on files larger than 2GB (#1304). - BUGFIX: Crashes in Mac OS while scanning binaries with a signature that can't be verified (#1309). - Update to 4.0.1: - Update sandboxed API (#1276) - BUGFIX: Fix regression in exports parsing in PE module (2bf67e6) - BUGFIX: Fix unaligned accesses in ARM (e1654ae) - Update to 4.0.0: - New string modifiers base64 and base64wide (#1185). - New string modifier private (#1096) - Iterators for dictionaries and arrays (#1141). - Multiple API changes. - Memory footprint greatly reduced, specially when compiling large numbers of rules. - New commmand-line option --scan-list (#1261). - Added pdb_path field to "pe" module. - Added export_details array to "pe" module. - Added exports_index functions to "pe" module. - Improvements to "cuckoo" module. - BUGFIX: PE files with multiple signatures are parsed correctly (#940). - BUGFIX: Fix PE rich header parsing (#1164). - BUGFIX: Buffer overruns in "dotnet" module (#1167, #1173). - Bump .so version - Update to 3.11.0: - Duplicated string modifiers are now an error. - More flexible “xor” modifier. - Implement “private” strings (#1096) - Add “field_offsets” to “dotnet” module. - Implement “crc32” functions in “hash” module. - Improvements to “rich_signature” functions in “pe” module. - Implement sandboxed API using SAPI - BUGFIX: Some regexp character classes not matching correctly when used with “nocase” modifier (#1117) - BUGFIX: Reduce the number of ERROR_TOO_MANY_RE_FIBERS errors for certain hex pattern containing large jumps (#1107) - BUGFIX: Buffer overrun in “dotnet” module (#1108) - BUGFIX: Segfault in certain Windows versions (#1068) - BUGFIX: Memory leak while attaching to a process fails (#1070) - Update to 3.10.0: - Optimize integer range loops by exiting earlier when possible. - Cache the result of PE module’s imphash function in order to improve performance. - Harden virtual machine against malicious code. - BUGFIX: “xor” modifier not working as expected if not accompanied by “ascii” (#1053). - BUGFIX: \s and \S character classes in regular expressions now include vertical tab, new line, carriage return and form feed characters. - BUGFIX: Regression bug in hex strings containing wildcards (#1025). - BUGFIX: Buffer overrun in “elf” module. - BUGFIX: Buffer overrun in “dotnet” module. - Update to 3.9.0: - Improve scan performance for certain strings. - Reduce stack usage. - Prevent inadvertent use of compiled rules by forcing the use of - C when using yara command-line tool. - BUGFIX: Buffer overflow in "dotnet" module. - BUGFIX: Internal error when running multiple instances of YARA in Mac OS X. (#945) - BUGFIX: Regexp regression when using nested quantifiers {x,y} for certain values of x and y. (#1018) - BUGFIX: High RAM consumption in "pe" module while parsing certain files.(0c8b461) - BUGFIX: Denial of service when using "dex" module. Found by the Cisco Talos team. (#1023) - BUGFIX: Issues with comments inside hex strings. - Update to 3.8.1: - BUGFIX: Some combinations of boolean command-line flags were broken in version 3.8.0. - BUGFIX: While reporting errors that occur at the end of the file, the file name appeared as null. - BUGFIX: dex module now works in big-endian architectures. - BUGFIX: Keep ABI compatibility by keeping deprecated functions visible. - Update to 3.8.0: - Scanner API - New “xor” modifier for strings - New fields and functions in PE module. - Add functions “min” and “max” to math module. - Make compiled. - yara and yaracsupport reading rules from stdin by using - as the file name. - Rule compilation is faster. - BUGFIX: Regression in regex engine. /ba{3}b/ was matching “baaaab”. - BUGFIX: Function yr_compiler_add_fd() was reading only the first 1024 bytes of the file. - BUGFIX: Wrong calculation of sha256 hashes in Windows when using native crypto API. - Lots of more bug fixes.- Update to 3.7.1: * Fix regression in include directive (issue #796) * Fix bug in PE checksum calculation causing wrong results in some cases. * time module (Wesley Shields) * yara command-line tool now accept multiple rule files * Allow a configurable limit for the number of strings per rule (option --max-strings-per-rule) * Implement integrity check for compiled rules * Implement API for customizingimport statement (@edhoedt) * Scan process memory in FreeBSD and OpenBDS (Hilko Bengen) * BUGFIX: Negated character classes not working with case-insensitive regexps (#765) * BUGFIX: Multiple bugs while parsing ELF files (Nate Rosenblum) * BUGFIX: Out-of-bounds access while parsing PE files. * BUGFIX: Memory leaks while parsing invalid rules. * BUGFIX: Heap overflow (4a342f0) * BUGFIX: Off-by-one NULL write in stack buffer (964d6c0) * BUGFIX: Multiple issues in "dotnet" module (f40c14c, fc35e5f) * Increase RE_MAX_AST_LEVELS from 2000 to 6000. * BUGFIX: Buffer overrun in regexp engine (issue #678) * BUGFIX: Null pointer dereference in regexp engine (issue #682). - Run testsuite- update to v3.6.1 * BUGFIX: Stack overflow caused by uncontrolled recursiveness (CVE-2017-9304) * BUGFIX: pe.overlay.size was undefined if the PE didn't have an overlay. Now it's set to 0 in those cases. * BUGFIX: Fix initalization issue that could cause a crash if rules compiled with a 32bit yarac is used with a 64bit yara. - update to v3.6.0 * .NET module (Wesley Shields) * New features for ELF module (Jacob Baines) * Fix endianness issues (Hilko Bengen) * Function yr_compiler_add_fd added to libyara * MAX_THREADS limit can be arbitrarily increased (Emerson R. Wiley) * Added --fail-on-warnings command-line option * Multiple bug fixes: CVE-2016-10210, CVE-2016-10211, CVE-2017-5923, CVE-2017-5924, CVE-2017-8294, CVE-2017-8929, CVE-2017-9438- Add pkg-config to ensure .pc autodetection is always in effect- update to v3.5.0 * Match length operator (http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length) * Performance improvements * Less memory consumption while scanning processes * Exception handling when scanning memory blocks * Negative integers in meta fields * Added the --stack-size command-argument * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module * Functions rich_signature.toolid and rich_signature.version added to PE module * Lots of bug fixes - upstream moved python-yara into a separate project. Do the same. - python-plaso now requires python-yana >= v3.5.0 - add BuildRequires: pkg-config as documented in the openSUSE packaging guidelines- add yara.pc to the libyara subpackage - remove sed command previously needed to properly link Yara and libyara. No longer needed with latest upstream source. - update to v3.4.0 * Short-circuit evaluation for conditions * New yr_rules_save_stream/yr_rules_load_stream APIs. * load() and save() methods in yara-python accept file-like objects * Improvements to the PE and ELF modules * Some performance improvements * New command-line option --print-module-data * Multiple bug fixes. - v3.3.0 * Added support for negative integers and floating point numbers * Implemented operators >,<, >=, <= for strings * Implemented word boundary anchors (\b, \B) in regular expressions * New features in PE module * Math module * New --print-namespace command line argument * Better error handling in low memory conditions * BUGFIX: "at" operator not working with certain strings containing wildcards * BUGFIX: precedence of bitwise operators was incorrect * BUGFIX: incorrect imphash result for certain PE files importing functions by ordinal * BUGFIX: handle and memory leaks * BUGFIX: multiple segfaults - v3.2.0 * ELF module * Hash module * New features in PE module * Big-endian version of intXX and uintXX functions * Modules can declare dictionary objects * Modules accept overloaded functions * Performance improvements * BUGFIX: "and" operator not working properly with integer operands * BUGFIX: False positive with strings declared as "fullword wide ascii" * BUGFIX: False positive with "wide fullword" strings shorter than 5 bytes * BUGFIX: Functions declared in a structure array not working properly * BUGFIX: "contains" operator causing segfault if operand is an undefined stringsheep87 1652087288 4.1.3-bp154.1.224.1.3-bp154.1.22yarayaracyaraAUTHORSCONTRIBUTORSREADME.mdyaraCOPYINGyara.1.gzyarac.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/yara//usr/share/licenses//usr/share/licenses/yara//usr/share/man/man1/-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:Backports:SLE-15-SP4/standard/e28a0d6d85ecc40c9d5b350b53df5118-yaracpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=03f1388989596b2c6c5ca34e550d95f684916ac1, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=545d10feef01ea4745f38860e61b895593457dcd, for GNU/Linux 3.2.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRRRRRRRRRRh& `wDutf-88e5acd00a9adb6aaa175547783ef6502ff61faedb7304fbe24ee25b5a2961cbf? 7zXZ !t/SM] crv9w ,O(Ԝ/H{Q.[:PwBo0YLwS'5g+$@#J-Ah0Ѳ-hz8t}@ '@nlC\?'ϐ{jV }M:3GZmOWPf^o撞.F3&+ VtirW?_"p)Գ h.q<B1ೋMGR!gB҆=Ă:z-f9ӯQ#b@X{cAƧM-uDtCIA#VW%g䈕RXU(B6!=&%B68\h"84&YC}RyIb6q_~>3jG@ݿX!w`'l$c+k[$W>D)qt$`Pk; @EAys*/6 Fq#uqK~2vRrJԥdH+v40CS[XRq߽YO՗FZ י҉G?kx!z ;'R,2Awn֗#RJu/_T&F=3>FʵD0q?ʞ~> M di{Ǘ ymn4k{mRr_(ٷA獋ۻOK^k 3R8H L֌0 xZXE&rReOBnQIZWi/eìriˍmW4X&d7JWVak l[wHxlNXHxCcU̢`i|es>$q7)Q!vLzB=#N~ ftSh^e@f䬙$AMAguU >^,~{8(CE3r߇ qVf::O[dp` cziƑKٓH>~5 ?f<\l)QAǻcP??ʌ=JT2vixt$NbZNuhϴ)oJHKd ]HT*,0&-0O.䟰n#3us04n:6#4 "y)!|w{\o=3d;\"kϧbc FGQ1axr XYy![eF11j_պfx컗T?YOP@ko؎S dJĬ2{?6[CeyTmuE#UETQ,s|qԦЉW)~E#t*RBu#'MpQf_/l O'&%Cc/\`sP;Xh؀[@MBDX?-:G]PR5tH=9)@4p<(REEq#"̲A}o g榥_R̡+] "0._Ag6,CnVz=sHgn#޾$6 nH "H?)+3'wRKS20]IQ\vJ՗kT+/z[>``0/u*t]7k.@h|+a|DﱍY -sPȯsJD꒫=w[ 4#Q35>R /alžFR4cv<&%\˦|1ᤈBJ* Fv5!",x*Պ|En7N.&84fMH%̮C ˚:`njШ L/G/B`co4~.ź W<Lk9.;?syjy3w3Q? ^[ tW`]Yt@.LRj1D*05)r@=7g!6M vЅ-[|SJP^}*&X0ź!ny \lqlzy\ue_Z T!!Чpl͆[l(2)obHs_荬k#*6JLAhIkhԮJJIlwVdU>c+#љWh4W-57lJY`؅zHXGfzAdJW۳3Ӳ=fg :GkM%<)":HJNM/5k8ҭSe?5:XYg8#?͌ξ>{} p/v2dy~K .L}v l(M_X[UA2" R!d}+r} J?(h  |U9#|.X3Gj4q^.LZFgL= `jo u ٪T?xABiZQhu %N"MH8'2`,{ L<;f']* 4sM!H2< J_츃2bU!x*4/ORG| oWYDC陛D!+0 a[L?S^=Lx; L7]E?&8@߄0=½uo\U|!'Ҍzz0~ C`pEyUxk;GŵHgm#40omT._YAY|^ KtBJ 5*^G n(6om6W{<^+>~>!W1)v'R >>R>OG ֖p!Wm>栍pl5؇W"JCݪ=+U cel'hPs<%_=p5q8-l$~V "WmA@L:>"rhv& R3S Ψӫ7 ӯxďRcPV7p6;\:O a$ƂSФueX/-JVW`,@xAwUzӑ:t*c5}ŇXhk <{`bٿ%&Y\>bj9jy='w\1Jɀvsǭ/6Bψ\Ȕ575aYbg2טr")Tc0ʂk͇,溩Nk[E$xܲ,+쪲͚XzZzE'&:Epw, r"wɐVDRb]n6eՍ]?5"dԕhެ hZf`U>ᔬ$y!FY Cl;o(鉵2:bMO?Ty1H WiE?MޢWrGb,<!~}߉O h*l8Kv>%jR`WFHBf#S? ú]Ɉs_F].p }]f8IIp(/ka;^{$-K8wZ]5Ldb#FJvL 3& ,L=C'UMujz'8PAU)~tRQlNaZ_(RDF{3Ͱ|кju|&E:Pǘ+vBnHu]D=u"q[?<̰clz>Ж8%S|fiP%pű:? ,ީIGٛוޛV$njX+q_<]ag{Pxv͝e v9ԥxuَQg};jˇ!Z>#һ,Ky`wI` ܾqr`,-F"~פEc2mRDoT?-ޒ4c"1K€(:S߿*c|"N|I "n߈-C?.J*;}XdQ!7n(P^і]lɛU'h+0.t1ui"]*8 8E=tDbrZl; bj\>RBht|.ORAh5+[^eT6c+!*Xn#xXlwBȳ&;@ySfe*1ЗFI[N K]T2: NvV&b]X1OJb_SؼlJ\$2< ' IDRftRcdr^3o_:pƃ" Q*hV#ڧW9S$4dąZ!Dj%k&+eamfO e Sߪ4)^K†}ˑ` a>⸥$D J3<) wx>%&ae֒vlRh|%q$i:`ЖF~T^^X^STZu7q60;sHf-v?] `߈V8wֶ?eE+ DB5Zv)nK,ĘֵdJqaAlx}_GE|pq([tR裌n #^`=+6ٰ;LīZ5Gbxr~T1Tr*EMX=!nؖ9ʋ@yAMSU4IeؤvFW2shٽ#w_}Y=١ϯ< ysIĶؼmE%p5:IrE+}+Q8ҺYʼM<ljL7@-jv"j_>.;7!^f!b9X;Tj#Z\} <?kSy7։Pq-#D yV!2v(s-?Que 7ioTݯ~uھ#[+)ш<6#\؁dBXC㴧bJؓk5ac,|szW #'[O_3{nteg|f0[3F.0;0hfVh[AZd~>_V+&e1w!C:cW/ߚ,#7)JSSډ{OE˪o.H+7d؃={5K8U4}ֶ̳N>ϧ%#r- JP4ǣ^n')Qn!l?ޥμ}zQ !LUzDNGsD{`ZqHx5&)Yn3ao|fiqz2ĂF`[ hq\8n\@^M=ݩVKu [ƯH6vTN#9G/q;<ن:2k!zV[@oUMΕrrGS6}xAA}Di3Tՙg*E{;9n#̒4ZQݪWkU*o_\ᐍ,:cõŠ!; 9qfMw?#V8)WcR4UoLа; >./6 \2gj;D L`ָ 1TKS7ԜXזNBf}2uh~/6Ir2ܞԕfU3cVɸO/غ5u‚3RjaÜ¢ls#VE0mˢ9l*R k&O]sy{/+^$w16,;?Ӣ9"&zc9]E0+􅳗qHA*NrC}~ sFx?qr>+N-۞[s2Tk8>t6'drAމ IK˝`lMVDtu1][i>j&rt*uWbݍ-O-)s"4Kv@{PUxt'}ğc9f'bݿJjlUG876X;zj/aݭjT-lzX+֝QH_NdhYa)kWUMaApD ~ 'ˊOźJ86#O#(e3oTbJ4 ),Q /ѥ䊽S'ag8=hEV<{4&v(;:Sʷ(?cۃǔ!t8ߞ߿@'v70pO 2Ǹ%H,[zkK뿎w!&d|S.ޫ $dǟo5—6f y$iow4dL27l"ġZB EUr2Sg5xASѭ}>8QHLϖkKRԪN M$c+4\J)H7e\+=m iBH:O4( nJE`)'93,\ gn y႘hզ3n~]N&\3@Jם6CWAsT7~o#i?RC m`_̉W%)1&P@uE vO(*vccqa@-c.Q .OJOW ÕXȾvkV5m |Ͽ4 8Jf%x.&ߍG"H=}A ->a{q ?aĭ<*yztX:^tPϾ1v sk< E[z3/Xy?J2XfbbD0H/=Z*D61>Jm5uxJL%BE) 56p *4Qs-^ OWHe^! 1C@#x7ǜ~6;6m'-Z4P%/ { N{0ŁicD '-R5d(/^ Ou 4Y.CS'o%9X }\=K{&ި5P VjBzSAm];6DNiTĽ@*xz'E{.ԩЙxk mu^Q-aHmqbJDUkIJ "j!=H}r# u\SzK0])iqF%x̧6jܧp-amD)I3'TlK- ?5 yvU4ZGɐ)%@MPߔ]ժP0ݸ1 sBu)KgAx뾫oU.i%fg=^(F'܅ _}/ZcU[04֔5=ycI9ĩwt ESRA &.ֻsxf{mB[@Sr*uǿՅQ66']jMZ\(;sĢ&[P,Ub&(*+ RM'b[l˝f; '0<ݲB(Uֿd*2rt΀+S@C&XX1q,WMivhڗ+Kz((2v)a[ԘgKi7u;*d_0j`72]wo7 ׻UoJAپnEH>NJb,b?I;zޓw{r^lKpN|ȏc׹BN\PKv^?rs^:7E8_%qj^cL׾a NRҰʆtxS ?WŷCKj v/ ) 9S34>:q09O3.;hEޖEdrqܝχ1%0v]I-q-g R6hi.W5|[ٙ5qGR$U1 :}X^$v B}7py9Yxp mFvgCFfUUɭ(?WJk>V^=< k:A1mRwK]/~+ G۟DŽ]zjgK"" l-^|LݵqMr>_[eҳG[O"6iwW9'>3 Cca]YyBrrǰ,?o^!̶߂7lf19 xtq٪X<{|iۜfhV<kCAiBRa{@_F3:#.g;9$83Ͷkw}KE[v3dwiܿ"7AѪ^d$(Y:hCkI(/|WS*> oʘ|ANȕ%V)vh;twwYsE&5b4un dz`F4QG "y(x+\ٷ-V2%=F%;#;v׵c [$K+{zR$ײOxx,Ȇ Re=;,HgQZojOUwAv`9ʊ(5ϞMJn]QVW`n~u%xh$7yz$ OD BDī5~+91T 9"XZ< 2ZiH̼3csOI <:W;^xk>wPtEUx9h^n ?Z'g c<v0TPǪiŮ17 cdOeMa-ZGg&h;W ~gse`"`} ψ?}󰴨\EA65n^*n`5ih75 j^?8s:}K$I7A)GEã[ZHX^4CM10E(& I:2GhY BA#Iw^ܐYHMj蚷wG򴮆WSnSÃsY!&*WR8@$32}f¢xy΄ڿArk!Ih0p%dL1TuS~|sC|"`w 992{')0!Q'#R7}L2^Lo;׶wtz]$tI{}%ͮjʆ9\JΒGyI"Nfm*Vf.\yM441}kU: L d!<)(Z׃@ LvIw[A8 :^85U[}6 P#2)݀J)ΊJ}%G:=}f2lYƁYIZSȧQpL`s4TܦH]*sޭcTO6ӽ!(_8 {G+T*Y6az湲Í*/*T:fNE>dI[ceNSﬓO1?~5^8r.?s?<j^sEsoUV[ުêiw@ؼ'X/OR<"*jX* 4׍5 4֭!2g+ "S{OysaWK:@ Sص[{@ Ҷ8$1#=R'o]U f  qՙf_h9p,gXի B~mng~.Y %@W̗ߨy`L(6؁]#?0("Ĩj/1wUr ojvJe@džo!<3D Oיyq͈ ,z?_դ#N`<΋ir*" cg}$Jb6M^O *ɂ~I \ܿ5uAJ-F8,7Nк 75(yYF&Ym)sbD"ލ#\:{U]Ykͪ&X {$uk}%/Go`QzKo]7~vw3y +7Wi̲|{g˚pq#A4/9cDm"z#-MGkIF46$w"QbӖ\&+:gPLY _ |Y=V߶xKvBUmi)O_] zP(gdg// _:/Wwh|$~sA-_u8A_O3^'4iƫso~E *v q)ϥC;6Hi袉d!Kؓ& Vu7 9F-M礙'F)FItyr&=E'hd}k,O&&N`-U+pNYP6$B^ڲ?t% <eQp̑>]^}X;L܃S+'X9 f@5 ټ2ì{4^F.6Ԭ7!c?sv`M7ߍׁ2j-a;;Ò]c<w%O+۴}KxkReuݸQ:>;*~* }ziz uۓHEY&FVxC WZf3}3n/Z7;U26,jAH&휜q`!h Vv->HmxK0VJ̣8?U +`-"YcpYLXv_]!U'u':saR$4~xYu|9H%jYA)6A(bB ܁xօzXf`l$yYzjROeؽF׃@Ht~%jS"+!FЭ7`&ҁmMKņ:ey̒x˰_oX:7ic^Mѥfg{T^ZD:G2GG3WP^Y#Lk8#GbsU犋#AuDRBHrXRvZWmExpLMT6A8+ji֕nR.rb?upѴiLͽo~EAL@#`m X3/I'ݮᕏ5)`!{}, ٿ v4boJ12i3} 薑l:YlQh}Z,D`2 nXT|-OX𭎶p\Yzj&țǦidfՎgOfj3`_ť\EO *RQF[v*Nܗ. {Q[ڈFeM}PQ;t߁7L(s̞pmxG~!JnRghI Q9Iq.Q=4=f[(VpIEÜ;wQhFə/oGksޙ%F{ceUŇ| I lrN' &,./UdKIƌo̥Y])!hd ~@jY_|[ZrIkBѸ+C455zq/9\Cha/xrΗ$dW8*hkq'jf8ObRZm9Flz;1n&Pd*[nR*63|2{gthmQl10]B qۦ:ff>tɵ-:3+9 7bp|,Z?ԟ{vlﺕݓyD4ug#Q:QX#k큱LYDUOI}&HܬiwR6H{h(|X!{ƺLb.,- vƛt1sͰ&*qM~sl @+Sf `uJUrkn2ONԾBCm^[Z@@-Ru ?\G1b! w?A[F-cܝ5y w23Fpn>ݿhX0|{vel[SYV[K֊ƟT,w(:K1%/ 9$b;l[@buV$\7^$KƼgc6-`z_u} dզ$oO{j1'P_m4S& '׋E OBdWv&>k hՈmOQ~ٱ22l))?lo)'v~iEؼ H-1P"k8ގl=B4p;8z|/fHߋ{Mcdm:z&͛FyXP `/->uLhzG_"ۡ?% o {Џ",#i" ;L 4oq`dHr7tlR h( ̃t?<{5qA7Ӣc:ƒ+ذ_V' tkOms62e52*^hŵqUXg7wv('~i0kT*lgn?50XԴ,8tKבrOYPx:J m5-[Ms ZvInl[^F7ZJl#6HQɶz<{ ]C-L@/ %NJ.`AF)b\EHlܲ奣i "SƊ ;g$䰇BYQ`rUz;\)ZQ?_[FpF,dhAtsҪt3̡bFS`Bwx%TxD.%;eʧ@\BLต3Ƴ\F;Nx'j5^+dF"zf&4pG?T› 0U8-tl̄>c 31To gJ!E#$Ip'#BU.hf$W_cMkFaiϗiّS0eZ`<6L)M*5 <.%.KOzQ|"U4.+|\ VC, +QjTfc ?".ꡌen!k1$ ~s?'? +. = Rg=V1XQ(rIFH7՞zy yT̿8%ÿCa]0XWB~ Z2~ѱPam'HST]5W֤?LOCSmTeH ĝV_3-B2. ;Kp"q2w,/">^)}5{0y}5&&iA"WJNf{M[!BY8 * TQ8ȫiS54hiWn0&9aΘoʾÜ4U!x-zɈ{䍼Ep W.!Bº B;!附:h6mrWMu!/mʅ̔aB)B 8D'Q?D̮-\'_/?^>g./iuS-TeM!w$/T_Q7pj6x HS ІHLH\OM+zi)vMLkee$E:vMKm@hhwI *1[:UO+j_I8/#о0xz9]<&Z sc *̝cUEA xirsd;Rbk^"⨄)!$I LEz7pz/5k`xa/ޱHyRl!XeJlS řjϷwNP3JihUk,עa,FjpȳW(Ÿ5Q{ rm+-O*TbX[rAlkKD?:hz=2*E|}rifV8&xM5T,rOvOtBܜ~zcD^QųXEtVa.ɓX`{xK@ϛ&0­{[spIvT詫 5̶ YZ