gstreamer-libnice-0.1.3-2.1.1>t 4 DpQA/=„0x(NJMFF̲47 kgck3 _EDVs95#mmڼb:LJIgW#VuU;,]~DԉNՏ 2߯{Y#̊G(rUOJ3b4c79e82bc8444be99d5e84d7221efaef94739bLd>=#?#d  f  $5RX`d f h l  P |  (89:F G H I X Y \ ] ^ b!c!d!e!f!l!u!v"w"x"y" z""##Cgstreamer-libnice0.1.32.1.1Interactive Connectivity Establishment implementation - GStreamer 1.0libnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE)Q)build34KPopenSUSE 12.3openSUSEMPL-1.1 or LGPL-2.1http://bugs.opensuse.orgSystem/Librarieshttp://nice.freedesktop.org/linuxx86_64KPQ$7f23fe452046647b9f2e2ad79931418drootrootlibnice-0.1.3-2.1.1.src.rpmgstreamer-libnicegstreamer-libnice(x86-64)gstreamer1(element-nicesink)()(64bit)gstreamer1(element-nicesrc)()(64bit)libgstnice.so()(64bit)@@@@@@@@   libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libglib-2.0.so.0()(64bit)libgobject-2.0.so.0()(64bit)libgstbase-1.0.so.0()(64bit)libgstreamer-1.0.so.0()(64bit)libnice.so.10()(64bit)libpthread.so.0()(64bit)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.10.2PS@OjO|7OKO@Nh@NMMLI@LT@Kg@JJ@Jt.@J?r@J3J2C@IKI@dimstar@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.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/stunbuild34 13593536410.1.3-2.1.10.1.3-2.1.1libgstnice.so/usr/lib64/gstreamer-1.0/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/80fbf919b4704b382598ae2e05219263-libnicecpiolzma5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=0xfc3fecc82b9b545f2c1f5fa53b9bd0874da92e6c, strippeddirectory PPPRRRRRRRRlsNt3^ packageand(libnice10:gstreamer)?0] crv9vX3^ 2"??4qL3=y1 }((H1A$_$t ,q\5BY%fi-;Et[s^I9o1t5Žm;`95v#߻RxRgW!q{ި'%+,~6ra#5rV+[4 !X۲<"dj-oܹ#a^^03űp׳N8mرZU(89=1O 3Jɻi̲4z\[:'݌ٽ̉ŲEDuB ^yjdl:0f9·:)ޮc6 ?jKfL<&ӧ{umYz?^3Iȷo=sxS\ HjzzwÚSRݏwKͪe:R9F!@s5胶l`"K|DΧ,FsB48p1(~ 0X$(: SL$M߇h mڞn|}|&=1,fKLk 4pjM޶ 5S2-z?D}eΘVexHu(#  NF> v9 65mX.x"&fG2.]CU\1F[@; 16 ݷh˨=1&BAd\zdwyH(&@Q71 ye p1#Jd̍(Vvja5#t~h\;@]`;b9 W" #O;J!GN02gP8~-#Hզl}.JQ@g @,#xM}S]dbZX:՘V>\z-&[뙳dR))$*vprMȖ$ S,G+D%;/ZcQB5AQjym[{YmjTin0<='-F^4 we>?ZaT3\8? q;(ʟ{so쐖 7ob5%!g5jor^_2DEسW_,-mg{f9m1os>D(ƤzLQۃa&L%zB,H8}FU r!О]˯+ӛQ0a%{OJlf+tK`ٔyw}Pӯ-^zYQ-RQo?N-/W0O=h)ks4^c^ҞR;[ȕ?ZVC3Ga]l:<+`gF:G2B7wߘm59bXq }gvU#Rʡ |y rh<[$5p09.Iϊa ?LԒn<'O NVy0102R+T!g75 }j5D<`:1L$-[iD]X8Cܹb%A0a{Nxΐw({,f8]@(6ZV(jē)2{jh9} t󚍗yF!w\ wXnx[8 D4D>APVk(ίvjds+9 Zn$Ma9hdHh6.I=Ktzb!teSsO豲tmlI@5BÄd^-z_7B*F)ϟěմV4|w"gClMhE&y[ Սj5E&Jq4Ul?nÉ(EթVx[5.Ļ,$gk)$!?靏<7;c?M?̀gؘ؉M+ʴ?dh*U)~>Ȇ~wK4Cc#hHa[7K@,E$]} 9Bk=O:B^HF -~ol~ϲՀfrEʩMe[I P$5иy _c%*6Swn'pF*i!On}6NَO1Or;;`w6}#0/ Ɩp= \!y"ІPsHXB $Yh#EM䳲"+GBWOН?LtFpq˟& \VNGyXO:ښ9 48w@w B1,v_,}'WmwZ[ɖ ơQ,Ԩ2ij:|`t`29v kN%>f٠_Ѣ0H{r6EDĀC1L/0heWZ%E>ypr崒+rC$:B(@HZ%vqϦ,F][gz-fL&J=R<ľ=N6(4gmog |*LJNy*@S5_ښ~_KA4Lٓ>5bt?|3&]DO.h.W bd;\= `nRigSqópaO&9V_X{*X12N-md;@XҨ%~m}_&uNo&Wu D;sp.m~eigv] Y'2e6ܷpA?pŦƄE}l{4W?j0Ҥz pҁ-( 3)Q~ Ǩ1oi4 4лoL>u%UAP$J{(<7*~ZPeM-MѓQH=##70HvJIOJ.9RmWAovWF.umܙPPǣhawؖF; R>TUv%"n!]\%S6o;*0ͤ֘'*iDn棗al/յ})UOyH'SmP-6%gO6R<3]gJQqck7ıyqX"!#4<%;MدQZȘeUXb8Ⱥ]Fʇ5wy4`UZ;"v-2]ˋ)1,pj{x@k,)u~e抈>C5px"0"JsB54u .`PM0[@u~'9}EUeKޘXC,ʔuZX]݄}=_7BS;@1Bv`9YS1ʼnT]uˑ2RneHqGJHY4SLkﱞ-,g[xI iej'YNכ\_Eb2ݭ΀=Ta9Zހ=:LEJLDEɞDQTP>QYbIIvN 3!l\ACV[ڶb8wM`w,71~v*Z?50:Sc*dمb;?{BǦaxC{aa&8VO%a)x!jQkpCnqMQ}، EUh)bpu l`@KYF$7n5ˑ }d2P7HZp$8'`G <0% T7ڗcU(Ye8&usYI!2^i&%M3l!(xwkloTv~T`{2d?bF3~-U&6̡u,R]㑼b0Ҋpԑzh2JE6Eq !LzB+ߧ<[AKXtxt؊=*2k91(j5~Q%Y P\L5B fu,8LM0mP=4i<'BoyiB~vmOxRksK#5].q!3l giV|:|lU ex65NwB +H= ȉԣ x꫰J* 3>y+С_kR@~veqadMKGsBք6՟II5!di^P^ϫgm7˶Z@W`Z K6x9v>GeXBizeY>kQ<9:hB"o M]a5ZI,R%v({< ĈjY7][Ы y[1^ípW(5LE,5Ogo1*/cBED k%{l5v[- c k[ӗ,FDN$p~vfpa֒ mXlKeCFHQ G+n$Ȧ'ɶhpAB8UISha9uxRl]ۀ .D):HS+찀>