gstreamer-libnice-0.1.21-150500.1.1 >  A c p9|}Uc\ #4~3D^tUihIt5 \| lxJ*^i_ٲuAk"jeֆhڛ=/ }vXB59;~PNE+gbQfN&Z2zYhlM-ԔP#zE;v44WW;~R1Ox65#>AyG~ <~6Ux3f072a4f8ab4ef7296ff8672a2e8b81404bf0290cff85209d5ce93126bc4c7556a912e009572f9a432bdb8b47fb2186c437dbc2e?lc p9|6T3ҩ[NʋTADaU;e1gsQ<29w0-NKDLݑ1bBƍ3Τ1.TUR0G"8|r8Y/T?M"RI ֑@|}Q-P'Pxx2=˓we߷&rIBd  +c=:nq8Ci+~Lvd>,Rta`c"{y4>pA?xd & f7 M^|        ! (F8P9: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 s390zl36x SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-only OR MPL-1.1https://www.suse.com/System/Librarieshttps://nice.freedesktop.org/linuxs390xx c 3a17d81b84c377db4253f11931f62e0fcead17cb30af5bcbfa8a48101ad0ab17rootrootlibnice-0.1.21-150500.1.1.src.rpmgstreamer-libnicegstreamer-libnice(s390-64)gstreamer1(element-nicesink)()(64bit)gstreamer1(element-nicesrc)()(64bit)libgstnice.so()(64bit)@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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.s390zl36 16775930250.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-libnicecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=f2e11e166baf612c956e2de1bed778a41b6fff9a, stripped PRRRRRRRRRPP[CV(libnice10 and gstreamer)utf-851045a64c3a01f00ee10df6b6cb644539545f372284daeff6506b6913fe8dce4?7zXZ !t/y3k] crv9w"K /=@,jL'qe'㐆GQא0P(LZL-}y5\= @^FE3WVRebvKVvgpy*":(P3ѶԦىwүܞ'ScK=U\m_b9ȧ9 {}_bA.OD{#qJUwmoų3¼!3܂UF b dF;":44 !fpr;RHOyOB~l6)ny/3>@rX2x1 *k57©V|^󣽋sD)zv܍bV+K Q\?E S:{,/L+=i`OJ-x2ۧ7aWi9)~a1WpkO1&I)ǚ~,'ŷό@pRErjȳ's[f!@Igw*N_\Fxb[VPH Յ6rܓj^W"0~D{qƀ=tڐRw Ƶ!X2٦d݅e 'nu~izl'*+i97ϛxT>#|TI)Qn"cJBɅ⾺eq;>}Yrr:a;r9g27t=B4/(_}("ĀĤh\5F}b7g{<><=^(@gT< R^hNd-BJj=*: NοS/E-<"xi+ <4`;L(ݞB~=H:{Twڎy Ƃr P6ŷ;:1'`%JXut#X]~ ++(KpzpEYp>baJnM;'rE$3: eЁܽ^ !CzB=fH/Q`?JlNqJ` _Ѣ-tS=$%Sd[;P"Y-aZVfd͑NM do /_,PJe@lS[U팠!/iVTz#B37t!L2N@pQ|3u|xGKK"p -tNvz=j`eBmi!YI y~7 =h`XW9R&={iG>e*ZOޥv- +"1iuτ^[0.[K,rT}KT ,,X1qtJ73f=,O-.f=Ǭ8pP0tGq8s:`G-4=^fOs>YEN꓆f5C Cyv4dS,]Y ۑ6011n3X R17L#?mWЌ҂;VyB٭7=[J@ cT08IpH];pƅ.uץRNzArn@P7=hakr$ObK9ܖN񥎻/Xϵ8_lOpoqEYgߗGYc zv+C2Z[c8n54S$v[5hi7J*Md+:~Ad~ftu8@N@Z?oɻ^qn i$; RuK6J^^*YK1$>e88/'6tɎ\H[lĔWtxe'@[SAW,ֿt{AWLֵzo8&Wl2Nu0C.`004 N)݀-LfKsi-/F\c1e}(M% [vhۙJ\0~il3ڗcT6 {^2w% qo_Cyvev^Y8rC8@)[Gl5Ƞ1Qb8}bԽ9.Eam?)T Km%g(6օ3[~ d>\ϿTXr"1fZ.zViJtm*+y Jn*~|GѬM؆^ޟ`R"W @k7v4r^Mk>~,'k@@W f'cl7%H HpBx[YBljz+ۻͣ(|_e zSpdrw '8CK[~3\Q4Knb§ 䒼?oOj_Qh̜Md,$$̲MX6KdjAQ}3m2bWS/1ƻY NGȆq{aw# x7R,OޣJ:H~pߪ7t?Ш6jeoғ l&b1M ,{j'F™ '*.ig~]7W4md 6QZB|\5͹7 !q@o Ыѫ"|ozz82C&zlRȧ^L^\9BLz>&%*mgB[5hMgt0363[#P\6<̆y6//EԵZExA}KO`݄R1,g9ߞ+վ|h0ezJϹ̛ 8sa$eåCh0.^^cmK CLJEOVj#&Pp;ܭg|ʇ/ +bep.s( %Vպ2"tW.1 B@*%q/wl2/v{Kʛt䮯fx}xeYOtG)u^.4Hh uT{7Bm\COدE7QJ~lpDUk/>7YfB!KD+0/)ZHrԏ;ܥ%U4kWO*NM§[;z3;t2<zȓh=͓F/zKο+t;t]ҰY`s]Ĕ.!! A,h>Pq_<gA?k4ɡkkUӔy^jBLrr䉱$ߓܗ23A!JRɺ!߄.EtQ7ST iD;|P-F Tݮ7 |MJΜݾ\I.~i[;H(д)~p{ba0U@H -"_b\[S^h4 E󊓵~DAv?ZW8Yb$8⨫VUc%AŅ$]HnQ6YP  ^OhX=h:B/՚IP,%2vuұ"4(,uƫ b=uX>N!D)pj{al` p螃 JO;/~AX T?*jk5Nd"Q"\v=SAϧ'jcƅ*) P7C#.`'S.!wAq o\G