mozilla-nspr-4.35-150000.3.29.1<>,dp9|h&K{0+e`vZ#Ì)¶BBe;J-۠,6w "(.~]QP~ K2΍(Eɖr0|^FD!=;$WdD}zreݤ,jr-7Kώ~Ogjv&8FW!4mAP A253TGR'`dݦBQ4 Da8Zj:2˜(󓘈U?\,-朝Θ %4!t!#>@*?*d " <LP\`y     $  @L   (98@9:>%@&F&G&$H&0I&<X&@Y&T\&]&^&b&c'dd'e'f'l'u(v( w)x*y*z*L*\*`*f*Cmozilla-nspr4.35150000.3.29.1Netscape Portable RuntimeNSPR provides platform independence for non-GUI operating system facilities. These facilities include threads, thread synchronization, normal file and network I/O, interval timing and calendar time, basic memory management (malloc and free), and shared library linking.dnebbiolo,SUSE Linux Enterprise 15SUSE LLC MPL-2.0https://www.suse.com/System/Librarieshttp://www.mozilla.org/projects/nspr/linuxppc64leXdddd47531f6782e19c523aae17d065e17723070127341dbf45964a62ae1526b1fc10c8bbb2db137ffa99d2e9511974e9ff96bfb310cbe2a26f9a749cf29599769a84afa32ae24ee6ab2893abd2506549dc7fee4acd75764056a1d0b82d1b2444077rootrootrootrootrootrootmozilla-nspr-4.35-150000.3.29.1.src.rpmlibnspr4.so()(64bit)libplc4.so()(64bit)libplds4.so()(64bit)mozilla-nsprmozilla-nspr(ppc-64)@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.17)(64bit)libnspr4.so()(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.1cK@bb`@aM```|@_ts@_Wr@_A_{^^F^]]],j[@Z`@Zz@YY@Y@YXXX-V2VuFV,@UT T wr@rosenauer.orgmartin.sirringhaus@suse.comwr@rosenauer.organdreas.stieger@gmx.demartin.sirringhaus@suse.comandreas.stieger@gmx.dewr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgmartin.sirringhaus@suse.commartin.sirringhaus@suse.comcgrobertson@suse.commartin.sirringhaus@suse.comalarrosa@suse.comcgrobertson@suse.comwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgschwab@suse.dewr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgwr@rosenauer.orgcoolo@suse.comwr@rosenauer.org- update to version 4.35 * fixes for building with clang * use the number of online processors for the PR_GetNumberOfProcessors() API on some platforms * fix build on mips+musl libc * Add support for the LoongArch 64-bit architecture- update to version 4.34.1 * add file descriptor sanity checks in the NSPR poll function.- update to version 4.34 * add an API that returns a preferred loopback IP on hosts that have two IP stacks available.- update to 4.33: * fixes to build system and export of private symbols- update to version 4.32: * implement new socket option PR_SockOpt_DontFrag * support larger DNS records by increasing the default buffer size for DNS queries- update to version 4.31: * Lock access to PRCallOnceType members in PR_CallOnce* for thread safety bmo#1686138- update to version 4.30 * support longer thread names on macOS * fix a build failure on OpenBSD- update to version 4.29 * Remove macOS Code Fragment Manager support code * Remove XP_MACOSX and OS_TARGET=MacOSX * Refresh config.guess and config.sub * Remove NSPR's patch to config.sub * Add support for e2k target (64-bit Elbrus 2000)- update to version 4.28 * Fix a compiler warning * Add rule for cross-compiling with cygwin- update to version 4.27 * the macOS platform code for shared library loading was changed to support macOS 11. If the absolute path parameter given to PR_LoadLibrary begins with either /System/ or /usr/lib/ then no test is performed if the library exists at a file. * An include statement for a Windows system library header was added- update to version 4.26 * PR_GetSystemInfo supports a new flag PR_SI_RELEASE_BUILD to get information about the operating system build version. * Better support parallel building on Windows. * The internal release automatic script requires python 3.- update to version 4.25 * fixed reading files larger than 4 GB on Win32 * added support for Xtensa architecture- update to version 4.24 * added macro PR_ASSERT_ARG * removed some declarations * added support for Nios-II, Nds32 and Microblaze architectures- update to version 4.23 * fixed a build failure that was introduced in 4.22 * correctness fix for Win64 socket polling * whitespace in C files was cleaned up and no longer uses tab characters for indenting - update to version 4.22 * added support for the ARC architecture * removed support for the following platforms: OSF1/Tru64, DGUX, IRIX, Symbian, BeOS * correctness and build fixes- Use FAT LTO objects in order to provide proper static library- update to version 4.21 * Use MAP_SHARED for read-only file mappings on MacOS and Android. * Changed prbit.h to use builtin function on aarch64. * Test program build fixes. * Minor fixes to support unified builds. * Update library copyright notices. * Removed Gonk/B2G references.- update to version 4.20 * abstract socket address support for Linux (incl. Android) * aarch64 support for Windows * support for riscv64- update to version 4.19 * changed order of shutdown cleanup to avoid a crash on Mac OSX * build compatibility with Android NDK r16 and glibc 2.26- update to version 4.18 * removed HP-UX DCE threads support * improvements for the Windows implementation of PR_SetCurrentThreadName * fixes for the Windows implementation of TCP Fast Open- update to version 4.17 * changes to the Windows implementation of the networking code required for Firefox 57 * a FreeBSD build fix (bmo#1391716)- update to version 4.16 * contains various correctness fixes see https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.16 for details- update to version 4.15 * added TCP Fast Open functionality * various correctness fixes- update to version 4.14 * a socket without PR_NSPR_IO_LAYER will no longer trigger an assertion when polling * the PRNetAddr structure has been extended on Windows (bmo#1313612) * allow sending a zero size UDP message on Windows (bmo#1331810)- update to version 4.13.1 * The previously released version 4.13 had changed pipes to be nonblocking by default, and as a consequence, PollEvent was changed to not block on clear. The NSPR development team received reports that these changes caused regressions in some applications that use NSPR, and it has been decided to revert the changes made in NSPR 4.13. NSPR 4.13.1 restores the traditional behavior of pipes and PollEvent. - update to version 4.13 NSPR 4.13 has the following bug fixes: * PL_strcmp (and others) were fixed to return consistent results when one of the arguments is NULL. * PollEvent was fixed to not block on clear. * Pipes are always nonblocking. * PR_GetNameForIdentity: added thread safety lock and bound checks. * Removed the PLArena freelist. * Avoid some integer overflows. * fixed several comments.- Properly run testsuite- update to version 4.12 * added a PR_GetEnvSecure function, which attempts to detect if the program is being executed with elevated privileges, and returns NULL if detected. It is recommended to use this function in general purpose library code. * fixed a memory allocation bug related to the PR_*printf functions * exported API PR_DuplicateEnvironment, which had already been added in NSPR 4.10.9 * added support for FreeBSD aarch64 * several minor correctness and compatibility fixes- update to version 4.11 * Enable atomic instructions on mips (bmo#1129878) * Fix mips assertion failure when creating thread with custom stack size (bmo#1129968)- update to version 4.10.10 (bnc#952810) * MFSA 2015-133/CVE-2015-7183 (bmo#1205157) memory corruption issues- update to version 4.10.9 * bmo#1021167: Leak of |poll_list| on failure in _MW_PollInternal * bmo#1030692: Make compiling nspr on windows possible again. * bmo#1088790: dosprint() doesn't support %zu and other size formats * bmo#1130787: prtime.h does not compile with MSVC's /Za (ISO C/C++ conformance) option * bmo#1153610: MIPS64: Add support for n64 ABI * bmo#1156029: Teach clang-analyzer about PR_ASSERT * bmo#1160125: MSVC version detection is broken CC is set to a wrapper (like sccache) * bmo#1163346: Add NSPR support for FreeBSD mips/mips64 * bmo#1169185: Add support for OpenRISC (or1k) * bmo:1174749: Remove configure block for iOS that uses MACOS_SDK_DIR * bmo#1174781: PR_GetInheritedFD can use uninitialized variables- add the changes file as source so the .src.rpm builds (used for fake build time)- update to version 4.10.8 * bmo#573192: remove the stack-based PRFileDesc cache. * bmo#756047: check for _POSIX_THREAD_PRIORITY_SCHEDULING > 0 instead of only checking if the identifier is defined. * bmo#782113: Add NSPR support for FreeBSD ppc/ppc64/arm. * bmo#782124: Implement PR_GetPhysicalMemorySize on FreeBSD/DragonFly. * bmo#1060292: Make PR_Assert() and PR_Abort() output visible in the logcat on Android. * bmo#1089908: Fix variable shadowing in _PR_MD_LOCKFILE. Use PR_ARRAY_SIZE to get the array size of _PR_RUNQ(t->cpu). * bmo#1105144: Two places in NSPR's pruthr.c cast a pointer to long, which isn't correct on 64-bit Windows. * bmo#1060401: change import library name under mingw. * bmo#1106600: Replace PR_ASSERT(!"foo") with PR_NOT_REACHED("foo") t fix clang -Wstring-conversion warnings. * bmo#1107063: link NSPR libs with -soname on OpenBSD. * bmo#1120772: Avoid defining snprintf when MSVC provides it./sbin/ldconfig/sbin/ldconfignebbiolo 16883770094.35-150000.3.29.14.35-150000.3.29.1libnspr4.solibplc4.solibplds4.so/usr/lib64/-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:29695/SUSE_SLE-15_Update/d25ee3b82fc5ac18140cbc1de31c5021-mozilla-nspr.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1120b06309028d4de68da5beff6f222f13e9bc98, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=21be06f36e8a68560c67a20884df2c7f9a519fd4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=c60534475aad99340a041e7f71daf4cfcce65ab6, stripped PRRRRRRPRRRPRRRG8M?~utf-8d37c347958e97bdaecd6e55148f207d7cb39834afa3482156a7febfefa45e6f1?7zXZ !t/^]"k%f2וkH3"b*SΞ`DoXIŅ~8VKG lrMC tK_"U 19O%Ѽ-Zgn:ا@`5eu<[] +^= 7Re]H~kv|C 4.Z> ,Ro_4v|Û5]N\N bi+F8-R" n76ؙk1>1πcnGByJAgbϤjDnC5Ts4=Y<N06Ͻ12o`=czphs LK56:-"x1% 9죰E&tnx45쨤,}$}0xU\#FԶKM1z VǞ醓Jfs$R=OFv'Km8@&zx^vb@}WW>BOCu睤VB$0O^(feN|Tr6 s4Q 32l7-c}t" 훩(_YxN_5Ar@P@Eng\/fTO ;Lk9'HlgM!.0Ju)KܸfVb_a[|S֪8E+Z 9`LMpwƏ,7Y@.zHKRvz櫢KWtة(mf zY=9jʇSrU)lRTrgB0c='hKDTw/[?S9MѡOhأu0himFɢ,0eFJEQ9 -ycPG" ~φ@Th֮Mh+anB%ȲeZqQ`.*Ly% >`!0X$tD@N=AH-5  MҙB4j؆:-N7[kG%Ax]]|"0/re:պrzh2W$oj3cJ͏J=Vȼ\WK&w0:?a4 6LUu%ǏAU&%&7Vk2z8X˙?z¡oFjwo9pMQ @i/QSg3[{0t}p` 525qQv0,I^ OEwG#=<',긭 i+ȳE٫1opMG 3H=!a ‚Rp@ӊ0ei/rqEѪ.:r^ T.PBMp!w#Çɬ㓻1.Ff%T2,k|JSMCW>Xk.h< &>8(+*0Wdfux ~wqTnaZB߳i+B'! FsqgægՒFji Lߊ/OWʋߟzi+$ 7lI,7g$q579) t{VMqe^DzkyQXt~A[=&Ip@ G&N4imgMٰr"-}>lk?df_AJ ";GV 4NDTibG/ь_7_oJH$U6.pY(TcʝI>pN?RFLP)Mmhˢ&!օ%{n9[_K'Ղj۟&=FMwcwohLn'zONf\+r9;BP| euǍlS< fk}0ִKp׊Slؤ*#x uj)x Xvi8Uڜtv= p"ao]QTc@?Hz?fo۬G w?6Q^L V(l/k Wybäa|=볿BJG% ~O[f"i!@Zj>(t$I~9@dfg2 -$>t$"Z\+L$ޓ2YҐD:"Ǵ]p򡴙*h. dˈ4W,@4FF ?fgá&hE I(xAE raT&:b^n9UzU!`+ϻ}1ճCGTaR>V8X_%mIr?ZJr$m S !] >p>Goq|Y2/(\՜X`d n2/ՅP{ƺNv ݒXUOa ˃a+J1נ9ΉpfkiUYhϝW [QQףy@Bܿ0un=Q QF>G|i$m2O{<\-jfɍ)=+tƇ7| ^8xlݺhS =r({35;K(e8[XiW|I@MY"Z ɰIb \gfþoﳅ@1dVJ\CrՁ\`cݙm˕biTClL6 ,?Zw7X!]) ,KoOVAë)&_V THX.mgv\^J xM[d\g T͑hHe#8D;$d*}?6H_hzH$wY8zu*gY8\\T.оti`jJDZR4F 1T,e63{ʜLzK0HӔn-|d,a&7]Ru/ɘcn pEz`IT `.pY&X F!~@v5Aժ|ZTŊXRkZt5T|ު]1!<}ś#NrvJ!\>'$o5$pC&Оcŷk}2Da\(J-+1WlsyD֎?HVmFRS%&K+08A4ޜ}߱1ή' ҅]oZpXtEpg||{q=!C:*_AМ\m"qA$#He%(\Zv-rUq$9-LTBAC}fua?OROV!{UN`uM/P Ιbxt0ZᜀOt]I{$粑Wvf|呤m(Hߑ{y.bQw # %POKӠc7eI%Z޼ @")# S٢FH[ fHVsjB >ƀ,Y]m;g2thIx<(=7h+؆{MnE lOsDɧ7u:p*t 8̔gmq8>x( _[ QlѕIul\fs\~eԢZF/>D C.Fmjó clOvaHz;I5bAN/ىI>0Щ8=]M[4L@֞& QD0r,"n̈́߅68xZYj̧.*B"h ixց]'7||:zZ~ /j̘·0xoPKGI KKy|9琻@+8D1[;(Fv ?LŒ9mm@E_H' xZզZ$$!Z,ӿ: K|o?YEqi.3kP})82%sM#j DIĐuBko"E?e.mAT_etD+[UV;; y*v~ bt^Cvjpi#ӬhO^`m^86aSȥ ymx]IP69evD)R |rt3wm|sm wbD:%h]&`Nf彳̊𵱜@3Ч]|CڑSp{̣)SY h "U}F_ֽ_Ѣqɮ9\c$oct#3AA㚯P5XqQqxzuJ{Iu.1k|vT%R易'3s# cޮf,1Jˮ}EHs@8 G)ѿ|vE!pPJD%_=/ؤu0c$y]b^+/Jy췢)XwPFgS3\HgY-rjD, NgGL*T jp1} .C ?BJ@7pC1r>QFRKnLZN_]KVF굖lGPC=s,-vwT0ڹ[w/#۬{]k)-aP;}i( e lDf2U4փy<Gm /c_BWJXgmΐ̖7~#-͆OLNf'n,9UTߕQ{;yoK{<[U3kY649((c#lbO4gcԽ1^fl=VziI^M27?-Qю8 E໘5} t:s?ʝwe,wa*ipR&M%(m)̩>UbߌS"j}W594 ѠJkϥh٭+d>ٜ1[x tQˑ6d|FX%TMe/jb|Ռ&0Wv_:@R,<]w^7}vMI*hJJ^fϢƎ+PNEJa\G8&:EAoѦO,ɥˍ^li0ɤ3I7 P팋r[(VweFuȵj|~I!Un#S65OnM|?42 ha}NTQVf8=:̭tĵ?Dݷ/BMבVVzcM}2<Qx@.HXCxs) w*_bdzO| 71=trW {-SQA5IDם]iR9dF1ԟa:&T~ȬvKvo5ڴ/H21.㐻en`H=f* 5;['|(g3L33;@ڽ`Ɠ0Q yr8-b VwNuu2B ͩz;tNӝKIZ:z!47a͛J_`h/R듟SY6yՈՉVtn4 ,K65]>T:*5ǰn2{:ylHYE?_5$̈k7F5Tm"ﭼt(}$O6 -Em S;%Ǝ`!aB5\y_N~coL|il͋bZ;݂>bȅPHY)fU=a`6U@Ǖ9c+E;`u{jl/lN 7o%20%+ ,I`G|ib ^w1":KVxpê!~(S* ˛Bv4?}3q4 d_o450A%`X>9p6`ZТK)1ZUAe|9kyf}=Ga(G Ls[A8ǝ  j4R L3n=[%^/TO# o.yhf*o=/ zODqU3bEF]uaXMt6z[By<:[w6z'dְڥ27lD-/9+s:fj\յ-ISr pg*i89t 7t5uz7E߮8^A>[$>?Cfl]>*#޸I.15FB΁<…sX-V&M"/KB,oS9QNL*!|7SבJ|;*$Y?ֲT{ D(fytyΧMAse޿%xCHwg¢,w<Nigqmv="$bh%EۂpQZg3|TpKB*Ss=Y$|[\+FV;=kr/p9,@ xR(aoϽ\-Jqz@qʹxb8ZBZt!/3hKr,\J# (;L Gm=n,rogRS@|4euvFc GIMm]PZSlF^?Ǔ<e>.:"4pb]ʯ4My گu(%2{vNPnO#[i-𘧧nZ^:?`*{WۮǤ&Q$lk4DVvһƆ3}(xmʤ5Fûח3d ӛ|ŽFFju۠U31_F}#ӾVt-7XXÖ@Vz#!PP QԇD4OZ`#I.PS-vg a/xӷ/S v']MUw°Q#İ\ܗ>XD v%6#xL.+fobNVDX~!e8ح5IG=2]D(ܻor_`$f`@ru'!X]Zyc2g {WOނ]qRppʳAd$<$h3IB%&Jc9IA YzMJHBS vf^ؤi>kaEr/b76GL&@=e.dhvGv5"7%– ɪ%1E*ZI9W C\ӃY@H6p``?g%+u-Mm}(`dݛru7eېڲ*_7% !/9~kFbWC+jB p0Ʌ͆2kIc1p FWh!: 7TNE`J ҟOa sO&]4bRQLs QZ-,(MFvKT>%8Yycht1e|SC3Q˅D ٯ,NU.5r*2~jo؇{=14;xrƓ< &!( 00ÀXp{yЇ}0ۥ1|rk&aoފ`p<_GC](W|zsSߕŠYz*Gav~W3Ct/lۈgI6ymq'dSID/b@qw0M=B~l;w),Lr7dIY9OΪޑ!#{嬡&;$/55I!{mKTy˹&> ] w6/i] > яO_l%rd䃋DJrG!,]Eho. Ѣ,$ϺD ,̡%?j*%+ sS ; q=lvޥ($-hm\h'tru悹gb|h$w*'R!O'!pB7㦬rXq(oB,i@[ȑ1`bUqMKݜp^NC#6ېg5*I~m>y` `DUgIGrT:gv% 5z7cʟ–gCeL1 ȱk&2kݗ騒j0R |Oewn5S᱓6FTZS>b5#%Y4t$ ؅?*bIw$`fPNbl&XeI7׏\q$)Fk{|;goؓUa0!m4i~I+5 z9Mt"1@  E jsekIWtǒf~X{jQҗCPA~"+ΈD6\8jN*vռ.&F5&:Gy0dcQ9JWVcdzR/&ҐW9eoe/g4:J=F#PGS Ԥ б' $c{&(AOq#8S$Sk1+MtYSwBPXwCӈhJ|dz ҇<2 ض.1ΨNYF<=s Z,S:e8 T@g.:qu|nP2907VHq;\QJ'灢-ؕ_f,_p\GҭYJ-aOsTD΢Td.ԃ[Rw[v{ 2NbTdVMnsK7B^̺JFଇҀKLgˋ< Bpy9wqֹpO 4Gsf T/PJPTC#$XbnjPۜ\r9];> in>PH4))e}~ueX=$̍9z]#'#ۡiE8 nI".ϯs 緀2B!"4~ AW099Y]T$Q9F~]GjCH(O畓IKb{yEERߌ!yīVn v`It}=Wķ,3 ;X0Oè0כ\$`Gv~kȱIiʊuC|!үMwe/KI2*檧`^@PbP:;*㹰w ozu:zm:J 5'ywȰ"Է\3`j&@p=0*ALmF!A3ߌKe%7Hb΃RX\,34^w˨VIunH%=-mנV6"C<4XsOv1՞"_'!25(G9'L$XԁL\nT<ӿ/FrjrVwے~MeMݷմUw p +`Vl?=%z5#9hi[GI}m+l9IXd:b=dU!uӷZoID/YwT8ȫ%3l&n~8r0S~Cp77WtҊO)*SN\ٌ7 a˷w;K!z{X$bԊqmH+i9շHh. @XbX7SKRQI@ɉp?DΙ5y4& Jkt?,~ Zv ,p.|Doiق~䃄^B-& ЫsSXH`ʣ , ^vAxχONQL-=x}朐ڦHMF (3м:Woq\x6ynRM/e6ͥ $Djur~Rmvc͍&IP٠L%+JG],94m!moQ:jҸ1 w&͟(DZi=]v0!BڂfI*;!;Ⴑ]V7o2>hXs ߎҀoFwJf"S&$l ˶1Bbӫ>eLk=]Zli*S`׃ yd98 WqR(މ/[_`)7ͯL:;딜_Ygz+;Zwf~/ܸWFue#ɀBHAfc+KPld!Y~}l"px'[2Q{=@9{x_c>7>B/Z:&d[z"pVlLZMtڛ,&υ|T _G! ^NS|\]t7_ F^Tub%Ȼ@ac^Q\OԬfkt$ LL..jͅE8]o\0 ɼKwLP8$. Zè0|O`M0zΟc+Oxkpҽ?Y gU $ E(  ]ѕ?7/Yc탛9୴1Uga_,=U^dgz_0K}+5Mӏ_1` )M#t_-˄ _8^b1cI[+!Sq ( ^>Y%_ )I`*=^:?טx>F@N~9>shVT eƄU_"WH"WĻ nRZ[>0#}Uʵ8(Mm疪C~A2Lްe$ ]dRދ8]-^P=UF'T ޖt"N>Y$qTh;7 Jb¾Faޝ/͊^uP<\G΋dٕ,7 {^*|C/Y4)?+-HVw';i=oEK˃q{s.PT~C-H])%;~kETYA)=ejm+`NX!a£z;or|ZME!oMRRe#Yh"I2^K09L8mk4[3:g#%w]B:ݢӻ5Y5ݡ;&D#0[>\L [yPYtUB<,1*ǨfU?o˅R\ iM-U z o]Wm2 %3t"I;|(55qp@?'Ӗz>< U#=j^7אD⩚߃ ا43rjt7қ |՞ԙz@}6[6͈KХEQZ^!R}CEV7ILސϺboXGrYY]l7S++K"ESڝ!0cUg;$հ#8  Bsv{UrCb1Om霍17<ޥi[ ؾÜ4j,_ c@ jeDrQ)Tye~F{Eit!h *^"iƸ7} Y܌G4W# c#7A# 7HOj>L9Jsp C̰ Y=j"‡cE*JG $oUIK}\J2i(* VOA^= ř"ՆPBvzƒ0}UK"zPrlr*L/ZV'WA Qw-$4 *H{O|F%yoUVZ#@@RxY0w{HLiE(_:/ż 6ЍjSbu-pMI3"t?^!现8PɖRWxͮ-ja#Y=hoJ-_pbxwLg۴d>. o>;s#)F]<mxFMۮ~~VǯlW;tOׅl3:%,:Z!^}9[Z@TXR^ ̋ H ޣҁ/;W" |kpcQr2h׭"v;4ֻWxrFn9?sޱWҭY茋3J#R|p+;j?ף}v#(". | ȡ_D}idYʹ\- ֝q=WV Un@d Sl3…x^shС;kKV/DР.sdX{co[>vE7[oB2ێoc2l8i8ipёKv|ڍ1 sVYNO">NlJ4Bx/V8@!=F 5sB&C#=n1%^ٷ9[P,qqWN&`Z4!wojUF=כl"MM 3t․a )Z'qU<TѤ%i#4i1썡!s.lWmճWc9G{ v%{W|k?{^|n dKI_௧):uo@-,#pd?&te)KD Ϫ%/X .ͺѓ=de1'㤄?U.϶Y˶ScIVØ8 ΔGzlbV㗙3_} n>y ø# k]w!6rW;sZ޼z@׆ߑOdt`g"g!v-K_<יv4=Vu8ݶhfXnW!<yåe N!Ʈp6s:}>_ׂz@Q7[:T!p}Y:m/$0MF X AdAM0>yo9r6PXwAcGhTN^\\]΄!O@Wfv$#=:[߃9K+#%Œ.$?pu/{ܼA\MOp"8RJWUFMaS XxO4`؛6^0z?+܌`2z}^gXRr\O[L_2S K0.2&T+L銿S`)OQ䆟"ҲyׇYUp\/>Ȧ&*boɇ~ZwQ?e=JX&ܘE) kT !/QSY±)A$P+yI~k(U0T;<z:u=LFb enkq8}74' ^gi_u*PqĊ1g7J# 5UGZd6#1b+luz$ Iۛϕ!aJhEAT*uB{Vd> p֝o4"N@B>L!0;_Ʃ8;؟*Ȟ+SSoӉ ta&C1~2jv壿aGVrI֌нsBn,)Q,r,.q-%O50ߏIR28+(VLM1 Hgb<ׂsN_Z3"ڳޡ(DXF+~QB%~spju*mDI,?6fVPԨ 3F7eTTb( ] wmh0}2{LH YG"Bg)ǃ͜Vbv+gbsykq`[ KKy=9 Ԙ.%1:_ 7}q=h Kud%W!cf2~%>?:N4Pvp"ֲADWEtbfXnhWGep+_$Ɩh~A衅fogaeLdԊ@1a3{Y܂ٽL{LѝK> ݋8,E~T`_cLX'hܷOt'{i1N|6?F[ ];k!-V,Ù#eW6STɍ6Kn$MkymC@/%;&5j.PP1-Cj< [,D|5=}ULH kG'<&|o6vˍ}߯G 5A 1~DEzr2 frlXy! hVYZ HD? %-)#͊XŻ /@~a)? zN\I,<`$݇ykBjX*@)/yWT]nCg ΉK\R< 2:jts~V@b,(>Ng[H]وBbm9 -3EUy+Za}Ypȭ*Ӛ))<Ɉܗ4ocݶՑ'+eSu a[p*9ҷ7pLkl Ԛefэl _ѦL$ Bǟr&+8.:,2=CUetΗ:J.th/.QeraSc![p,#r/U uNJ$|Q/ڣp[6c˜:,p ;h$a9Z|OȂ (uM}.;k T.#6JT%/JEw2^ƇT~|}Q}?a - eҬVkĬrMBo Ϝ3p(K/]*. `ߕ^iT k('b⩫yplFMҜ%IhG2M?>aZM}'m&SI\u`w:dsĖ-]飦wĽtsg'TjS?A p&ӱK .#輸TeYsl[0<([tz j%V/6$W($`ø؍i8gK=e<9Jgb(Q GJ6g$9<=#d*=yNlV}^ewPʙ=+ y5a\Dm}N- /|fDaݸm 4nyZjsq%gȜte܊DVAe n14ΐ^[_Ӵ @Ϻg}P{9A`2]ϖq2e$%F7GiµpFzՋuAAKnbEyS%N K_:jiLH G^n]2U%4r_Ҫڂ|5A^obMh_lV"r`2oʛG_&y dhx evyѬ9osQh2b sȹPH0k}~"˚hGـ0 բrNDr\ ݈!NK{z=R$$ P 3dǠֻ8DZcs JRcph!a*!9[e7j +dD$빼ls"PҠҾy>}9T }mV{;Hi ݭiΩ̳J%*"&WmM8 [ hz;nʌV[pcF#4 F./h[.ӛ! JqOh 6Fn3n#Bsn!%X9?8A!S# bD< ŽClOMTn{TZ|VZ鲛-E U{) ^a.O -m}VC?4侍10h=M>=μ;M2 dǩj@/ݷm{GM;:,'7g>,X8>;8w=P(%+ +,Ϙ)`U|Pwa-cμRt]*⦗-"F#`C9FbêwD&򵷥>Q('yZplۍoΦ5Y(Vd!`WZl+t$ۣ |n"Ng*7+dzB-  HYU¯ڝfLH҇ZXjti,Z(̠WK|\czb ,2vȽN s Nn)0cA,$~ZTľ|gYV<|boH5>8Jl=pGPYEW1Spe/s5hroβ"90 spG7ϲZbW#j=λ 5fZ'/7/ TrE6$%}n֞WcX#%H:}— YZ