Package Release Info

libnice-0.1.22-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libnice-devel

Change Logs

* Mon Dec 09 2024 bjorn.lie@gmail.com
- Increase test timeout on s390x. test-send-recv can be slow and
  sometimes times out in our builds.
* Sat Nov 16 2024 bjorn.lie@gmail.com
- Add 37eeeb1a750bf2dd6d5769d759069e95dd1b8493.patch:
  test-new-trickle: Remove cancellable as a wakeup mechanism.
* Mon Nov 11 2024 bjorn.lie@gmail.com
- Add c47a7ea6289187857a38e0118bd8528cab9171c9.patch meson: Add
  glib debug, assert and check options.
* Fri Nov 08 2024 bjorn.lie@gmail.com
- Update to version 0.1.22:
  + API: Make nice_address_is_local() available to applications
  + Make padding be all zeros to conform to RFC8489
  + Fix interface listing on Android
  + Include TURN sockets in the list from nice_agent_get_sockets()
  + Set consent refresh timeout in line with RFC 7675
  + Fix ifr_ifindex build with cland and OpenBSD
- Drop 4b63250c.patch: Fixed upstream.
- Rebase patch with quilt.
* Fri Jul 07 2023 bjorn.lie@gmail.com
- Add 4b63250c.patch: agent/meson: Replace filename with basename.
  This avoids emitting absolute paths into generated sourcecode, it
  improves reproducibility.
* Thu Apr 13 2023 bjorn.lie@gmail.com
- 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 bjorn.lie@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.
* Thu May 05 2022 christophe@krop.fr
- 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 jengelh@inai.de
- Update descriptions to be closer to the other GNOME packages.
* Fri Mar 05 2021 jgwang@suse.com
- 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