Changelog for
gstreamer-libnice-0.1.21-lp154.111.5.i586.rpm :
* Fri Jul 07 2023 Bjørn Lie
- Add 4b63250c.patch: agent/meson: Replace filename with basename. This avoids emitting absolute paths into generated sourcecode, it improves reproducibility.
* Thu Apr 13 2023 Bjørn Lie - Add libnice-port-gupnp-igd-bump.patch: Port to new gupnp-igd.- Replace libgupnp-igd-devel and gobject-introspection-devel with pkgconfig(gupnp-igd-1.6) and pkgconfig(gobject-introspection-1.0) BuildRequires, align with what meson checks for.- Use ldconfig_scriptlets macro.- Enable meson_test macro in check section, run tests during build. Remove the single test that does not work in the build service via sed call.
* Wed Jan 25 2023 Bjørn Lie - 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.
* Thu May 05 2022 Christophe Giboudeaux - 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
* Sat Mar 20 2021 Jan Engelhardt - Update descriptions to be closer to the other GNOME packages.
* Fri Mar 05 2021 Wang Jun - 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
* Thu Aug 20 2020 Dirk Mueller - 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.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Tue Apr 25 2017 dimstarAATTopensuse.org- 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.
* Fri Apr 15 2016 idonmezAATTsuse.com- Merge with factory for Gnome 3.20 fate#318572.
* Sat Apr 02 2016 zaitorAATTopensuse.org- 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.
* Fri May 15 2015 dimstarAATTopensuse.org- Update to version 0.1.13: + Fix build on non-Windows platforms that don\'t have getifaddrs(). + Fix build regression on Windows.
* Thu Apr 23 2015 zaitorAATTopensuse.org- Update to version 0.1.12: + Fix regression in SDP parser. + Make examples work on Windows. + Bug fixes on nicesrc.
* Tue Apr 21 2015 zaitorAATTopensuse.org- 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.
* Thu Jan 29 2015 zaitorAATTopensuse.org- 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.
* Thu Oct 16 2014 hrvoje.senjanAATTgmail.com- Add baselibs.conf: provide multi-arch packages.