libnice-0.1.14-lp150.1.11 >  A Z8/=„ x&w'[KRՙ9+emQok Rl@ۑw^l$F)yB[wova+|-[m˛Z$ģDmc_*?MpP[o3 2`ّh1x { 7$*n/t:TaMrN(zqPS4LoN;ձ8>gg:z;(6> '㘏*NUf&rsaoKv|B{lțJZ9ԹEw΅nt]ˁP66M9۪RVj ((O, 7܋VM%&VAH\b[TK1B컙:nѝVj u.rNHs\ ,>p>5?5d   R 'DJT\ ` d l   08P   (8 9 : F1G1H1I1X1Y1\2 ]2(^26b2@c2d3Ge3Lf3Ol3Qu3dv3lw5x5 y5z5T5d5h5n5Clibnice0.1.14lp150.1.11Interactive Connectivity Establishment implementationlibnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).X:@lamb60openSUSE Leap 15.0openSUSEMPL-1.1 or LGPL-2.1https://bugs.opensuse.orgSystem/Librarieshttp://nice.freedesktop.org/linuxx86_64yZ,Z,c7135a8ed6300d36c12eb5b044eea95744534ad0dc1886fd85eb3540097a7cbaed222d5ce69f84b120bf1176ce9566e37ec4cb59d5ff4c7fd899aaed86f8fedcrootrootrootrootlibnice-0.1.14-lp150.1.11.src.rpmlibnicelibnice(x86-64)@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgnutls.so.30()(64bit)libgnutls.so.30(GNUTLS_3_4)(64bit)librt.so.1()(64bit)librt.so.1(GLIBC_2.2.5)(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/stunlamb60 14931216000.1.14-lp150.1.110.1.14-lp150.1.11stunbdcstund/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.opensuse.org/openSUSE:Leap:15.0/standard/cc9f4aec227f00286f13bff47ab09e56-libnicecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=0ee3ae92fa32664849f45f815e261cdf4bfedac2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=2cb05e9c800321f0e6c55cd4ebd765513fa4db01, stripped RRRRRRRRRRRRRRRR^~0Kutf-868f63a58ea3b814e7a44e14d08d900fb2e29fa4eb7385e0c11a9a088021c05f2? 7zXZ !t/+C] crv9uo2쐷zau]'+m1$PԌ<[auJ].` 4JS 2dyYViڟR1$| ~5\U*ӌno=>P:/y{5y~c5,Jlvr{%ݫz*#i .[nt%~4;0daX9'Oե xܬ6#Lɷ.L5Ӓ{1qL%Hy|n%ϵ ›ncZj8y clꢩߎ#s$";n$^VL^!kU zq<'%$je&zy@sHi_{OѦ٪.5N}/\94M*9׮] jHM]Tt2N 6c.] eBǐsqʇW;sC]fLd{;P$O8 ggFfri+֣goA̴@M3zeoBIZʻYJ6]s X.Y=ևCAwЄ:Kk™& ZaJ.sA4v]Yۓ%W0}VM(d:50' /;;bh2nR >qA{dHfaNjfKTJLt9K zFbNLqbaGɐ"zJ$}I$4ChBZڪGP6C ]"@{`o |0oMP*9*>w5I8W kW̯u(WjϢ0ЊH-| Kt![4҃P X17*p0OD$\ w+ G9 =}[B2ˡ egՔF [Ƅ#^Up!BΑ@ 5(wg@x캓&kqyy#-zڃ!{+9AN2vui\ӎ>02n~ͷw3 &ޘ8^@t2zqY3oLM>%%\tlC+mB}Wݽq6)[)מ M\DG7",^ű[➷ רv3 RhG+]-[}@ky̢wwvذz\_y,9([E>c1|=D!Qv.?YnդDgt;]D}A)˹'Zla$г!gP'H83Neg4)ʾUGtI_ö1}%=Y/_L Ŀ ƒl-:XApBy-jaOUA(C(jو)[=/edH}4-tuhPx:@yXFvk2h _]~Qђ;i6@^ϞѪ EqËi^,3$~,8m@99WwxPƫUb-/h)].-n8QvmbzSlB"E/sZTgʷ-UV.mi*ܼ ŮC}Q1GvTS؉5tU+mh_ \vw:8NE~P8lT@6l]I<*GA'3~gg4r;,@(4C>KBXQP-P =Q[aҬ3gEeúև=e-HC$~kx1[ʊ%Rơ?ec׆32hJ7#3嬂׾23rUJ}ތ%p=S䲠(bJ^Z6Lj Il<%Lկm9" `5xbyZ8BÖ(Ypj<̾q+v23bX 3ͽˆ)>鹦PzUǚ˷?׾vo5W/[6&+F_.,oQ9$Q6 !~$^=omDȵKol`9Txţ<X ΀T;rJ.c2uN6h2CWeBFla;yG:ml²Tm"W$e4tb|udEgHr ǮfUbiZ _(| Zo ]eC;2n&?|eE菡u ؼSr>Y©Dbp!1=]^3*;䄬'd<->.E}I:/Ǩ=Ek O$6QE׶T)hoJ:upksF=FD(fLKNiyRc8-CtIJiQrrk~[7,r,3qk +Dk牃kT%\j0@]u/}`_M[n;Li?A D75 #8Um{ij;"a!; Կy NPPH,PN8Q:8e$(y`M=Bw)lcP] k7jVOI0<M.1|եb~ %`hH3wqXw*エ밑f>xJJ~sGdOS܊ƛG9ul~+9Yx%0fsTc< Ap\RzO2CC$8XnF>@ ߞ#^=}Xܕ;o7Aa}w)l`@( W %O<#EdC&f(t*&2mOG,'/ff=-d!lU()F-珸 py>2 4!m49g<9T)S h46|([C:㥍vQ%4L&JqRu,iU!<9IiQ/HtK(FyU*>NHUo2jQ z@dEFwN QX-'=H Qc%^׋5ͯ rZBYb-H%[R`er<hx|h Co# Yrģ]җr`ޝ"r=D4 ۲ 1eq,oGjg9M\N]Jsv6$;Q!dQRyhpj~Or>qZ!e?WW6LX)xU- au%o]x<MYSZw( N0L"ܜ¤f:uݲyVܚiRMaOFoDPV=t4#l#CW=t!VN]k=>sqj?X_i@\6E-GzoLTÊ$.m{e#=F+E!8/W\H.95)z _GJD 3(-SCdd.,?sш_Z._-s2dZQmaVjN@ec%ܱeT+-8YFPSsս ۮv哧¤'C IH%XЕjVISXeϚX't;(PC[ERb7sXC߲sUt(iOW )Ms3^J7$KmZ)7M;I\(M{MH0P]}EA `:iX*IJ*w.B h< :iWSv-sWiA͘}ٛA㧎G CrNݘ^x5k ^Dؿ# z)㟜7gmkB)+:7ʅ!aѢ8x R'a?(.,~yVӕ wPВ-P;#un&PDrTAAoI}$5,x.ٰ4lXw% j>XH8S 8GrAg(?>αeHH:GRdoAŸXofʞGid%7 뺞N9.vX̝q#t2%B0vdڟ~Rl#5f*cyTOs?K^'+*Mn?^^lǓ{ͯ "ZR*Z#h{,8|b0?Q5痚k BV5]sZ km0XM3"˶wppg5n%$@U q5{T+=j>J'`a Powj/14`.Vhn0,%םBXܘ?)׿fB9*շ._Y:vAyw@sJzimlad$Y*o& ֊V^xJT4TCI#x ܽs`y$ׅvNfLðtC,ވa5ui8\a}EͬjNSHׅm%v)511N9m$m V>orpM o0ߘ+~_Y= '?g6oXON8Y.jk 3=x :saGIzd[[]+WᓒS9lhCA^.ل8; tj6~b{ )cZȵ,$tʺ!Dz7+0'R3WTwk,!IZf肑 Cst 񢠶aktָjg3u4Z;MqhFߣkBr+10:+@ Fs`n(k96i*USta)JgЁYqTfx0 ~9_Źl2mscvEhdX/%Vz-B Y#e.9  3P%ypT9C(3y 0 `!x3[WX5'@@0/h i;P6@~_W>/Zb58o_ro4ˆRkpCf=z4}AEf PoUXi-4!@zWu&X,C k!VN6Ra!*oT^嬏_K-KLo;?Y&R+صk'㐕^:T Nv?y/cmz f> t&^0Wj3fM$G.]1rg_ˏr|y" ]?ɣ9F{I̸s@@X}#Z[\FJyDw:eV0bvOZe " H{' rQE-]jnS;ix!E^R Xsݳ7eV]qNĞ\c1>Җ Y"*璢@׃ }l#%ΰb )ֽnQHZEcߨtX"v' Yj)QpL`I&+R׀'AG٦ie}'"LcS,`KEEܼ1HkϐFc8}`oٌN:/_S]+aoTK2r* S6g/E"0t>:+FC8[ t91.ePUv{ f2GtU)H #J^2Tps8,p91~&ڑʔzY& G}˳d@I@8b߾.HZm<:w:v a|!YjRj4h. x} ]Ly2SD9v\蚢yޮ<.yត\:$W$g)xޝZ,敖o%M&䄏n;a !' :+8 s/k6Ys45d*c%^t1-HMM*(Bw@=j:~8GMs+ԟJ#-vr/G'eDa$ ^-9h~am7T}l!7; &[GGL#HcL1)PLɁen>OҮ쨃B3i>BM ҟ6iIyxi}E 4FOM[!3s=cQn~(]zGIV'UGx2jҞ$տ?X7@,=DK@/t#6wNL(Z%z4OV,Ű3U'9 )Zy#omC13b Êf<TLSgr8^jvsbFe嚊(6i M=ll{*}o~Wpu\Ya,8_gInJm0K̀jO RVo)6t=W:8x\0T'3199&{^ >x#:ztX75Πh3ȳ9HSh ٌ7mO!{!/)uk(#@;DeAKJ8]vUfv&SfA1J~m10cB[#i~{(昅u~/`*e~g`X`W³8 j( +Q|2C, sr k"_cGOp0Ÿ$jg~]RQ :\P)Pwy&.Q8I3M\$l!}xrW>{ ,|%7HҕV-LR uUe{XoL3L{ow8/ۂ! 3hQeg\']WaI݈=d[:xKXdmq#8XT_3 =bHbkQ.Y}D.Rwu( { gz=8nva vJ&2{854ن5j"6NAu3C83'k̒ևmJ$GgICh/ ? ?&-R@f& `כ?J:kH8D\K"1+,;w$ƅcm}*?DKdK,4t<(cY)T7 :A 5GPsރ$얯Y9v@#O"gIKXN{HE9(uUZz,u!xor;HIJLG>vwHx>yأ}ڜDA,XI8@#)^:2L(֡ۥvި&Ol$FCzysxΆt]ڢxPz>{a+o/]]jb=^ܩev )? *Ţw ~Lraʯ!$ 賋ATc*d[dDq ĭl=;LIAUВ|bF%t{ B%C)8:{VM('TAkY&A$e1? K,"R%GUfD@N"'YuQuT;|S97L>#^A>;rJqwSȧ{D P7n'^S؏f7I6a_nY$ȗ&bYiqieV͏JCk H(!Cs i(Ÿ=zS_r)`vyIfiIGޞR~޻m8aE@ncVJT;sQ4vŇu^V AWۇ,K$\썷ea8vk799u{w3u%D+-#+K+wd'W_L׮hݓV^@3Bꜧ&y0.&{8歈s7OHС vׯcܠuwm@şsa9~nz>$ְm#;SrzpL&I LL?=A7*h_z/f˼YV&Dr#:=ĵ `:brz߆E"6 +:$If.BıތUXq> {4֬Bom:V- &]րL#h?GJ"qP^^~3=X?m!32$zreW]*ёEUקt\ʭ@S fHܚ޽}Wu\ rp},'~z!!zLvĜQYd;3( 򥸚;ipTF@cl~ 8>:5X2!D"dkuA3iS1| z ˬrͼlcדxOUjUWvvz!}C{.~ ;ѴJ[s –gB`:Skqpkb|97xV#Fʻ[Ct-aɤfO/ѹ?H#g?NٺPu5O}Wp]RsxV8JWS'MR{ʌײ9/Ise m$s=M&(?Li?⡳XYz]OemXNl{"QvRsol4I)} ÅഓZ7?ؔf{V~_&T@+!D0(u>)"*G>0e'`t! 揆Q1dN&Yd'2AFm7B?[x`CrYp6&.z }őOF:;ãzJeZ^=YR 5ve3Fa7 Y3ZgAа.ޅ²/EU9̔ Wc ǣ\_p/B_g !YzL0=b[^Xj@OحaGI> rS5" Fm 2"mvPrDŮ ItǗє@~,Nu38fE VR;G̮8,s=\rX$ÓbplB_G/t2Y[?˪RO!^a j44*i x?[;F76W*Uh6sJtGv6Iduzwr>Htr`ؐ=O&>OMJns4iկjN")/`8$yai+,bplJh ˾*:"tpEDcuF\h,GrJ3wL{TV%py/frf&`MwN"?5X(Cu3hZifp%t_,8+@"(E##3%r8a82~8|VF.z68%*6S 54V<:ل4+%2^elq S1+סV_da1I&,`0w o,[>Jr> E>~>6 @ ڪ C[>3`RIz o=ѿfG yfGF}M Mz],x@Sz:lrXOAC3%g >W,ƉNzyI]oH54(gts#0j0B`pOoI|BPLVmp|dkr:wh Op' ɔ(Fv[ZǛpB21-gk*]= rkQ͌Ϭ}-mV? )\c>^)B;3/7/x`90]uF"iH*["7!]n")D}!$Kt|4[q|]ڲ񵡵D!qI`7KK+53<oja1[/p$Lﲒsx5Y&$T "GvBB0If\k:7o 7t:h}MC43j"/$޵㦦m6ʿ[u{w#;3wuZ%^p/V6A#Lָg#e0kLZYHoiǖ.V}p [@ΒD* {;sAn{B{݅1ɧ"Gh5BmS9V#R Ep5(h |  Y=U _Bq~` pS$m…;nAQIq{ *  rmݒNgxRTVzT>r ![+V,P,?_b4:R~$l%?{K_湛Qdr3)j~B;}*]0*lT$m?/ش.ie[-y&TI1zd85sak4ݒψ! H XWD:PE4Z@yn[X jcTH|4@V?dKk%ߘk*|,C{b&8'e`m.*|luh;w]Oi]uJi> "UU"ᾏ-!ẁDRMzoŃԁ(suc AC ?0=^?f9A0 z?\N79Yڪ7bd^=[قMa^щf5ȓuۥ@r{twA+Ukkױ= ,O lB/KD؂|Y k*E~^4S;~ iM60_K2Pc7(OVkk"UӭfB ͛~ܘOoM-״кcFm֙/xJmlqSvCKGOOXD iykԳzޞ@O!Ա~eOXTgR8B._  .ovoFE)ӣ/i{גoi&K{`;Uڊk'h:TXF4)LǀuUwkuMKt[5t8kU-v7<,OgK,!3p|ߥ@N%g/vwgap] Ƕ"V"ٜhuX߱tVnj S^y9וVBVbD#iB;r=*|aE@pO7w):X2+UqdY A0-\>RarHS|SIz!8 AtHR,T˥hcIdb'߈l8A!Ǘ7*ºZʇSZi+ -4w){<ᨺ"c7m=1vZtwhgۥ#>,tiwN"D7漤A va uB2SɈie y an˞ DevA)&/|Ct|:>"bg >R? + ѥN/@F| EH'f [VlX*\w2W1=o b8Oj=RN7ra\N %uȅ!IC:Ն()!sÈj&do6_Y:NFmR6uz4<1{8fȏrBs:y TPTŽv_lKN_cmv 0MϷ&5|:f&$,B0{akmzƺI81>a\|;c#+G É\I@eDNNh?dEG*8=n,F U2woYh[p4(+NK՛䛏7|ٮBS#+v͙iKTlb0r85=3]> ,4k8XR&ʬ2#)%C@1qy}s{%vqoT;yEi8g hPbXߏC܁|X>ӆWUHg!lF} @.‹ηEoo^n8B`溴A4܅]k)Q'>B8`2xW.(צ7eՊ$0B׶acR;(PK=$:ӌEZ)\@˽jDŽE;+)B3  O﫫Is.u҅ Z÷%Q X {nP s*'+(ep>&z} q핫-|sJi Ы#18!b z-hchjٝ?t HOVɹ௹'ti0DDwx\7US<c@ -39gPKN+ArC * :5mup} )5mG&/Ԑ2*!-*5J\nv^)yH/[ɮ~e?ЬtX\3?Zr}Ls~SEQ+/0ڻ(!Kwgo^j1OODҘf2 z572Pg X1[OHf0߫k+Hqf캶DEB~7$,#ב.^RДRN(OϸylKr-=܉]p"-UDXaA4ʌR?NPyIL/㐆 q܀c '{֨ @r΁i8~ Y 䝥 n$$du(X a ܧc„'~ۓX L& cf%LMj2m&g:[ydGi_p}oJK vG#~7 |TgضcmtT\`a7aːkzPnɮr^k׻~6җAjqJ3::Θw^嶚Rtw<.{ENw YZ