libnice-0.1.14-1.40 >  A [p9| f ō֋q˗19"CwZmz%UAuPh\d u_P eUɠJcXݯr 2j#\YRKsg?}єዂj}a|NY7GcTfteYXG^CH̛7 4hX%r'Ty՜Ay'o|N86Wss@ަ%518ecf41b51e0b9523cac5e9737d2b943b4ea92348d9714079a3016094aa108edcd8a16f3dec6aa67dc1d6f6150aa4c48a9d1ad50[p9|5~k߃l'(wً]B4ᝢ% a"5LbrzOM;SlYvq&y޿4^b`Wu_- [g)(Xi]߶| Tϕ(aH5OpD@b{`TUWٞ\Ux$ b*T(p3C_6f?ϝuƦȵeN)} mϡ;dL<-⺻ $uK>p>5?5d   L ,=Z`hp t x     <D\|K(k8t 9 :s F15G1LH1TI1\X1`Y1h\1]1^1b1c2Id2e2f2l2u2v2w4tx4|y4z44445Clibnice0.1.141.40Interactive Connectivity Establishment implementationlibnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).[nebbioloSUSE Linux Enterprise 15SUSE LLC MPL-1.1 or LGPL-2.1https://www.suse.com/System/Librarieshttp://nice.freedesktop.org/linuxppc64le  h[[e1be446f7a28125088f60f634b739f0d6b815098a4e18dc841da9a9085f64fd6fa4f0b9fa7437e2481b1a88c23628abb0c40500d30895e7e86958c4b0c4ac418rootrootrootrootlibnice-0.1.14-1.40.src.rpmlibnicelibnice(ppc-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1X:@WV@UUU8U6;T T?@T:m@SQ@Sg}@S@Q=@PS@OjO|7OKO@Nh@NMMLI@LT@Kg@JJ@Jt.@J?r@J3J2C@IKI@dimstar@opensuse.orgidonmez@suse.comzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orghrvoje.senjan@gmail.comzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgadrian@suse.devuntz@opensuse.orgcdenicolo@suse.comcoolo@suse.comvuntz@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgcaptain.magnus@opensuse.orgdominique-obs@leuenberger.netvuntz@novell.comvuntz@novell.comvuntz@novell.comvuntz@novell.com- Update to version 0.1.14: + Improved RFC compliance. + Split verbose logs into a separate option. + Numerous bug fixes. + Use GnuTLS for hash functions. + Implement NewReno in PseudoTCP. + Requires GLib 2.44 GnuTLS 2.12. - Add pkgconfig(gnutls) BuildRequires: new dependency.- Merge with factory for Gnome 3.20 fate#318572.- Drop pkgconfig(gstreamer-0.10) and pkgconfig(gstreamer-base-0.10) BuildRequires: Stop building gstreamer-0.10 support. As a result of this drop subpackage gstreamer-0_10-libnice, no longer built.- Update to version 0.1.13: + Fix build on non-Windows platforms that don't have getifaddrs(). + Fix build regression on Windows.- Update to version 0.1.12: + Fix regression in SDP parser. + Make examples work on Windows. + Bug fixes on nicesrc.- Update to version 0.1.11: + API: nice_agent_set_local_credentials() for WebRTC. + Nicesink: support GstBufferList. + Better warnings on programming errors. + Build fixes for Solaris and Windows. + Bug and documentation fixes.- Update to version 0.1.10: + Fix bug on component change on the sink. - Changes from version 0.1.9: + Make it possible to statically build the GStreamer plugins. + Bug fixes, in particular fix compatibility with coTurn servers. + Documentation fixes.- Add baselibs.conf: provide multi-arch packages.- Update to version 0.1.8: + Added FIN-ACK behavior in the PseudoTCP ICE-TCP, both standard mode and Microsoft compatible Microsoft compatible TURN-TCP. + API: nice_address_equal_no_port() to compare NiceAddresses ignoring the port. + API: nice_agent_get_component_state() to get the current component state. + API: agent:keepalive-conncheck to make the agent use conncheck as keepalives and fail the connection if there is no answer. + API: agent:ice-tcp, agent:udp-tcp to control ICE-UDP vs ICE-TCP behaviours. + API: agent:bytestream-tcp to know if the send/receives in reliable mode create full packets or not. + API: New signals agent::new-selected-pair-full, agent::new-candidate-full, agent::new-remote-candidate-full which include the NiceCandidates directly. + API: Deprecated agent::new-selected-pair and agent::new-candidate and agent::new-remote-candidate signals. Now all signals are emitted at the function return time.- Update to version 0.1.7: + Fix undesired API change that broke Farstream unit testsx.- Update to version 0.1.6: + API changes: - nice_agent_restart_stream() to do a ICE restart on a single strema. - nice_component_state_to_string() to get a printable name for a component state. - nice_agent_forget_relays() to forget the relays set for a specific component, along with nice_agent_restart_stream(), it allows changing the current relay without dropping the connection. + It is now possible to add relays after the initial candidate gathering. + Many bug fixes. - No longer set LIBNICE_RELEASE="yes", not needed anymore, fixed upstream.- Update to version 0.1.5: + API changes: - nice_agent_recv() and nice_agent_recv_nonblocking() as an alternative to the nice_agent_attach_recv(). - nice_agent_recv_messages() and nice_agent_recv_messages_nonblocking() to receive multiple messages at the same time. - nice_agent_get_io_stream() to get a GIOStream in reliable mode. - nice_agent_get_selected_socket() to extract the selected GSocket. + Import Google's newer PseudoTCP code including window scaling. + Improve PseudoTCP performance. + Improve performance. + Build fixes. - Set LIBNICE_RELEASE=yes in configure.- Update to version 0.1.4: + Fix issue with dribble mode. + Fix issue with TURN permissions. + Fix missing win32 directory from release archive. + Fix support for OC2007. + Added new nice_address_ip_version API. + Added new nice_agent_get_selected_pair API. + Added new SDP parsing and generation API. + Added simple examples (simple, threaded and sdp usages examples.- Update to version 0.1.3: + Dribble mode: You can set remote candidates while gathering the local ones + Add support for GStreamer 1.0, will compile plugins for both 1.0 and 0.10 by default + Cache GSocketAddress in UdpBsdSocket, creating it is very slow - Add gstreamer-libnice sub package: the new GStreamer 1.0 plugin. - No longer recommend gstreamer-0_10-libnice from libnice10, but newly add supplements to the two gstreamer plugin sub packages, triggering automatic installation when libnice and any the respective gstreamer version is installed. - Replace gstreamer-0_10-devel (and even older gstreamer010-devel) BuildRequires, in favor of new pkgconfig() style variants: + For gstreamer 0.10: - gstreamer-0.10 - gstreamer-base-0.10 + For gstreamer 1.0 - gstreamer-1.0 - gstreamer-base-1.0- test suite failure in qemu emulated builds (arm) must be ignored for now. qemu is not threadsafe enough for it.- Update to version 0.1.2: + Fix a bug where a controlled agent may never go to READY if it received early conncheck + Restart connchecks on a failed candidate pair when receiving a triggered check + Fix a bug where gathering-done signal could be sent before UPnP mapping finishes + Fix a race condition where setting remote-candidates on a gathered stream failed if another stream was gathering + Many fixes to complete and stabilize TURN support + Fix a bug in proxy support where TURN packets were misread + Refactor libnice to use GSocket which works around a glib limitation of g_io_channel on windows + Fix a bug with receiving error messages during conncheck + Fix a possible infinite loop bug + Fix memory leaks and multi-threaded race conditions + Better compatibility for BSD and Mingw + Added support files for Visual Studio compilation + Various fixes to UPnP support + Fixes to the build system- license update: MPL-1.1 or LGPL-2.1 is dual license MPL-1.1 or LGPL-2.1- change license to be in spdx.org format- Update to version 0.1.1: + Fixed BSD and Solaris compatibility + Fixed PPC64 symbol test + Removed a few possible leak/bugs + Fixed compatibility with google's recent protocol change- Stop using source service to download the tarball, as Factory will move away from this.- Remove explicit Requires of glib2-devel in devel subpackage: it will automatically be added the pkgconfig() way. - Remove unneeded openssl-devel BuildRequires.- Update to version 0.1.0: + Added nice_candidate_copy to the public API + Make stun_timer timeouts configurable (Break API and ABI) + Add compatibility support for MSOC 2007 and MSOC 2007 R2 + Add MS-TURN support for MSOC + Added and completed TURN RFC 5766 support + Add a nice_agent_set_port_range API to force a component to use a specific port + Fix various bugs and memory leaks + Improve documentation. - Change libnice-doc Obsoletes from <= to <: fix rpmlint warning. - Rename libnice0 to libnice10 after soversion change. - Use source services: download_url, recompress and set_version.- Update to version 0.0.13: + Add support for IPv6 + Fix crc32 function conflict with libz.so + Various bug fixing and code cleaning + Validate the remote candidate address before adding it- Update to version 0.0.12: + Update compatibility to RFC5245 + Fix a memory corruption bug + Fix a possible buffer overflow with socks5 proxies- Update to version 0.0.11: + Handle EAGAIN for UDP sockets + Fix coverity warnings + Fix a bug with TURN and Channel Bindings + Add a reliable transport mode using libjingle's PseudoTcp implementation + Various fixes.- Update to version 0.0.10: + Fix some memory leaks with the gstreamer elements + Fix username/foundation for google TURN candidates + Fix the sending of hundreds of connectivity checks at once the stream is connected + Fix BSD support + Fix reprocessing of already processed early incoming checks when in dribble-mode + Fix a rare crash with failing relay candidates allocations + Add a stun_agent_set_software API + Add a nice_agent_set_software API- Update to version 0.0.9: + Fix some more issues with peer-reflexive candidates in google mode (for early incoming checks) + Fix SHA1 algorithm when strict aliasing is used + Fix google mode connectivity with discovered remote peer reflexive candidates + Fix google/msn mode by not limiting the conncheck list + Fix the interfaces discovery by using getifaddrs + Fix compilation on Mac OS X + Add ToS support to the sockets - Merge -doc into -devel since it only contains gtk-doc- Update to version 0.0.8: + Remove deprecated g_strcasecmp call + Use addr instead of base_addr on assigning remote peer- reflexive candidates (fixes crash) + Use a global mutex and g_source_is_destroyed to avoid race conditions (fixes crashes) + Unlock the mutex before calling the recv callback- Add libgupnp-igd-devel BuildRequires.- Update to version 0.0.7: + Added UPnP Support + Fix a race condition when destroying the nice agent + Stun headers are now installed + Unset timer's source if they return FALSE + Fix interoperability with gtalk2voip.com + Avoid a race condition where a candidate has the wrong user/pass + Add support for delayed setting of the remote candidates in google mode + Better connectivity support and race condition fixes + Keepalive connchecks do not change the state if they fail but data was still received + Fix foundation generation for remote peer reflexive candidates + Drop packets when using TCP and the bandwidth is too slow for the data output - Add glib2-devel Requires to devel package.- Update to version 0.0.6: + Fix connectivity checks for detecting when we loose the connection + Fix a race condition with gtalk that made the call silent after 30 seconds + Robustness checks with regards to relay information + Fix a race condition crash with retransmission ticks + Added a new STUN API : stun_agent_forget_transaction + Fix a possible crash if tcp-turn is shutdown early in the process + Fix a crash when a stream is removed + Fix MSN support by disable keepalive connchecks- Update to version 0.0.5: + Name change from nice to libnice + Added support for HTTP proxies + Added a nice_interfaces API to query the local interfaces/ips + Fixed libnice when used in dribble mode + Fix a data corruption issue with the SHA1 algorithm + Endianness gets checked at runtime so libnice should compile and work everywhere + Add compatiblity for WLM2009 ICE + Export libstun API and add documentation for libstun + Add connectivity checks during the connection to detect when the peer gets disconnected + Bug fixes and code cleaning - Adjust spec file for tarball rename. - Package new include files in /usr/include/stunnebbiolo 15272989620.1.14-1.400.1.14-1.40stunbdcstund/usr/bin/-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:SLE-15:GA/standard/9b5d9a0cb79ae95837dbb1f19df461e5-libnicecpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=529a4fe4218783fc71b2fbf5be1f47dde0338a5a, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=c8c063acc93573d86ed5e1dd5df9a10968255da5, strippedRRRRRRRR?uKw yɨutf-89f513d1195819541e817528f6dd9d22ef2830cab529e8c56f625b884bb80247a? 7zXZ !t/G] crv9ui[: 1.? I!)2G»I-'ݲ}6Wp,n@ 뭚v_Y+@%O]12*"[io7U:E5@I4SЬׄrrj hq<oI삫r h#6;+J8al(ǜ:ap|ޓ0^]w=.Ҥږ6igHAOϟE+6>;i cBOF{R525&BV_'|Xe"S-2չC(,u3u,J**SUM@"`UD^=oU*Z.bҼHr>'7@yk (m#f½{p3MOQu)+/o~6{শ)P7Mz j)W'Bd+~|(=PA# aPb,~ #)+m':4nɛ8jC@Su+遧2St3DLApphl$ Nh8hmQ5i.k/, /X??<\ڵIq|Hn ZtQ"(A2? bF1TI:r̄zȣ{qqD\-mYvE崒x Ʋ"+؜VEVd5ɉyAA^Z*Z<f- Кr*x3U_~XgSvhQD | z$GtD]N9MKF {r* n#Q(̞`QڥnsݳB+rx=h8kHj?;ݔ8po7 wtw#@j#49u ! ~J "Ƿ.g '^GH} ** &_Ͳ)#DoD0i@+@tC굜zՇlDܟDx&VD6B#%(q$q]n7XbS<5Zߑb4CbRvo_4H]I+$])-=069ϞM4nR L% -xLJUɈ;\ ݫm)o˖Z; @PVx1٤uuQ|РERjWP&x1cGECϽR菑[Y[fᏅ;hT0o :)70{&yT]>ҎqSkoY.*C<[xz"#(H]xA%da$UOqܸٯb&މ)d^qu'#'@qA@&X⏔dא^'Þ2@RNؓz3Z˺hjP*jΨ\)ad[+9k[*e1h.C<*ZŭYߙjEs`v wr.F[A;ǬqFYolEzF|AOz%mK5}6jJ/=na.|ԙ+Bo/T2Un kwhUpc_W] )[ψVFl׭8hL[]^a5 ]\>7~jzhm%օfO'(D͔(nJcwVQOUx:݂ M!ߺ%j `?Ep5j_ j^11"tRLgՊ !\0%Yl2&wqXGZ-+nD%Sa Z`d^I5s Ż2C No$ж;L2=H>J vTB&,7Aުl%.r|Ÿođqη1e0 'wEMK訐e ыLdهUCc;1Myx$byɖ"lKU y~xN5+bmU)5ZnMJ> ]DBOZB@99$w/g{Aiy9h UZx:ڞԒkͻYeȓ0@0cDkAW9SU? 996=4φg6sc/Td5[~|pBz$Laf8r]sV^XЃ?~t*ƁŰ^SxA|a절b!ErI]p >ol.O%.[WTXʄi7ʰr9찋C~U2 r90轟Nz.wsy-eGDXiU\ *O'-rB@E]bv#}qӐ+0Q#7}lxnϮ'R^iIFqBT ߝqĥǞЧ/.Qof /yRʼ [ͼ5Sn6zpߐ$SmtU#;KܬnfTMp;0'-e|eC7/Tjy&ud9ߟHGAKWlHYdo+*/ƹq1c󳽿L&Df^l_v1"vBP]62.U'P52)ʂlKuRe XNmS@r/|$ f}qM \w7fk\s|(5;k#|O/ꕂh T<7EW֩UKĘ|0-(o5Q?dڷ}"e gņ1XX4U6O5Y:2 vH/"ioēLiDG~Wa{@spٽQ!cV˟.Xc2SjOӱ%b6U/Xo@Ai$+J:"Vn`A۲rM_5xsc::R4NAsD|e_v(=ցEb.a{_PҚP~ox3On!6OXm_wq'mv+Nقu{ $Sy*Yd{qOBxC8yuTVh<׍^QB4~+H` o+SI7wKˡOVhkfXB{P\4`-fJě˛h%m3Z `H؝cYSn>IfiAB~!)}Er|n?U݊&0E)'ևx. vF6nT #@:m1 8Эe'v^t:_[[e`E~Kӗa ,JW BpGņ-jİt ׫Zg] O EoG/Dfj€C0%L~ְSퟴN7H ˆ`#; дT뢅ZH C rw/l-G%iv3h Q <fU{ R=Y8wz(~PE[1D֝ĈY"ӊA~RMI;y &wcIFx~Pu#-ۧ2*">+ y'ꟴ52kqWbjʋy\S4*>zj~5hz}1 ĥASAѥmF*%`CJʫxKG$U𽀽H 7Pu?ҧVEtzu6:I?\s~V3%Ii+^QwNF^@>Qֱw[`?X,Uʉ:"A$3-ZⱘU:\=&[ e6=ïW=ge2$k OG@E@n"l( PNC/u ;AhR;/g  CLA h+_S`W쵮Dͫ@8HI_%v% ɋ5 NnBW*UI+19L %ʴ!+gWgh'Vm۠- KDasJy{ Hm3..a0+YNTs,Ǝu8T :20p(|YJD3n{< WvYe db~j/.Aov\Q%QĽx\zFX\9V_"E5RC#>ӽvbr @yk˾{22(fi#CZ<2cѣ&z,Qm!lOh/9՜Hį;Nr>Cdn`sxC5JsFb!" pKz_a)T OECY&@c c!6#i ,i|e BBBjZ2..%in>;a >2\._4Y^Ʒq֊Z )2joU)'}iEKκ7}jP,s΂R/́#8Y}YeQ''rkzMqP r{o1V}ܸ)5 qB)Zw"{v`71Z_DrWy3t)y͚_T9˻e'](kϬD]j%612V1_l`rNם;&}].mTրj(ڠ|` U{\R5oVvǡ0 >FGT2 D_g-DITKB-0b(2aEsp4KqwV&1GPPH;~'FIZi('r&FWbvd3}x=LM26(ă0/7jr[,Cݏ:k*r4 6S> ]}ly Xh;c*U@aD9b 8xjObpKpy>Sb0yW}-S>G2- 4I~xh䑫S3@ BrPd}7=K^U8U{jV]J $KSHJe5!t֚a1 FJ֚г!0$827[ZX#ƁY5(LJEf @W[dPggIҵAAV/Q2SQF}HV\WTEzu'd,6b:8U8I}ViΉD$  \>=KM=[:U2'ќ"a2 $Pl{S>gwV44 eDE̻cVȰ/}ݪRw_hŮI-SZ8;@ťiNfCh+"5k֎x2"usE7TvOnyՉq~U2>VTDx?Ű~pFP{bFSP/jLݴ]I'Di8(9m9q>tY !?qLA}>fysOwjDPrYEORvALZQo2#)e, @T X/D ;%2 2gOpnelNu~izJ /L/\ju~ٞťV-MJ+Lkwo?Eɱғ8D#8C&FR7}IqS;J45ҙK5G.3*i .K<"bv=cA5A;&cC|ן hEWeԍ 8ajaPKGrݹbmfP8=R{AĖ3p\br0 @$fu%~^a,&:ɏvpm7x pQ}y|[0(Ug|O]b"eyf}>٤1h!"*"אKĄ-Y  \GĦIm/lG'a\{0r|՞]ݮ@,E5[Zlbp$2Fc m? @ {u4p6 L/E@7![t` dE>{*4~ 8Y+{n|"-3˼Aj@1Ey5dX8KU,5Ei_l$Eq:(IƠ [ >:6A :$ :تp'0SxQT_ux?Ԯ4]"WF9'ȘvZFϻp=_YstvDWH%"+c{$O3x)r~C^I)'FMy^J&QExx|cpmj4JZ?Dֻ%,AwȃETs/keO1sr6׌6c둹oo1ʀ an 2iIpRf.:jZ0wq-:.c+c*%pz!iƗ79+Q">z0UB$$A;Q`:E MejimiAdf 4((ƪs!PX4-cǿ{pP+/[i 2\CV@8_Ҕ9o+ VρI K Q^ߙ+lA T*@ -dV0PbE6Dž'Q7'2";CmQu终»U^MƬW1ՋBua pmXh\ݯkȵ K" Z"`Os÷0JN0mB3 }X*PwpӅaMzmZ&b&_lҦXq&npjl`DzIC5 L+<}SY)n3cm%8!c51ƌMb 3q&W blp5jSA["/z {M;yʈh6[͜B-o8$veǎI@[UT2Kom|L}{Mn>-|"V͢4_KrvM-x(NiJ૵q}dMaNF(!nAǶ4y*drBoCE3QޯW_E fJ7? c&Sj /Tb.QgFCqeOwf?OJ"f_ͬ~H΍3aYD>&, X˽4[UAM#f*sDc:@eKE,\B OUM-&3?UӼntMR',UXm }0usOKmisc"[uԺ`42!"XL i.6v,\ YnT|ᄨK7^~{EH^րy,6MuK7™_/8clWxJa%~r3*86ۄU`)ttTUY2x8;]瞳3't]o3f県}( \E\CD *rTm]r}K_S<рS1|k{ 2^MG]^;#J~)Qhn8'IL+. "4@ʡ +[-t`xjJx!?d*j!QZwlyqn aYX%2FAҪ*G3;RZP_ 77O犛 z}Uqgw1Gu_|]u. .wAuJ˜(fb)P0=+/g;gX+ Y[e[9fs Ӷchg q hԆ]q"8nL10VG*{Ւ5摭Oy3<%*Kf`=/qR:H?%+,BJ^{ߛ n)O,ә=[~S)_ߑu:0M#Q ')|s 8 S#TAi&)Pf|;dwҘ򮙨iiJ_Օ6'zeO$F[\ksWve/(:*uLZ[&Gi|:?b 㚦-.Ѕ}=j0O$Z)B?0;qv)h/e '^姥nŅy4km?8tpSmGX9I|@F "a0_X"{bm )DaR_epHB}/;s[K|{z4]gq&]9G!i@'W|4ү=!0:e&EҠj SM`?Г"vLM9]~ا8 daJ'ey:U"OzHj3 [j. %ŵj+>LU[t31{;x8.ܦ_6m)c0]s:J*Tѕxo] <꿂$cq!_-1"fm̉_ɾua{1 =ѠM C*B35tq-^ԩtWHs+W+0*c!{G Α4vL ^]~w &Lq*!0z~ Ȕ0y֦* "?{ΔkS/*.)Z`PqP}ֽfmḢԅIʞЉjdk[ KRy42!}lg XY}eGGBj @QWYG'i^/zMKS#Wi%~61ArPUlCx+0Ԙt;aM\ ٨Q>+oT<Ɏ]JQ5Ĉv#'(4VYZj-S=DBjG"-ܓĠ $Q]/KH*f]b?;jƜ̩{_F쬖?7cke2%QZNMgŖdKD;  p%K"9tH. ;hܩl[S;Dwg%iI0ԐP8Շ| 379{k, Ke%W4?*y9Td9Pp6̕:Z']=8g: :*4O nVÍ0qNxG픓^J}b=+cD"ATlV3ρF4RvRbUkв@fh=aHO(9f|q*U4" -{O~i.6!C?@5Y'Q5 ,#F(a zc[CFi~4Iԭ?+M)eHGw@'pvA%$A9tt}{Ku&x8stAVX"-ד[~jD\BfؠW}2ߌD YH97&$Du]b7| 1/JlF դS y1j1ٍϸn@;Ħ0-S9*LXۮ Gs[M%˵l൳7KI*1o_"9[[T3DlxpzC?|o<2qK܅Ɂ LҜ6>74>ّXk*?6F(hlN˒/Bcd rfϕu;u'46@ ʟk!{H6D`{u#wLZs0ς)r1j;fK4&} LrS_xym~/1oº& BM)EaFep)6)@+MW݈~5~ZJK03;&WJG .ƥ!w(3dnS;1_5"D%_$/)Y!]T!5F{/R Qg`SMtcNU>K@lB mHvx0cY-ņ)}o@ntF{ApwtVٽTbE S"1NsX-r3"&_&~Qeߔ.u"ϊud T{z;QA^"? )1MC pxY{uh^똎dou5NE^zeH4g#R4rr cRi GĆ:3R\Jz·uW>\-G;q"4[@< GELYoSB3G]:$؆6>u(t(Y2~Ӷy&"@6ǖ-e=5t܈p%5upa<%L@%ښ!+м9̞DPUfeJ{oĹww{jZƋc˕Đ%ʘ&͕ɺ-F{:#=pI)Aܥ^ȯO*[&ʸ$#Kk nNjpyO|V2Jv؎Y{O;ax3Dף8l`N=OյɌɑR8U;S o AiØ7 Taxxc 9бY%>7_!`6_}_y7_b(.gxc9'!1]_Pf Ӷ;\Ͳ)MHoO> P?S"fDM'T6[ojy@͸SAk2Žaݾ_ 5hP'L(nɌjL]R5'a֛(g7RE_n گ` s00Bw;>;Igw(A" ޝu8@HUVEC,R3EKX"=ނn=[7J܃ 'Jk/0gQ8]Ia[=gר6 kV@M'|s$)ܾF^t*{Œ >*Y]o浺4[?Qu>.϶ YZ