libtasn1-6-32bit-4.13-lp150.2.2 >  A Z˪P/=„NL;pD>:8g@ך:."tE=-}P4]\;d2m߇+"KޓW:/!ĬU2||GIy3fnRv~_@/3;O!p=ݸHm~s rWwڸ XFy ){_9evKy^8p![Z#NE`ֵ R9*NySik:#N60311947b0ab3e367ce8efde2fc156a889162cbcf97e92771217a49d5896e9ace5d22e0f69f66f972dbc99db02ce30edb7470f389Z˪P/=„3<2PZ@o<9ED_z8@yK'p#^o/\@}ebtm_툕a 4 x)l?H2Tl3w kiC{Z-.[T hm˛fgHET.*YlG[omZ:B rE\Pp_xw}p"dFtJYY0P%Vew͝y;)He4"#o~Wхy/g8D>p>8T?8Dd " 8 ,=djq      ,4   (89H:'>5kG5tH5|I5X5Y5\5]5^5b5c6d7e7 f7l7u7$v7,w7x7y7 7778@Clibtasn1-6-32bit4.13lp150.2.2ASN.1 parsing libraryThis is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.orgZ˪Hcloud1236openSUSE Leap 15.0openSUSELGPL-2.1+ and GPL-3.0https://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libtasn1/linuxx86_64/sbin/ldconfig6Z˪HZ˪H102ccd5df0d33a81f0e613fa4d5b4d17acbe24c75934d52e6ba2bd0d17e57a68libtasn1.so.6.5.5rootrootrootrootlibtasn1-4.13-lp150.2.2.src.rpmlibtasn1-6-32bitlibtasn1-6-32bit(x86-32)libtasn1.so.6libtasn1.so.6(LIBTASN1_0_3)@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1ZZaY3@W@W UYU|@UCjU@UT8T5'@SFSQɆ@QP|@Pe@P @OOfO @LZ@K@K*@JB@J{fvogt@suse.comkbabioch@suse.comastieger@suse.comastieger@suse.commpluskal@suse.comzaitor@opensuse.orgastieger@suse.comastieger@suse.comastieger@suse.commpluskal@suse.comjengelh@inai.detabraham@suse.commgorse@suse.commeissner@suse.comcoolo@suse.commeissner@suse.comandreas.stieger@gmx.demeissner@suse.comaj@suse.decfarrell@suse.comtabraham@novell.comtabraham@novell.comjengelh@medozas.decoolo@novell.comjengelh@medozas.devuntz@novell.comvuntz@novell.com- Use %license (boo#1082318)- update to 4.13 * On indefinite string decoding, set a maximum level of allowed recursions (3) to protect the BER decoder from a stack exhaustion. (CVE-2018-6003 boo#1076832)- libtasn1 4.12: * Corrected so-name version - includes changes in 4.11: * Introduce the ASN1_TIME_ENCODING_ERROR error code to indicate an invalid encoding in the DER time fields. * Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag allows decoding errors in time fields even when in strict DER mode. That is introduced in order to allow toleration of invalid times in X.509 certificates (which are common) even though strict DER adherence is enforced in other fields. * Added safety check in asn1_find_node(). That prevents a crash when a very long variable name is provided by the developer. Note that this to be exploited requires controlling the ASN.1 definitions used by the developer, i.e., the 'name' parameter of asn1_write_value() or asn1_read_value(). The library is not designed to protect against malicious manipulation of the developer assigned variable names - includes changes from 4.10: * Updated gnulib * Removed -Werror from default compiler flags (drop patch 0001-configure-don-t-add-Werror-to-build-flags.patch) * Fixed undefined behavior when negating integers in _asn1_ltostr(). * Pass the correct length to _asn1_get_indefinite_length_string in asn1_get_length_ber. This addresses reading 1-byte past the end of data.- update to 4.9: * Fix OID encoding of OIDs which have elements which exceed 2^32 - Do not treat i586 warning as error, adding upstream 0001-configure-don-t-add-Werror-to-build-flags.patch - fate#322523- Update to 4.8 * Fixes to avoid reliance on C undefined behavior. * Fixes to avoid an infinite recursion when decoding without the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq. (CVE-2016-4008 / bsc#982779) * Combined all the BER octet string decoding functions to a single one based on asn1_decode_simple_ber().- Update to version 4.7: * Fixed regression introduced in the decoding of multi-byte tags fix.- libtasn1 4.6: * Allow decoding OCTET STRINGs with multi-byte tags. * Add asn1_get_object_id_der- update libtasn1 4.5: * Corrected an invalid memory access in octet string decoding. CVE-2015-3622 [boo#929414]- update to libtasn1 4.4 [bsc#924828]: * Corrected a two-byte stack overflow in asn1_der_decoding. CVE-2015-2806- Update project url - Cleanup spec-file with spec-cleaner - Add info preun and post dependencies - Update to 4.3 * Added asn1_decode_simple_ber() * Only assign a value if the previous node has one (bsc#961491).- Put C API documentation into -devel package. Use modern %make_install. Description fix.- updated to libtasn1 4.2: * Noteworthy changes in release 4.2 (released 2014-09-15) [stable] - Added sanity checks in the decoding of time when ASN1_DECODE_FLAG_STRICT_DER is used. - Fixes in the decoding of OCTET STRING when close to the end of the structure. * Noteworthy changes in release 4.1 (released 2014-08-23) [stable] - Corrected indefinite tag check in ANY constructions. That allows the decoding of BER-encoded structures that contain indefinite encoding within an ANY element. - Added DER decoding flag ASN1_DECODE_FLAG_STRICT_DER. Over the years BER functionality was added to the decoder and this flag provides the way to disable it. - API and ABI changes since last version: ASN1_DECODE_FLAG_STRICT_DER: New definition * Noteworthy changes in release 4.0 (released 2014-06-26) [stable] - Optimized asn1_der_decoding_startEnd(). It no longer requires the additional decoding step. - asn1_read_value() understands the ?CURRENT keyword, which can be used to indicate the current element of a sequence, when the provided node is a sequence element. - Several optimizations in DER decoding of structures with sequences containing many elements. - asn1_der_decoding2() is introduced and allows flags to be passed on the decoding process. Currently only ASN1_DECODE_FLAG_ALLOW_PADDING is defined and that allows decoding DER structures that contain arbitrary data past their end. Contributed by Karel Slany. - API and ABI changes since last version: ASN1_DECODE_FLAG_ALLOW_PADDING: New definition asn1_dup_node: New function asn1_der_decoding2: New function asn1_der_decoding_element: It is now an alias to asn1_der_decoding- updated to libtasn1 3.7: * Noteworthy changes in release 3.7 (released 2014-06-26) [stable] - Fixes in length calculation in _asn1_extract_der_octet(). - Fixes in DER decoding. - Fixes: CVE-2014-3468 CVE-2014-3467 CVE-2014-3469 bnc#880738 bnc#880737 bnc#880735- libtasn1.keyring: added Nikos Mavrogiannopoulos key, who did this release (and shares responsibility with Simon). - updated to libtasn1 3.6 * Noteworthy changes in release 3.6 (released 2014-05-25) [stable] - Corrected an off-by-one error in ASN.1 DER tag decoding. (CVE-2014-3468/bnc#880735) - Several improvements and new safety checks on DER decoding; issues found using Codenomicon TLS test suite. (CVE-2014-3469/bnc#880738, CVE-2014-3467/bnc#880737) - Marked asn1_der_decoding_element() as deprecated. Use asn1_der_decoding() instead. * Noteworthy changes in release 3.5 (released 2014-05-01) [stable] - Correctly handle decoding of recursive CHOICE options. - Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara. - Several small bug fixes found by coverity. - Code improvements contributed by Kurt Roeckx. * Noteworthy changes in release 3.4 (released 2013-11-25) [stable] - Added asn1_delete_structure2() which allows zeroizing the contents of all values in the structure prior to deinitialization. - The parser accepts negative numbers in an INTEGER range (but still does no enforce them).- remove gpg source checking again to avoid this cycle: libtasn1 -> libssh2_org -> openssh -> krb5 -> python-Jinja2 -> vim -> libtasn1- updated to libtasn1 3.3 * Noteworthy changes in release 3.3 (released 2013-03-23) [stable] - More precise overflow checks using gnulib's intprops module. - Updates to compile in Android systems. * Noteworthy changes in release 3.2 (released 2012-11-30) [stable] - Corrected buffer overflow in the error reporting of the parser (reported by Andreas Metzler). * Noteworthy changes in release 3.1 (released 2012-11-24) [stable] - Completed rename of types: ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t) - Added new types: VisibleString, NumericString, IA5String, TeletexString, PrintableString, UniversalString, BMPString, UTF8String. When re-defined a warning is being print instead of failing. - Parser outputs more detailed syntax error messages. - Added asn1_decode_simple_der() and asn1_encode_simple_der(). - Added asn1_read_value_type() to return value and type. - Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME - added gpg source checking- update to libtasn1 3.0, SONAME libtasn1.so.6 - Added tool in tests/ to benchmark X.509 structure decoding. - Added asn1_read_node_value() to obtain a node's value. - Optimizations in internal tree allocation. - Optimizations in tree search. - libtasn1.h no longer exports internal structures. - Types were renamed for consistency: ASN1_DATA_NODE -> asn1_data_node_st ASN1_ARRAY_TYPE -> asn1_static_node ASN1_TYPE -> asn1_node ASN1_TYPE_EMPTY -> NULL static_struct_asn -> asn1_static_node_st node_asn_struct -> asn1_node_st node_asn -> asn1_node_st (the old types are still available as definitions) - fix W: devel-package-with-non-devel-group- updated to version 2.14 This release adds asn1_read_node_value() to obtain a node's value. This is to deprecate the export of the node_asn internal structure for the upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_* constants were added to support the new function. - removed upstreamed libtasn1-stdio.h patch - make check- Fix build with missing gets declaration (glibc 2.16)- license update: LGPL-2.1+ and GPL-3.0 Tools are GPL-3.0- update to version 2.12 + Cleanup license headers. + build: Update gnulib files. + Corrected DER decoding issue (reported by Matthew Hall). Added self check to detect the problem, see tests/Test_overflow.c. This problem can lead to at least remotely triggered crashes, see further analysis on the libtasn1 mailing list.- update to version 2.11 + qa: now builds without compiler warnings with Solaris CC + qa: added clang analysis. fixed cyclomatic complexity output + tests: added self-test of bit string functions + build: added windows/libtasn14win.mk rules to produce Windows binaries + build: don't hard code path to perl in doc/gdoc + various minor fixes - changes in version 2.10 + lib: small optimization, possibly working around gcc/valgrind issue + build: update gnulib files + asn1Coding: actually implement the -c parameter + asn1Decoding: the -c parameter serves no purpose. remove it. + doc: add examples to asn1Coding and ans1Decoding description - changes in version 2.9 + tests: link to gnulib to avoid build error related to 'rpl_ftello' on Solaris. Reported by Dagobert Michelsen + doc: fix bug reporting address to point at help-libtasn1@gnu.org + doc: fix returns: documentation in Texinfo. Reported by Jeffery Walton + build : update gnulib files - changes in version 2.8 + update gnulib files + use libtool 2.2.10 to ease MinGW64 builds - changes in version 2.7 + Doc: build PDF manual using GTK-DOC + Doc: fix of asn1_check_version, documentation was missing from last release + Build: avoid warnings about ignored visibility attributes on Windows - changes in version 2.6 + Fix build failure on platforms without support for GNU_LD version scripts + libtasn1: simplified implementation of asn1_check_version + tests: improved self-checks + update gnulib files, fix many syntax-check nits, indent code, fix license templates - changes in version 2.5 + doc: improve GTK-DOC comments + misc: updated gnulib files - changes in version 2.4 + Doc fixes + updated gnulib files + clean up copyright notices - changes in version 2.3 + libtasn1 is now an official GNU project + solve build problem on Tru64 related to TRUE/FALSE + More careful decoding of OIDs + Fixed warning in ANS1.y + Use "Software libraries" info dircategory + Drop GPL/LGPL copies from the manual (not needed there) + New configure parameters to set packagin specific information The parameters are --with-packager, --with-packager-version, and --with-packager-bug-reports. See for more details.- Use %_smp_mflags- buildrequire pkg-config to fix provides- Add baselibs.conf as a source- Update to version 2.2: + Change how the ASN1_API decorator is used in libtasn1.h, for GTK-DOC. + Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+. + Building with many warning flags now requires - -enable-gcc-warnings. + Some warnings fixed. - Fix license of library packages: it's LGPL not GPL.- Update to version 2.1: + Fix compilation failure on platforms that can't generate empty archives, e.g., Mac OS X. - Changes from version 2.0: + Optimized tree generation. + ASN1 parser code re-generated using Bison 2.4.1. + Build with more warning flags. Many compiler warnings fixed. + Compiled with -fvisibility=hidden by default if supported. See http://gcc.gnu.org/wiki/Visibility + The libtasn1-config tool has been removed. For application developers, please stop using libtasn1-config for finding libtasn1, use proper autoconf checks or pkg-config instead. - Remove AutoReqProv: it's default now. - Pass --disable-static to configure./bin/sh4.13-lp150.2.24.13-lp150.2.2libtasn1.so.6libtasn1.so.6.5.5/usr/lib/-fomit-frame-pointer -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:Leap:15.0/standard/e7d06af87f284467f800172a0cfc5d7c-libtasn1cpioxz5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=394b2d93017db6eeacf8a2c64e750fe26038681f, stripped PPRRRRRRRutf-817fb7bae846273aa60bd53efbece83692c40138399e7c1afd652a7ad692e99e0? 7zXZ !t/8C] cr$x#F,!4$X\7RQr.9L   ̷gauϽ;Z-烮Ɛ.~%ICD M )ד$L 8JF7w@y:r;&XU'#F̠*!aB&(I~PegԄ3%L2qs-^oԅ0uIW``c^ 9@_!3&،[ >K :D_ =O?)7 OBQ=0tk  ANGT.1mJ%M[76|Oe8<\t~"Tku.Ss($ j8|7/x|73fHΉb^&]$*M"\z]sms#|Bء&< >:ӼX UD~(R+~a)kBQ:\6` ',4Wdf;R;8Zi9ƙ<(iUۡn _B'3N~0TUwۑj!z׳qˠӝ sY(x7cOa pɯ4f)ac-\[LlO!rOb{H!˦u!؄tFLm~ cN4}k GY T?x7y_G6eV\^ $PZI>b8T8%bsm2+KhPAr'YJ(:@e,{.RU !{ C"qA B}tDD KFc#UiˡdsB.vSS5* [Pa1VˠXu&ʍ;ÃV <#KmmD *X Bo aK{JJ~ ?3ӄT[l"~I~,./oV_ҕd-.+dI} Y/6;"O0 t~($c,Xʎĩ д|!ӎa4H΄Qs+D7nKԨ]%D,{m\0ę?WLIfETQ޼샿3Lϖxڡ"%1ɝ:JWQ`5B_4PҴ+EGZlB+krzgyԇzQhc9PܗeןnXa\!MjdeZG,/?6L8K NiOEPɤ(4pbkvINCAem[яl /-{+!y4VK5>P췊'aPwm?VseN5}H>2VLcx^˄s3p G&=d-2cM-G#^Zۧ^K. v0MɫL :3sq[^15U@u7Q{E|t*(bvqS3Ou?87Jfk:,vBSiԮbc;&'] ~7،m6++IX:{`Q|zMܓ02 N\_P#K" E~jhoѼZS;^ ZQ¶Sg%Ta/fl3vLm9h`юAh+N6aM_Ce7? Nfnů)?e QHs |`ZjuTX9iV6d\"ܮhR/,sm凛e@^\$sH<G$~^UGwM6"ds<=oi]nC2I@OЅN>MI-Z0 ~ۍOh*z >?"WHYEr4 p%P>PMRqP{+bNcS yN: p$k؞?H!^ U)<c*B9dJd; ,Cַ:D[_u$,?B1s[1%w!(Y z# ]R;u{$PSi@"J) :4\60aP[P!K*8(?_6{ y`QsRQA%J8f٨]O[$uBqM4\!5o#-rIu^#J跋yvxe 1O#YE̲XH~5-[%kӢp+ ny'VW.TE8 ^'>s~N2duo4=S-IV.Rgcf-*TUe2&``@e_~Q'^$ AU,Y䂗.e.u-Kb'G3]ҕ%v[N/ (zcX 9v;5c?U2Qc\U""Cľ@H,(F.Ruߦ5_V4a_JJGZiΓ\hRk-zCYo 5хjqxs26"mB.%sTI,f[U>?Ľl|դ[CwM&O2"B'`@dItOFy`X:70f8.okvv9jc ƽȚP|ɧYç"*,&09ZN+7GKhർ<$OAI FLpϦ 3LSJ*&??]\8cd|dj):pT r<]>ҍ %O thqLڪ1$ jH ›eP _Jrw+%n$0Qe噶|P`@9C@،;$ #]5y+`9[1<瘈 9P;YoB3-y8#*w7CY8pr)6)Pߵ&RU+DKpMh Il>JS97"k{8; hSҫā2*#S%[bPϐY-|S Vi=0?I^Y},ǦH@ +h 1/PE`5r0KokQ֧.I}T2#2C>9@g`Lm1p\$nn+! (mUrTGSn$^b+@߿Hy2S<|D|SguB*u[9ѫ hg0 ΝvUG!>;4vEEY1#6V%y\Юt% W:N&M|r <R{փ2tޕѣ6Pͷ5AFmt~ܵN bm"`UَQݽbXK{vXϢn_hSRδǩz=|S>4 y\hײw%)f/' Jk\qYOw u|L"h]pr {n].'q+lxu! H"b 4PV[S TsǞ"֌Rc 28g2Q:"{bMAC ry56PK(p.3D/Q#Dg[$<gtSz⥍cՙ]̑VrN܏o1e W@bFzm puNb,23gP NF'^|EuNrDi3/3>ǤGh)v7 8樶)T!@/oFNJv}D쌗v~ SH7ǞrgGq*9haJ#/tC.R.KWw12[v"Vίij MiXm!؅;;z'hÝ!wq@Lݤ(-'}n"~~WJ]-l_AY@P@쥖1P=t-03[ϨTj7.%z.[jM.JX3+lť[5xpMKvz ~1y׶QLro}I%U6ԍY!It`[rgA_mԮd"y'SK^Ȧ>$;#;dp}4 %LtJhqU8z82r_dZfTq_q3 R}t@ɕ!om'L}69Q;&B'9q %\`=?*IMo2:'|dfʦ+[L@u*8&HP3y\}dʽ1ޒJ&e>Kʼnpg< Ix]N,)נ;K&n³>L9+|8RV.µQq}Ӓ@Y7^ v|&yu.4uK*DŽ U18&ڶx,e+SIma5`(;D!yp9Vŭ[.I7iT>tIAcy[-OmYx@zْۛI"maxLX?k|ݰoKBfۼ2mpeA{l,Q܁%2eO f`d ^Z MZ i9&ak|- 6X# N &_sw좲|]m|8N%iX}aQdEÐ&ݻ>8s05o5vk&W*h9\]Ų7y{8 YTYt+ɏ3!f^ƣ  b\%9Ja-w@gVItџ͆¤ noT'Cdǖ`7ڱ*Y6Wԑt`Ϩ{lFm|ͭvϙL?';ND^w tW)+X(bkmˋj}$g&1EWJx[ 0JQ1_ж03V`[4edo M2[f9iOےRNj$a/y6+C.byU8J%us +ZM~7<֦w  ]c G()n4A޵3_~nJg2\MGר/3kܳمD'- dcA){0%C}KALVx^ʳǎ6E7芵wcᮧORA0 YFk фhLƦO?&9̧D!+bssæܝxpȐجo#S+Y(^磮wK\ ̶T4Vi3z"n%uP`W4y2!rqAq+¸PNJQ^aКcz{A,(Lu ;b=Wm]"akZygXߙ+>U (CUN+y=u;FEM,o[9UY#nKީ֒~LGPK" S~?qgrzs~D-z?MV55 L,CkVI}P{e‹yAg'be+v>Q|=I߅8MpS &#⸿}K"S -TH{-cs ]ō=tjvQra>'qMpH&=lc~W_ř07gwB:\1?l=:vD=ܳ&(؎`U.H,[0D͗2!?E2eDN~W^f5xqm3pl]zz}TuZ4FsvQ\Zͮui*.4B9ڹO~tXTg_G C;A6>1U]1r?~=9CHAme\Cžɚ'; },ig­Ef͒+ 3bEG @܈<zSm*qbݩ4_B.D) 1ՋCvسw֙"O:)_gC2*IW% qЗ`x+Ls| ԟ>Œnb-.! ܚ?@:ALD CjgkDÐ⟭Sakɩ0U|U}! pf EvƝ!Bq9a͒q ٙ$|͊k>j'JOb"b)9~f7vm!Giy:E x+ѕY3oKfO3)eDa<쁏&WN$Wx*\,t;IEqX6E<4fKd+yraB 1zCʎ^uf*0mʎG}̴ $B](GmiYQ1_}-A~Am^G;҈j#  hpe~ m.БV{vQҵKQCΘrzwyG5#WJcH}2Ѥ5,f J4Bh bLB?ʐLt}ݭ8_7Ed4a> 9T|ޤd?=Ĥ?LEKօ?cP/('Rz|PT~ɯٲ!ϙg B"I>a{BW7izշD.[Mعj9EV Aa*TP 8Q;ERp=>I1xNggHX)#fhԔ ? &x 4·~3ᾷt6S"ʤr_T @*[F^=a)B*H.ץO6pɔf0Lj\R r U>]fT;(WV.k؞M^13/I PڱwWL7]>n0cWCf }՞dR@^IW,`Vw|)8"ho<"ML遳T@NUP5X4꡸)O]M"S5~8O7!ζL DAyp}-qQ;8JnTԽGUO/{ n .7Iڏvy혪 8/ޥq"Ti%[M šyAn>t=B;{Yb[ Gf|͞G-"jgÝVySIIu 6a GM *:)&:o:3^ǞjRSjY9ߏӵVEYV%"w+a{j`aN m"{L<2 %nu)IUMtow `c\%#89$:RI[Z߆ސ3hI$Nc!֍5oe{Q %bjn_ڤZWk'hs]JV]Pwd2c gzFGd$,jv%PJp ævQ`MA:Qj?OݿeVhsM5BT2+X<}H,@(7@OF: ʃ&ĸrojZF;jt\,cK}cpalNՈOctF BF20ip&vdӷڤr ~Os{K8EidM_Tn$P]YD:+ɹɥSg6=5rx),~7{E$m!!Eb-7%&nb84خqJKr(x_VE|8i)]\~iwn`B%tmCNέ)5w,sO^l kKK?9 |N\?f[A548,>dPwӈs+KГ6ÎvQ8 T m%<]j^xn \ *T0)QڕNw }%7L ^8{=#U'wwnNvʓ ;ڪnJ ЋQ"ZL=)z[wZitKDZӮh;.q婗8MT٫j+ o oxiEǙkN `4`p1%N X\MoOpQ0"Cot +󭰓os:r̠F8Ѱj5) ,eT)ngN[ 5^źorWg/g?ڹ=,}]pʄ:  9d@lp(Dׇ8uj`Z/I7 7&K-9S6^cs6 ,K wC+gKD҆HX+ܗУT>I^-%ȄaeZtZl8Ԗu̦/Չ {yfPG-_nt1 jЀԑ`ǭdLfIh׽TT)γ@RpIIR.im^l [iĻ\ŽBp)*ijǿ:ZT/cb]-)Zܺ,DXyU;MzЗw|ģ璱k'Mi(ԣGȪQzBw3Tp>SC Y Nx&z,TY}[Wa:.{=4^{ڋV$Է:j-n'8L(`ٛ\ve[D|8VY;*-f:lW3 uKI1Cq)#/uP(ٰ>n}`"<7 Nκ8+ Ma'|cHū 5F)7*l=hg֑1Uޏlˊ#66,⺸rBriҥ䨜Pb]d%0b  yF5IONj=|}P1АS5AT+H|lylzfī!VÑ{(9MA4xspGFlZ~Ű8/!-ydUjoCtBG/)+hMt5U s (P6&i9PX0p܉c89?= -GAfSulo"\iTT`JJmWJP;dg 6$a Rf/#'#bZxu׈i4|=D"0ED6C@~-f+=/^q+>o;?'l̟meލ*(V4+#ku|BU$11=_P72%&<+^(JEL~-!aBLdhT8B ~<[~80 9Uybk@ *f2Ǟx}1v!<ޓv#Ч3.5.ЁgLQ` QMlAbNt/?cIEqџ*cM[3ٞҫk  b HXRU]6 \0LXJ~kijZOU{\ESpA^)m _ۏ0Fb_۱`;  |@w?LD']t dhFɰHM`#CU·맥.p<¨v5$Y"yM3SK7gd^)֗DSU,0QCoaWRBq݄6*r6~r^ CBb gPIUF0}O$;,^kKKg\b\HE }9* vsYc%rLnw fxUlK f_mzW8݀is, ioì4TAURiRb|qfͽ  i4 BThn [Kס`-PBn^{UiīcHPbe$c3 ]ET!4,w0FXk2jʑ@Zy`V(/=҈_ HAlmEM)q*[D3vdw)$T +0t'gZgv _B`nm1l}؛E' 3BW{OhQHocȝfL Ě[/cT^TܐD$0,p{כ0ɯtYPpeÒĺ> d#+dž*xf=83>T<5tjDMiva/DSōa9=iv; Nzz"))X:xIcnk;/Fb !1^-TOwp=pa`ՍYLbz,aߚTĉZ5 wTpt?;x_&zF]]cM X(DTw7ݤ][! KYY;%F'esOct`I('b.o=J~HGʊך䎾%{71d}QG'M}3D8)9^&Hb;->Po&ѨzOQ| y6*/+uUHZzW#rc˞?MmۓLs&Wfn`Kt>{sv l)v(I',Q<?B:pяpY7[޹7'L-}p8}HYeet=;4jCdzq}iKEBqD駤6-uOΖiݺ1>2-e; aWIb >>|s#eGd=74x-X "[ ;t%ZHz_; ut'd`C풸96e6WA |yl _eHb`ڰJU\nKJZܶ^4;0K:2,ЦUD(]t=;yj_p.COսnB($h{<ˬ)^MAi4=P Wڲ~OzAÜ {Ÿ\Tǜ:I!*u?6aLAUJH$K8r=hk_!kV+0Մ{k~%\/rytaOp5L%C:H0|YG7'o:%>b<<ݸ!n~cƒ$uۙL~U"[;jF/k}Lw i4 *˖E~Rx8Ae+ j5luZɚw=|6jijv#BEwkFu{&Ri^?.2A<e$  f~RLѶX˜s`yf<3ӤyuQo-!w?2)ݧ<ŋhC_?)ˁupuӄ 날 n}N#2wyYcnmp z;'1EDDkD ߗI:ZXEû9skv zF{jPٵi^(B7YﴽM |YZȣhzYyQur r>i\\NHl{:4yux5E5blx*BE@ƝJ5uB\x;Ar|Jo7WyNyZ/R {ǵ0yk8!۶پ1o~#X*9sOႌ@k` #`%*YoVo9A5FW(4-{@Sm"1S@)ԯ;bN_tLFmxA<Rə`0+<47k"}Q 'fT ӁhG(;̭(&| dg|TR*}w`#G:fpJooȶ]T2/g/QP]  \r&G#Q>P#n빖CH("YX{!G, 5icg$t wEb!nnDLu!eMLY">"lK\?SljRCLtt;GS#"xgWf!-R@|Yk+򐌝d[ehw}NJnCm<#D#a8IvRM5Q0d]5ٙ]F>/38ȆF#3ε1)^aѭU!9~dc|.N32}Z66L+0f1CAۚ4M7GgUՊNvyu& uH*?$-4%Z2.LylrW~x!;Ouo5Unxz@/$+OEYSbk3[y w:ByI[F1N+M߼ ˚ukRF'e%=G 5"t#-|-a֏V^н4˜״џv `&C7W 4FbT ^RsaMBRQ=U8؊,Ac=6 kW ه]$c$=<%|1/0$#hJu{ O.o Ѓ>qֽ_O>(X[ʹQn[/@lrnԱjifan~,g[рj:&Np%@*O'LaOLkᐘڄǏГd랻&FZY  EPF>lyY=)g죦VINyKUPF}S{kD@Im_qF| 2͈ kR_ѝ?\urU(jw<@XP3k qqeuU|?:W 0NH!9for񪩉Y:W`Y?8hG~);b#bcՖy~WiM˓S">Φiyw]|GwӁ͓oIJO*H-ݒ1[4 gQ2E"7?VJHGoGH zWbC&e/3JlrA8L\D75~Չ%|ի)5]`3.LdyQ-e||/_UJlV">V5uY>yd+;WXkAK36)CBbdN Y+Y(N8 4p!,84rIcɌeWPHY|@aU8ձoGYܒp(V<^zi]ba6xOV3T;(Χ_kD5Ut;4K<>9(.CRCnHj!t5rgWͰm[MTPMA%0 Ml9nW =s#> Yᯐ9LE H^Cr1JA{SƗ`7e<5 Êͦ;{盵~ZF)M}JD=LxX%E,ZPՍNݕW4FJ$~9!^yn1@tfh5 D7h D ya$Pۊ@-+_TCouhQqjْ0@c\ o 련+8㋁Xj':ޚ!1;6vlk:BS*2̖{%Иf7 >3W:2ڻ?+I9'PN W{͓2{@2&u# CJUoK-`_c/ f`^yɱ(+ ]ھp 8-h~NFVthzǭҹݚ 5B*FΡ|{ޔT<`a3֞$NjJgwPA7{ j^ jGzlE"A]/Yki =ka(Y\Vg"@:j0t<@)(XV|HǎU+0Xb?gwD$/AV_^э_ O!EhʷY1, S_ׁ:o"pD69ظGѴ An3p`cIH"1'̤/,죽ޗN`4)o4[aD/2$Fc)Jx'_ O"]@Q3Q;-V<_9/'!J=x Fpԁ>s$(ȹO̯psi<c,i;(|DmZ-j-fVyS^7Dh<5' :=̿Rk`Ii)Vmq['r'{X(\w* wK'1.S PAPg#T #U|]e c0થ⩣]2hCx  s$qm!$\ao.7>KЫ22:ȸL%Ve:jdOZt1a(6I/T ]=kS_DQ <ԥ;玲{VיiSxn)3e[?CRt; Z{VJIX$"hMH+Lp#[P~ƕ* V7j1o g_ᖡjo.CҾX3[X*]_ c =51g \||v}2]W&@DǙLj48@F+H5k> ny(62ڨ'+Lj^'S9$&FVk↸:>ުcX6 >Ɋ# fJQ~-/-N~=!ω'dY/ J[9T4'[/SdE%{bMjt<-հ}o_HBiMuQG-%ǗHW.ZmwVneEz^:|-L")iQ ?!j]s/\>Ӡn{<4-B֩]#/dܝ&Dz>)_,K5`\L},W^#a|̶5,oAZ)f_Ol z,ƴgSi>˝_/|'ܷӦ+rĐ21@+U| E8iZ2hCpuû콷dZ/VCJM\ 0ƈPiدW11Y,}{</L?}dsc\y)P@>(D/qwn S&E2J|c?h9%y{21.m fb|s₲,Gs߀(lz (-!GrMDmLt24$>㲨!jaw6 0Ϲ $}7WYƐOqK M_ U}D~8i Qke{?z-FD{6B8U_y|>N|ث 7Mt"]ιt )7f,1쐗uYC %K02ԚZ˕orOk< &qGCkOs? b,QCӓޢdVp7̈+&X^QΑ䆯&M %b S[DȘ6()`MS9Awq䥱W&GAzq\Ŭ\ub &PqҁՒD$/9jo`69؅5)F=r}d#*C=2BF>'~c0jhõKK-/JH|z%)\?@% ^ԩX[TW5X'  r ^2Kֽ4/VA׋"Vag^WZ1ucG%j6 !?9rI*JIr0xZ.LCP>oS=_-%n}{U6-ɽ:v>YxoMܮ]@P9 4.c'z& #;[CdSq-&3a,7[k-xB爦r}IcrZ"yezQCBY`+d; pxZ eJ Ć+`ɵV,j!y/ahǣ,~S9SFVP~$naN {o4/4^3m[!NGу`cZ|0~ .֊SD 0w˦ jXbpFMԴ,ՇbŃF4۽+л#aF>%iv:$ ʺ߼a6Z$QrFGn'"[o*Q??ʧPtd)g.$ʝ'źMYCIuo,I{?C~-07)|mA~^ǟˀLک! DǗÆ8z3y@ek`u"*R4~3F(.up۫N\A֧J %#w9!Q`>p IPn +\\Tr wFx)*C)QC(uF;ȿ;dC<(itbCϦ:]e BOamhIv)h^oVP;>8mW<3j&E$\"PGFېY}s⒓zgsoXlr4KV?:GqmK35'bѯS+#rBט B1~0 u ς 1`ع)l2,Y} e]_FQ B|8G&_yM<:nmUm SJ:urgd-`-{+?ps;Ajm&$(6QJ#`J}ܵ\$(BYH9Pi$J!;_N,k/K ϦKw|H)?[ %WMCᗗ>i'ۗcв xae7p?b3b=\+vnNbmQ)7y"Mf*&꠼^1}ŬE;6Ӕ,My eںd=;6%/^o1?{aKE %o-D6`ғHf-Y74 טAfw)wń7JyW;e+x9ltחGƢ8H\`-OU /u`7wׯNχ(9ctcNhO3ERE佴]b;^G+=fjΞک]\2؊=*1/۾:KY'%Tri瑣>rczi6$n7FAn AgϪ_zsYˇ (m[ 9AWK;|t%]%.4| N1"';. j>كzl6xCL.aqas|ip=BDtlm.=ZEv@/[bq_*SJf?{>>0'O=JG˕bA`G)cY[Dq|Bb À4U3.?Ȝ+dDk_GQ&Ӫ1Ԋ(mO@\=xu\ 5_Ik>k4y-Y(>C?eo9,^ y`*z|v喏nԽ-NGu4uݬv] 36唔 OdmGrK =ws͆X?moėj~^lдOi=V'A\dFO%z@-J;bb4v#(UycWoG~pْꋳ9@y0d&Lmh O62^N5:(ӧZWD\.quzId͜D|都lI6AG$bD} ۶;eƿ!a)_wIC_IJiyHD - 4MȌZ/@)[J%!(<x OB7,9#rs* "G3dk0’^@q) @uQI7ШJYUϘ- 5ʢ-:ry 8%&2yqB1X\b 7Qo< y닲HJgAQNF=$uϊ i|7E%)]sl9HWtx:t9WWEXN< nkLťGˋ#ā._讬I]4;W{)k\bhOUn˘cB jM]zWa2#[r OA-lKk7GOҟۿ*oo#T#\T3&peA0OCE7f"+)K84۾ ϲ~YPλƺc&1bδ"&%r7 'j{fz=Fw/4Fpmjr7H%`gETR0*wZKOƂbMlbl|vVHyZhZD-LԵcl9G!;6zx.| gy\ṳ"DRY#MM'DHXIaEf3¦f:!M˫ ^݈z*\*ZoG|0`)~ ^p`("cqyՇs5،T ԇzKRQ yۇ3Iy-ut#媐8 c (rd@zM̈́ -CQZtSX #qi9c)Dkghu Ǖ`Hg,.l)/'OMvIކel*WoA(6 "[TCq.?e 9Ub0 DTn0Հ.wPx_Hء A `8>8X+熈+*~M{mˋ;𻋀[@\* ׯc77pc o~lxIXy \A-bL56=d+]K&Y$^`$V2*.1nIJm|GHnqN:B4 1v'A=5wSZ]|hZHFf iJ'r о{+h0ճ:cdr',R|F%q#h% E8W~f#Y@:YcI1DЩT풅c\l<1B07E|ql|e_/r-&},/@gdQԥe gփRӆ;MOЁ&h#G>78W Ruf h6ǾYD|='Z&>!8 Juf]#~{{G+s7lҋ|ѥAV mFesabIO5[d9mOMAZ5lj;Fq[K\2}{tb *o)}qx5NF17cy?_R{O{'V%rJ(π*z`L(iXE " f<>k61Gz 8麨я&ߗ͎3_m|٥B܊WΜEBAB:&IEz#(I]'NWۿ|6OA`oS%hDD;a_ Mhә wI|.Q8>.:'@c`+_jx4P"Y)io`. [ "(DHN$XP-J2y&}t Ӡӛ5OMjc`H_mϚbHGe XX!]\dO;tӻ~,^KSiܟT9cUߚd -4UGBYR'ibHuy^R|Yutʳː*`Zfat S ҘՐ\wr0 TJHU sRn$7M_N7utҗ( j[ftΗiuD=E;A`bh#\Pv>h})%sG%Qh]FзD?0vf&.bɔ13{ L,e#:cBG./^ޥ48.UTK3zUF@ዉhy%@z0ɂMy!0o)=JAZ1|E$ >b|^ Q]%s}j@WݔC*'q%n d6{ žj\t3+ IHl< Ŷ-UCRSX{/VWma&n >AU-oFbu2!&o5Z]9ǕC+^!h17q97FnW!w' :AY$,œMp,L8{%,e6#\q4a񵏄":8MpG=ZԭXî}X{7‰qgmT 4D006 *6L: C[+jrܶFFU3Ωt&J)sBYpeHj#,4En)m\3\ Xp,P=vԋ5p=,۶Nd.#e˜y+IFP#PSbA"n6_fMC~cFmv;A  ;*Fw>A'>*/F؋1;th#OTAw_iG'YF-y:ۇÁк0//%93`P4 .M, J᭪fzNgZ<oOs= hksĴ(z Hۉy{=G)~I+v Z< wK/􍗘 c =?X=PkvYP8!5 z>;[h8p|G29biʑH_^rs)]q|/v!pi|`2nJӢ| Ɍ/"2 P>W_1槶_ IVY<^/D}!9c+ֆe19Ee4/n83?& {N!O-Q;dMsj2# yZd-W=@gKZ6So7$b;9In?X 뽭JL5]JV<' M]Aw2}HWPR՘[̜͌44ِP(M\zp0P '$.emU )o ={oaćDÀs>s꽐v&ͣj_0q0$:ע" 8#;ަ. ?1r `kV1c7(/uu0]H+aq"!2Hb.O>hrZf>%iލ3Љ75}zV:Si}̉P>?9Y(OvP#E]zU w] %hvxoq" ,Ą`'xyPƯZ^?˜{#ݨJ>m %r<B)>djkV@VkUnW 2'3A(|A~oP %qw\@GfqHZVSɼӘj]b$yCzrɬ7dIvThš낡Mu .%LFĻ7K GNXj P?7ZTT m;۽)@䅵::\)uVG=̯Jp)U4|S,hϼX1ϕW+ @ YG\ J,FV7G @ {htXV=' MfrQ d% -ڙI]HTm)K'3pN#R:<^beI-H>^~`BwH`>^W&;ɯCݭ_X/X s c;߯%ۥ,021X`KT'OΛE!3_рd͈$m0zcdDyݫYfהfo ;vQ PB E6{4!/x!^ʜnAb2X">"VS5bk+|PZ3&O$NVN' S?!Qw%ZGz}Sr\wOqqb6Xp ) ]NqK󅅩ɀt oI /ʽNꩄ& -p2)::uqyQu)E/Xdlh-`79C¬8˯(o+KH>@oZҿ,[Ռ6 &W>(y3ް-7gN Er;̞QZ KbɃeX%ӈJGBUM vU! aJp8נn?SBfX~G90^[-)ҪlYGo[+77eC`3t!] WVR#RS|׊0 K8 iݹٛ}"mD UW"uei0D N1 ))y)AUmYv[Kv1"GXB'^u^z&QEAٷ)g#vrhO95`B`YW\[-Lr?^[_Y5m6Ⱦ:;ԋ7c}&g{e&ki}uDaqEk?x5_fMl%b'Y>X']=+ .U+k}n{+fa0 :͡ޮ/0DpiS'( -OQ#2܈yql#Z d40ӶL w.ʹUz Pר>l*}s||X@ۿĄΘOFCH?hy@orָ# YZ