typelib-1_0-Nice-0_1-0.1.21-150500.1.1 >  A c vp9| lvCZO-V.jC l9ciC/ Mz Ɩy| AW &[*#WG][5W :H.9F|r+߯ yUAcB➰`nrX-ٸ`)58FٶR}`;]æ=W-z6ޡT|t11g|I]?~]4~v@"\!lđq'P(mV%Go93377f89ea34cd28445e92fed311eff7832c4ff6f68e84dbdd7204025645b4fffb9c54ec9eb99f606c8117eac826ab0559be53253c vp9|OI%Shj8afmjv̉PMa}22$99Cz UL)=:I]asA/h4J_nqblڲ/XvJ}t] R8 ULdqRxFA:E "w_E-zcjs;|n2\z=Ǥ\3a^aҞmzk8Ȕդ':69 #TRM>p>?d ) L-Ng }       <@J(s8|9:FGHIXY\ ]^!b>cd@eEfHlJu`vdwhxlypzCtypelib-1_0-Nice-0_10.1.21150500.1.1Introspection bindings for libnicelibnice is an implementation of the IETF's draft Interactive Connectivity Establishment standard (ICE). This package provides the GObject Introspection bindings for libnice.c ?ibs-centriq-3LSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-only OR MPL-1.1https://www.suse.com/System/Librarieshttps://nice.freedesktop.org/linuxaarch64Lԁc 2c572bff45da460623c719204ac7695735c3e96d6f8cf0626a9444ecc882255b5rootrootlibnice-0.1.21-150500.1.1.src.rpmtypelib(Nice)typelib-1_0-Nice-0_1typelib-1_0-Nice-0_1(aarch-64)@    @@@libnice.so.10()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)typelib(GLib)typelib(GObject)typelib(Gio)3.0.4-14.6.0-14.0-15.2-12.02.02.04.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.ibs-centriq-3 16775931510.10.1.21-150500.1.10.1.21-150500.1.1Nice-0.1.typelib/usr/lib64/girepository-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-libnicecpioxz5aarch64-suse-linuxPRRRR?mޥ_.0"$utf-8614fca5805a6928f1609bec0a9698e15579e1d0c570ed1b4dc77ee4625e4bc78? 7zXZ !t/M] crv(vX0LFFC)\{圠8~8=lt;Ho]^2=pwnFZo5!ܴ&aoI/,fn$Sy3E0i S0|3idpY+#jIʴ2Ci)FWO N8mx%q~1Sc-vV%K5tk(Dgŭ(:D"c-Ɵ7Qb9ta n;^yGJ?puJPQov\ݸC2lA4f'>*USn3Qbn2K-D}xM <˽iSnpr&(Y[16~5FWpǶ2Ԯ:cW'{l| #meSs1!}JKnʴ3ڷYi * _AڍHʌPgo&K)Jql+! %1 !ޡ|/ڣW"ښ,Wn KERml* z^{/̝k55M *T`"K"%0/+Zv14Yհ.MF~p D02#f8h-[W"&B"^0h))sU/ryv)>4@:w/Ɏ7kEN}z}dOҁm%pT sQ)ybKKD"ے7Y' LH,Z=ߍ`$ c[zEؔ M,s-?oSoʅ]C#esmGBkbl/ů}b}} ap 2+ž3)đtQѾK?"@^FJCJ]3 m+K+.ROqi9߲z:B7/ w* 횷 mUWwuk[,UG9M4WsRuFQRT#x&kP]SSC%@Ryb,jX}>*$]+!3J$ U8֮PͮVt3oB͘vP4K\>~Y]?p%'P+qkVKLF6n4`+|MBWڵ`S06R0-=|(Z' 'Oӡ=ွyJ ݳw.xFAZ>d,xW $e=Kg`frd9^ltDw"oLsA zԐ"bMz `]|[t vin/X6ciޏ%` r*%+<<ݎ\d [5fvG{U9h8Sc-Ѡ*Yt|VKaz}qަ^{2ɑ'AnBʼha4{zɔm '%,m+r d c\UwR~"E ]ڱmU^n-%{m͞j pw_DRk#HN{MȃɁ!rŋTif l4|1KV`r o+ sxFXɫHΆ웶?rL( G59|۪e3Y(+tbB~zkPNb Ú9{g>R&$a1:{,PD?Ҟa= p {pD?Kyͯ@ /3lÓ.֑btL?h|R[ԮF3AuL^>lqL=ݍ Z9"@){16ЎokfmAs0^nRfjp)*G`10XAu1;,}9leOa"V_&F%ӗemPO!zK5Ä΢bO~/hOL9{-uI0р:3I)0&0P) %;1хKHKL"i uKB;C 崕d5'@ʇ7գUOuGd.,|"UY{_b.*}O0봤BWe /&PUQ,d47!X:مZi|06J-DVb ݈ɡm_dߜ涪YÔ'أOϭM@P>s#>Nmr6!Jr?6c+Z/t|pN/u~BѴP;F+Y=fMG_H{ ^ቒZǟ#" U9{1#Վn\JSFO-iWd[;⑴۽[`uޅH7?D; &!kG?.B 1ItFI mpD z -,SՅgy5k3c۠:CQȆ%a ڱÈ &Smw㼳}Zf,YSIpWubś"N؂Pӥ@@Bzk9OHr+1D8AOFYOp$_GSH=,6rdGTSh42 c,M~Pp-FQeUYTC=N 7\.i%4ĺ3K?Ý@(Sz=9o_$G1ŸxJCzN#x&˾44D6;5?B?jw;@ꖚ]䋵F~J 'ʻnJ;ASF=ha5^G^Kyʒf> pT*7WO/_6&s^.JOmd#NϟcyOS{DGP>!Ū0GX"egϼe\Ag'S4qE:ٰVXg8\u7E6,rWX"5faKBz7f+0(y\TX)iM4c+ϲ(yBkqj^n$[I$PScCUi?b^BRN"')ع4`))_tm`+SYxiÉDJ7@ގ5.>jKj 9YYE7*Q1IPWI.]]h jaQU/ȽBr9\RHҪ7/4*j 5u=xXnePX)&O>&}-ὓС}wl4%;C@eZNl|V8f /s*i恶 SJ0ucS;uJʎZpU ̤[m9p&2H^Q;}~$J:"*ѥڗ-4q0( hFoszp~Jn\}AΑBj(]a&:i)הe.Ak!` xzftu#K}Yg|ꛊ"8nN+'ɬ oow8> (4? âжតҗdRFi JT?J"+hENx˘BkkȆ_dqЖ#P:\P9u48~[^-\ (p9nĀ)/b YZ