gstreamer-libnice-0.1.21-150500.1.1 >  A c p9|BE8]E< u~ņ"2imi{ZW{XdH!e )|_3m/R*\j[\o}^ 4P@Џ`HE$u02d%ଃ:d? Vp+x/Q#]L0|y eƸ4fl*v42qe$#r!\l4$>CrziNA^%iCT]GMcw.jc<&P[FE =3/)7)[6F.'P逳4]gS sEf8{z¤ +GNcVMtpA?xd & f3 IZx~        # (H8P9:FGHIXY\]^b cdeflu,v0wxy z &(,2tCgstreamer-libnice0.1.21150500.1.1GStreamer plugin for the Interactive Connectivity Establishmentlibnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE).c sheep28hSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-only OR MPL-1.1https://www.suse.com/System/Librarieshttps://nice.freedesktop.org/linuxx86_64hc 94a6cb0ed7e1a34045daaf3441196294d7e8524df45230718630770ca26d2236rootrootlibnice-0.1.21-150500.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)libc.so.6(GLIBC_2.4)(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(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cbs@`U`B@_>eZX:@WV@UUU8U6;T T?@bjorn.lie@gmail.comchristophe@krop.frjengelh@inai.dejgwang@suse.comdmueller@suse.comdimstar@opensuse.orgdimstar@opensuse.orgidonmez@suse.comzaitor@opensuse.orgdimstar@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orgzaitor@opensuse.orghrvoje.senjan@gmail.com- Update to version 0.1.21: * Only use `ifr_ifindex` if OS supports it, fixes build on iOS and FreeBSD. - Changes from version 0.1.20: * Remove support for GStreamer 0.10 builds. * Add macro to check LIBNICE version. * Added utility function to get the STUN server from a candidate. * Support additional header in built-in HTTP proxy client. * Add boxed type for NiceAddress for bindings. * Add API to get the interface index for a local address. * Explicitly bind to a specific interface when creating UDP sockets. * Limit the number of stored incoming checks based on a property. * Do asynchronous DNS resolution for STUN and TURN servers. * Add introspection friendly API to get an allocated string from a NiceCandidate. * Enable gst-full to link in a single element.- Update to 0.1.19: * Allow incoming connchecks before remote candidates are set, allows for connection based on received bind requests * Implement RFC 7675 for Consent Freshness * Use a single server reflexive and local relay candidate, reduces useless duplicated local candidates * Improved ICE restart implementation * Use Windows native crypto API, removing the need for OpenSSL * Add bytestream ICE-TCP and improve ICE-TCP * Add API to know if a NiceAddress is link-local * Add API to extact the relay address from a relayed NiceAddress * Improve support for detection addresses on Android, iOS, macOS * A number of bug fixes- Update descriptions to be closer to the other GNOME packages.- Update to 0.1.18: * Remove the autotools build system, now only meson is available * Accept receiving messages in multiple steps over TCP * Accept duplicated ports as last option instead of spinning forever * Use sendmmsg if possible to send multiple packets in one call * Fail gathering if no port is available * Hide the implementation of NiceCandidate, this hides some parts that were previously visible * Enable TURN server connects where both TCP and UDP use the same port number * Don't count rejected STUN messages as keepalive packets * On Windows, the improvements and fixes - use crypto library instead of CryptGenRandom() which is deprecated - use GetBestInterfaceEx() for UWP compatibility - fix the listing of interfaces to use the correct APIs - implement ignoring interfaces * Add buildrquires: gobject-introspection-devel and meson * The move from autoFOO to meson- update to 0.1.17: + Add API to retrieve the underlying BSD sockets. + Support systems with multiple loopback devices. + Ignore non-running network interfaces. + Ignore multiple interface prefixes. + Now tries to nominate matching pairs across components and streams. + Retry TURN deallocation on timeout, requires not destoying the NiceAgent right after the stream. + Use different port for every host candidate. + Make timeouts and retransmissions more in line with the RFCs. + Find OpenSSL without pkg-config, for Windows. + Complete meson support. + Add API to make it easier to implement ICE trickle. + Add async closing of agent, to cleanly close TURN allocations. + Add Google non-standard NOMINATION STUN attribute. + Removal of the global lock over all agents. + Add method to compare candidate targets. + Added optional Meson build system, future releases will remove autotools. + Renamed all members of PseudoTcpState enum (compile-time API change). + Now drops all packets from addresses that have not been validated by an ICE check. + Multiple improvements to ICE interoperability. + Improved RFC compliance. + Improved OC2007 compatibility mode alternate-server support.- Modernize spec-file by calling spec-cleaner- 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.sheep28 16775934900.1.21-150500.1.10.1.21-150500.1.1libgstnice.so/usr/lib64/gstreamer-1.0/-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-SP5:GA/standard/e147e744b99d635fa4bd36431db72929-libnicecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2b6fe9f73d3beffa5861af9dc06b5e24ffc57d2f, stripped PRRRRRRRRRPPksbn~tX.M(libnice10 and gstreamer)utf-811a330f2cabde904a4c95dc4dde0ec83b6267e96bf9d4d5700eba56b3f0ef02f?7zXZ !t/i ] crv9w"K `GN zynwh|йh\>V#קܢ;M6j3qxVҎqP3+Ne/J2;@8pzux^tհy VKb*0Z8o E!ߟ1#IW &ruq6 dL'2IkWu_1} +#F||GتQܙl>o0`xzDK/QZ{#Qmݺf6_<~G^QFu{NZk0Љ3 vqiI?14<@Wt/p? =fV|uhzG'/6U:V7lT<@臞*[l=ޑ^wlXşhD{X[ӶY5ƺCl]Rp^m!!$9L5n8hbKCftX"%|K҄LfӰr/j]*\${r:mSrv^F+{ 3#_3:΃X&cmyxM>uMcge+/sIdl/xG!xZ0ȴyx*8LG0SӪ4H1b\[0 r'l*7G04<9QǃԊv]2 Yb1LPa$X(#lw~cMɈCUtϙ,Dz8T:H+BL wԯ,/uzFm&&"Bfb E\x{ \ve DyI~'%(zk3, 7rqD*Od7V&s^熐#vg6_l\V5QYb/cUPgTuG=ƮGuqEy#{u)ÃxƮkwFYHD(ri˙[oo%Wɴ*Hf`y8L%rm#g|?/ܪ9J8, ",H)Wwd'ۮ}ԭBer Yiwq+jىX 7r3ʚMn2w>p)V F8k)H|6%<8* ^y yG; 5_E(-S6ՒAJ  QlULSL">dg˗xK1hP&cB/+h?qz;r3 hlˡ#{'~軋\2+/-Տ<Թ T T F.2U6SiPS~tDOո*mZ]Nr|}KC@>fNgtgVTKٞTDafƑPXr R[ݬˑ9oh@$pu4iV~96[lt޻SB<M5E%fey: dxr4Ŵ`:`S*Kx {N-kB'I6WHw20Gxq+Sqi/.fx[浑[V܋4 {v*! a'cÛ:q̬ y{q]k2g)|9EK|t$_BxvK֑FaTZuU5_S9v3 SyyՅW<:ҍ&t^Խb^GNH2`)N6P_,*ДSu]ɉ[{ŋP;^w&`mz`,U#A'%Y3΢$3Y;XTr+nY{ 'e> C~KZv6MR K@o)6;^f <^m*d{+3>z+m}UevW]z'7 x@I g;&rժ E[ #ꍽ-.DYU]Mm)s 2NcV]̱u-$CWGDU3xU+Wn,ɐ{ hB5`U>m7!"]W4?E`B\ ݩj^4$K8Eoi[Y=mZЖ #/6y3|O>.?ϙ ͣ5L#-5aq~}ϤҢ6͵?+&QU BCyGϽY IO3Vq/zv> =NqwEˁ5'6P| n6S':`5zn8z|ẍRof;:١Yͤ :o! _6fc lId>= T *FN 6&1\֢~ƀz-b5n|؁SeW$e]1ޘ ;'W<b(G֕"DrBz mb# z2)  I#K ?ua-Q*Af7ly/q:y5YSi%>H71yЍ _.JUm1[IXvj$O0˼w 4tPQR:Pv<-<d;A xO4[!? *j9gK#SmܘMN^Ap| Uݷ;h8ձkf\}wLtyE?:Fֽ=n<2$4ʤ 5? >w M6GvXeCܗ*q%y-tI!(1嶽쾨7,B$i2RQUdQ99X_#ՓѲ 8..$5-OSALEGw$]D~O~W[}:,A+A H1۟_C]GT'PL/ !xĮ0($s/\K]XP*O+"ö!rC`-+ԥhl4qMG8p9Fp3Uiӗqqp)\ [JuzaTEf sAYd"9/7j)/ a&[ĞX7N@+͆73FU5@ժG~RЈAj)<@ϲ 1dťbG{>{P),Ϲj9eK6),FiFH:h$d+QgԢFg_B_{7vx2⯌re`6;UKK"~CEtvbiAs2Ÿ@F&WCIjIX K߄$ s?o3╗[b+'P^ ކ{^jF+! X +kD\~ܡۓ/&/u*<_X=5MOܥ[NS@P(Xjfh #!\Mݐl6/_$6(3yMSPf\So}=|b*?ѳXwU+*ۛxkd* ϋHe~պZAҁ%kwm߄pYiAb( c'Gz kW _6j&s$󹣼xx3"T8Pq1oi2%Je0ʢLѢ*@%jti)$tYYi6e}HB @<@A{`%'ˣZP mWփ=cF)XE+V5OV#{o7Cz7 %d̼&Q[}b}FS ɽ&l*H|Xeú8Ij&SW `}em#['L~u/Oj,a$Dn4^#DžŬdA513G}g⶗2;0f 0+*j3YAx3z˶vF*bYf"\t#R;*XEu8zHW1}?@ .f+Bϝo|)VE1^TGcz`rP DD<2.߾+A@xJ+ &}:t-*'XDڬf 閭ӰS$;lopCay7b4 f} ȶ}Քwzj;ܓ;ѤU F̏o={ %宪ƒV] G|E# ?࿪RbK@9ۏD)6w,N~vrg_Jя$(A$r mP%CF![S})b4 >h&NgycEVPZ0_p7^\cI8*E {k*f2>aǟ 4M>ΨAџڙ"?$!-E>E1"HnY13&g:>(06-lyGEݩadβ#!L ^^ c/~a^uO bo iT_$ ;q 8+hN<5?#7/RU,3JZ#3*b‹q)r$O0Y-E51o"p՘PONE:A㔤 P 7WLzb.|6Ub3HdqvN.g`&hZy?}_RВ$g|k6>;2c_B^W<(zaR+ ;@%|koq375}sR|/.)(QZ8@~\ QFiHV5ȰWпhb)"fVԖ:KNg0XKԴ7ڭM]a˪w>H٘ɮ${><\ۮaơ P>l5Ɋ9ZZ39/4ן;!{7O+đpw?mMHl6ݨTJ(ukqٻl/gʼnvFDUPPE#z hϖPpjR`Zvufm!^/=Aq[Yg \t w\f01Kty(0ӔVi}rb7u^r@&ݍOg{ :woN`K4 })~,:đ]Yz v8hM2O\ʫa!4~=Ν@"nXznq >ԽHx='_z,4LW ƯhQEӹ2ӅЊ2D?? ̡1lN/kp $}GBڭʋs@2uF 6AwT+GH ]˯8L]K;`ޘ@_ }sĀB|q9yQU׾[3ަ/'ǦK$2 4>e[ H(i2Z|Qk^QڍN*_' |^Q,\eI2)HI },%nM/mJ)ePTjO h(+sN&vKo=Yڣ(Q:i Gj@aYhS_%KBFy`#-gmt=!ӯ@]/dK^ەR Ld(s6u|b!;sͳbRBa*\(OjՐz { ,1mEpSJx=^Vg=-_>߷PKi]}16X'~ v t`%Ml8UgͲh)`5ZhϋtLrfx-ܚ b tq9*iک<1ZB2b`zI `v(jX/0#~W Oe+"$.y[ bJ՚Bi3U[V KD>ɇ /`'ʢx?azo7Soòe;> ӡҹ>-zC5R0gvA("Yk5ҏ(ɎRaxfcƮ& o jt|\T]VF(n14ޭŎsNL%s9g#vA3؟5WS@hEޜ`E6* lfu_ l N"5ozU~0e4ݔl맹N,qGe:6BTZkpޫjeKZÙK^ު4+C4gH}<cc|1 >R:f#,![ m)5M<".p;H@Tk\t dUÏ}f#c)ќ _+}œeD6ji`OHhp)ko6^9klmqp)GȂ/}AE`l4<(Nڇ#4lm\77΅:iw&ݕ͜*EI Wɼv8F',.8