mozilla-nspr-4.34.1-150000.3.26.1<>,ԉcXNHΗkA8[2~O tsYW~UJ1bAP\忖?دTM6W G -NtmF}=g.-p oE:aLO'=<=d>@)?)d $ >LP\`y     $  @Lh(89:V>%?@%NF%]G%tH%I%X%Y%\%]%^&b&c&d'7e'<f'?l'Au'Tv'`w)x)$y)0z)|))))Cmozilla-nspr4.34.1150000.3.26.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.cXMPL-2.0https://www.suse.com/System/Librarieshttp://www.mozilla.org/projects/nspr/linuxaarch64pcX:cX:cX:3d0b64bc26873032d0fe5310b5f5471a5f6ae6420eebed2e2810c4edb8086c28154e9d734d1152bf109db66c5602b152f3d9170b605f9e2727bc818d30f2d45d679f8547cdbda7c019e31b1cdaddb82550f63cd71f14226aea5d828696558873rootrootrootrootrootrootmozilla-nspr-4.34.1-150000.3.26.1.src.rpmlibnspr4.so()(64bit)libplc4.so()(64bit)libplds4.so()(64bit)mozilla-nsprmozilla-nspr(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)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.1bb`@aM```|@_ts@_Wr@_A_{^^F^]]],j[@Z`@Zz@YY@Y@YXXX-V2VuFV,@UT T martin.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.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/ldconfigibs-arm-4 16667766364.34.1-150000.3.26.14.34.1-150000.3.26.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:26578/SUSE_SLE-15_Update/7c12e49989ead2755a93c4767a559ef8-mozilla-nspr.SUSE_SLE-15_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=b1edba052cf314bc0b1df9f3e9c60ea709bbcfa2, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=906fdface3f5922d3ce962d6ef7e8a7f1d4ba916, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1fdb720b7332e3b06ef4fd388fd71759e8143fd3, stripped PRRR RR RRRPRRRPRRRRRO1&ҖSutf-87042b3a933d009d67e6725ea96e2623c77264625b3a1b7fbc67714cf2f9571cc?7zXZ !t/nV}]"k%f2וkH3"b*SΞ`B ߜhοUEW ud3HM۸''XHW): ¨ɛ9RΒGV6:U; e&)ZF_+p'qAk-a1k9+@|ˇE|2`^cT)=Wb8'`q'n }ǡ3 M'/yM_^ϳ=7:xg9HvwfHuˑIz3^bmh!m`^2e$$n8O6 p@ӪWga]i  B=9S pbP`p1QGIs>@c3~ 'M;n{pI8͈Պ @_z VwxCX }N,>=TD2swt>8g2p0Ewچo:bBP;ͅ=+f2!b|./FA']%'@#5P ] zwBDgY{(#]ה)ee<^m{(YlKwCaxt*kcP_2oqil^\c-Ftآxf9~& PQMW,vmigDŹ"|Z ` +Sw6Z)~X)XӉ[/BȤ>[}/箟3l[[)^EMV,E )v<;҆vFG% DāpJ!z)4Rw@S)2n8+^%Co&y.]m8S y#ZT4HeOO4}N)kyצ۰Ŕԡi Cry6)YHdݓs^G@5iQmu*ͽk'q\2ENڡRE!mmn9L A&&O4O~J I%+;{R<|I19\EGǩ?p=ej@0cGOم0Z1Y>\ ] ~.vkUT345i^v'V2x[}mig@/ Q d(h Η$z(DHx\[Fm- \ƶ"c_OkrByT~ݣRrk51Aul=jKF$[GQ+m3A\.ZGY+Fa5w7+vx,G\Ngd(\r[`P}7Qgڀ#Y'ђkk<.&3cuC ^IPē;j2Ort"EN)wjDp:}z$4iXkJw~?jESd\;rS*Z9wSq? WMfj׍){6Y: Ke8 ?by)^ܩ$RwY/Ial= v"2>"4GroSp/FwXUZn*' Ra~Tmut Nj]-l<%Iª$2㽂hS,^47FݴYoSJ``^R0XQ7@) r7ڬ:`1J'p(2d%8٪*p 6]a)plN' y&BD<#T)6 6dJ&G2jߧ3l|St=g$|F yxd,b2!` Y/& 8K~l 'Tצuրw'-ڀn虧 ݬ$q8#`aͮ* dl'HO> ljMvKD*^X8>U5neBap%ˍKu;AB^иۂ:nwOBr?ѹ0a+7 Hw(~tzؿf -Q?!6ma >d6%7o622F#╌ȼ IѤ-Z}(1ߥwˤԹ|":sH>a [L(^AoAFE!mrC􁀱ZI90r?ޒ 7\51"8׵#wb!{mW.2J,jL`uF;;f?ekϙ.qM➟4儯1]_D *ꨕF_E$iU89/`jWU}2ֆP%(δxI>X!e->YAT'>i!П {~\|#|oA }緝Bχ7Pmk[YS;uNar1w\`ҺCD]D1z}/mJom7-oӮ-gH[3 yPSRKg7'pi yO淡[ ڛꬍYF52iO+(r+zbֆ XqB?yng,)0iݵK6TA7' %LW?3bVk&5^4P'4% A a(KِɟTĎ%75Kj=Y"M | M0&ԭP g`2T,QOT-6JUn\')KZ*~q+lk}ϖ`V[R, z'rJUwLꕴAk4&,7:q=dлXe/![4Po0}oyզ4^%?nᏈW$+f6@! Ŋ$PyC(vk]V[qs6ѵ6` H}ph;۸ )w*^pZ&~K4"Y^KgkFg|l: =Oց_#R 56 I/jMmZ$GՐw(gyvi[ԉ-!:l޼+ݪ:rM$8Evq,On}JbeZAF q Ĥjۡ3xe(4Fߑ!Tu[Ҵ3\VF?dJu-[8u(R4t[\u$-&T$]͋F?5n@i\#ն"NMb&U<-C*&9\ԣ7PC]u'|S % onpHD* @hY kx/!<ɚMkF1Z#&o 9խYiybĆmYؚ&{Gx؅&`P*ËiBI >#ק6˙Οu3]CD+)K3>Apx>]_9dQ/gaVW3t,FtɊޝ~^s_Ȅ)D{%f՜3khtΔ!4ƈTjr\%!dUW$Ҥ|abs ؎S`,lԗrR"I4K}80k]c:$G Ze F<CK3?u\F|z(e9d]d5a"Rl;1+Q"UT_2l҄="d1 w%*k딸߀HKPNa?AӨ.kJz I@!:Н5eo܄W*C7XkѠ[/FZyu\u)?`"2KL BNbEomb^PLZFʸ=0+qVH\{]!QmGn!_]_*F3b аP}irA5U:7k0nti;A 9hu KMD}mڴD2_]/~R n|Xm[N)'*e.5~!-,H>: 3`0X"_: ](3ѵF~ ]H cf 5oJݐWэ₍ 9zsZ)ϐ3] EФFC|4eiw9zvהkԡ-Ss\awW) ~~}ӧh'rj$Pz ƊShBwtsy; yasNm^[CUI@e}|`^[Lw P@RBYcy{\.!{ y ^0݃X .ڂcaRRչ}-xW)bao1H>Mq)46QBG4P3ټ}ozLvRT{# ZbAfZjlFnBg5ekiX%~ͧK} "33R{\4h_u/&5w 7#b[G`*P@ڪ%&&C_1cYܿ|""WAg|@m@ܢ#zì?"VX}۩zD4ol_!z 5ϴN-3ќӿC di2-xbӫo;|}>}0vhbpU+=ф53.wDBKrPfG#flfUad!ܒz 0L q&(Ħ}& zƞ!~l0AZkus$1W~Q;mۏklӠPπ,0 OH]Fț4N*:[ /Azai $2IQ @6~<%0G9/PBH@Ex@)Nld;A4ѾWkBCCν~ _k,dYd+Lj!͉:6 7[5+o3RHQ6ҺcR"ݪ5=GߖgUkC~t5$ZHy'7g^6));$H(|d^MqPvĘye7\.;9-% &3-gSOj\RT\\"IOON>=؝˚ Lz*eX/N9܀F[&,e ڂ_}=} ޗvnGpo^^w$N s)nÛ(c{7Cӣ)[!NCT5 WVvBc*Ӟ})?GbyF:\ǫ3/ySXߥM.NezOH~($6rb]Jjq_rK<73-ytbZz%|d>(_La\'L%md7+1ϸz "#Vw,nŧ-nTb2$3y B0иE4?/t&k aFu1H+@]X;g+:@ǒ_L9=rXw{TDl4'9ݨc;CuEt.-r]U]]|rx#XAvHC'1| Lz?_gb$QB 9cvkAw R3f]STuE|r-3+3w'YmJJP ]~#ڶd\>4n~@XP'm[!oIf9P_%V6gFI Dh={,nV*34ġx^DetvC%l(2 UX~cn<'W}*wJrLhho_yO*9S?gSU2^ROC!4h-وĚꡆ;ޖw*:G0 6u1X[g@$`t\e8,n.S&WE\ Vne5?Rs^qIywSbEQRtX_D>UEV8dVc6\ׄ &"'26"iw v}/HM\ɷ&(Ysݶ;fkULA~lhYa`|ODLRj)lewo|'dG).> * )^hElt!CtTWN1pZ8ݽX}yMY ưRRkh#?td`^-ИsrdL€ Iɡb}7X֠,В,Iq}Iz_\o%tK[$dӸ.qP>|A:`6L&@T[W)* YtA&ɇ'+Y<3q-<=O3aktva \;PS<gY+r?icu6e|KiB\jZ5z콋вF<݌L3}mu'57s3̸9xƟQd>]0U,2j'1Z)5U}^9L@67\Ieza}I=Dsb˲;D`uطoʫQ]@ NxZ{3鱱ѱ76YQT_쵵B]@ z'뭍yitJ6/#xȁcG3_\ֈ0E C"OHIi5G5=,=~\F+c$r)T/@1W%eBUT< -gY}0}U.$-~ylT4|)[!Gsﭪ *҄*ڞ=2YHȠ]m\P#jL::"kLAByPaA$>BnJVkפ\0}Y@K~VR`Svf-V@' c܌~8j+iyy3=BjJ5 =̵S6횿(N]~WÚCĎ>ȶ>? 1pS8ΟJ-!>l.1Wc'ynja1a\*R]9 aso $VaOf3^`PGoV }WO46\ )Fcˎll etM$eGw@,IQBmmpxl{W7n|GrCւ G{иHxqTtweS1>eꇊw} !Q`)|80:iXL,ׁ7%@ U J3e-7ti}0xK3 "&`?|@/vF WCS'xR\A}'6*=55C/#k~El-٩t\#5TцÍ> vDޭۢ3qOӅ A1&B曲 [F|߈yx~m&:{\A[[&h`6t ~m`?1Gǽ@Le @4XΫj7t8/$-ȩѮڰ$sG5OSL-C \E^X(C+z5_i{'Je'sWAQ6(JN7v`~Pz/OPgh;zbπ|J-.nŬiҠ̀̿8r¦To.lqpQշ'd*n6XNX'MoC#Gh!qBqd-%:jpx:z0 BU׉ɹҔ~,4\q0m>ے\sNy?b[&J5 J%ia,/<@cι3"?ϽKyȝ&nh0>NtΤF<ğ"1~Ͷs>giXM=W?,-ލg瘂^Yss!6X D1ϿxŨ~xZT.!ZcxɛRrm_F|OHKyZۓ̿9v}<@Uo)n3L8+AT؞ kޖgVw >H'ht6YWE`>cZ= QiXHg1"PYAo: n_ QDXCH`hBfSDQj/08-AUЄ h~eD=}c\g1sloF- p].x7PwizJCa>dO >}`}M=GUv>0JpƅhųC Tj KgM WQqOo<4L3Ki,%5#6o*d8|{*Umg0ev֎C>ѲaVT eF$#JB ї꧖!G\"p5yE }6 Y.qB0rv?c`ߙnB9 5ybW"$GA<$Ԥp(C'L?rB/ҎG`5+#P00 fMSZy|@{^Z@<ؓ GP8*ZcZ[^wFw*?Ҩ ](&+xB¯^;J^bYMY`" ]p ~l8 lt/MQs٥5̆F2-Ʀ3'?؊[;_U +04%uT>;WwtfH %#th(lO0ß/(2+-xfk b;,K}15P&!x[Nq:uA8Ec4|y+,at?Ĥ5R-|'bmJ>]m$ +P+fҮu !}o?Ҕe䦉:gB6Al Qcd8M 3˱nU*JIeܡ)B*̉GdAh[|,kH' n]%S0ܵ2W> gw԰R.<~ӛcsr pu`[89<=[̨ic3=-"OBJ&_B/1,'Ö:X|/2Gsoa"##opg1(0XjI:QKr:4pxŝ")] foź(7Q#]L8ǂ$K^" pK[ s( 4sr%FՉ|*ӄ L`5E@v%gNonQ;7@*}Ac0V+c h4B )$p.j 1{ۓ"?JO`ƝQ[ݹƈ`=L{e[fh8?g*.;2L 9A=H"ZL`zք>a6I֞HK:6;~OR m < 23s-*Gae@W]ɤ};tĜ)|D}QzWSZ࿉֤H]uުWRiS-/a"_d"v4ґz*VE~4sgRٴeN4H9X$X]#Aϭ}s^졛W;d6?`6r9Hu, ZPn RrzRލ, nvBk%4[+l o)fxv@"֞@q "RS:w!0F YOcwYrR:‘֠/S NnbU<8V M`aSd,|wxzF6VxBϢ]dv62a[Ej;Q@ԋk_g'­mOZ@_g D `O ^Sٽߣ&yUޙ&b}2> UUyP% {(ls/-h҃5EsqW"{iPlG LF8iPm!8y%O_0nKi1-d\ Pw^}{љ 5 "~5l{XFN9RX2IӴo5! rAes7:b*st/Zq6rCU3&4UL9\tj!'V$-sZ`da!-i_?jUPhGY+Ia8џ![>/VǷl}2\4bu{HP(D! `jÅ5KSﰟX@)CATX{7T84\+.؈]v1&[2K1g \IlC~KMBuUG17^6g @Jѝ[HFk#-$ 'T߮=x܈q_83f(rT &Z6<^RVaSy̍S#ɪ"īyW|:dX5xk>཰ z!?t3cFH̑7Jw6챲}Qт; Mh΋z:;(r>W\RDaw"T EK94 P0uer2 *_#4 Z?T[">.5p\_KK+^ǚNwl8I8NUv8|\Ot`FrMnUg{QO_ i{|Cnc&e+f^YiѿBLNr ZE:cd@|%5Hz_ 4rW8q[\ {kϭse_poDzW|>"u9/q\V JVΫDH)$ubiWwcT ,!QDKz@*I,W1~03Hy#"Y48c 5qMƦ_OzZXdMaNVx-qK'{J0Y 7per_R% ݝm>PKWFM _䓛x c.>{390MŴKOv}煛RYh ,A{PxpTӣ"SMi|ʮƲ]/eƠ.NZI{=aJqΦ׸lxwxg%(+)[IF0STE͚W&0В=Gp#^Nƙ~O/T%{m<GB.H/FwbSFF ﷯ÈȂSb5(x"́F&`AgR5-OoI}BD$s֏PPp[pc1ԆIIusdBcR\T[QkJ`:@1[8S8m ? _[Q^_;#wb~mD?T!_/-ęI8kG[fm},@eUX LKT2wND|(Aba_;I2xX\W&^b}|qڣmě4la֧4K{ kKNY1]vIYz+x!,NYdXS[< UYWɇa۾'ڜd$l&&H"׸lVuĸCnH(3 ) E5p>"RKQrPPǻiM@g7Wd+OA<|f_U@'gxzfTXP{8sϳ'5}ٳhӸ1_N6޻2ޕEaau,镙}OV7'KY%7NF*cP/9 ؁~;O2%Z֘U"Ƽ _ΥsaHo\KZn4A#3=]|~4:$>w{>{Lmn**L[o~>1)qS׼b(`F}% ?,X˧4R3gՒ-bkJ{ ,t߀8x$r;׸*CGf 1ј{ ~BY[(f&5zK]BkMD'˟׉:&TS%fuDDL`ѣoV%(cX u?tȕb]T AU}Q[ћK@ 2]nW1-}-5WNy?Eƞb@|Bhvt(n;5]^/}>#Y[*َ13Tȑ~n0`qXSѓ*=-/nlY74jjr]~^k/~glwy|I#!KY/~ pmKtLj|!8%Q+w44.<؊^){̬p7=B;{K^nC< w{TcyRqYp(Ѕ:x+.Ϋ0լ&#a,F!V}V`h081ө앑bUR\⍔.n6!!N1׮IP>m֛a24XFmwGզ |z \06SZ)ЏŽj`"k~TCw[O&:'vHu3F~ \ %͙5, GNM^0YYi[Tgmbfn:@1oq`)Rbd,;y}A98v5?]3I#c=l|J\5à*ܐ=iцDv.͝K(D_TjƫXZKiDp+%G- di1յ""6d ٧vo4 X3Ɖ"sN 86~QRw3ӬKoc+{aC7l3*6RVS[*$IrFwV'] 9+$rHDGw"ѻvI$4BరjiEw |ȩp+ 0o|Fi${k5~“nr膡\ O,D{~wEJWm B΁v͢Zc {%ܾVӫ1Հg|T gtXL X^Q84F,'\uOMe1qۦуHE#;7VK9ܲAe:T0kB5lܺS0ޟ$:CB.iEB|\ES,ő=Jcőfj 7KP4QZ8X5Jcu7Zg*W2S'M= =Ι!ä?Y^LHou1PŽytl^OOx! j"ۋF<;+1.1A-q+Eϕ]3GsT&qcbw)ŎrJOtȫ|3R#DME>zvɲskrG|])pdڟ U >3G;G0]KT (,t*ߪWX-2nfء1UkL_6m 1Mv3:ؘMx kNu5:U!2+ޓD= f%*[qUe9XHW>