Accepting request 975128 from home:cgiboudeaux:branches:GNOME:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/975128 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=74
This commit is contained in:
parent
fd4ca30389
commit
3ac317f0b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5eabd25ba2b54e817699832826269241abaa1cf78f9b240d1435f936569273f4
|
||||
size 439791
|
3
libnice-0.1.19.tar.gz
Normal file
3
libnice-0.1.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6747af710998cf708a2e8ceef51cccd181373d94201dd4b8d40797a070ed47cc
|
||||
size 453407
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 09:13:35 UTC 2022 - Christophe Giboudeaux <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 20:49:10 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
12
libnice.spec
12
libnice.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnice
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: libnice
|
||||
Version: 0.1.18
|
||||
Version: 0.1.19
|
||||
Release: 0
|
||||
Summary: Interactive Connectivity Establishment implementation
|
||||
License: LGPL-2.1-only OR MPL-1.1
|
||||
Group: Developemnt/Libraries/GNOME
|
||||
URL: http://nice.freedesktop.org/
|
||||
Source: http://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
Group: Development/Libraries/GNOME
|
||||
URL: https://nice.freedesktop.org/
|
||||
Source: https://nice.freedesktop.org/releases/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libgupnp-igd-devel
|
||||
@ -49,7 +49,7 @@ Connectivity Establishment standard (ICE).
|
||||
%package -n gstreamer-libnice
|
||||
Summary: GStreamer plugin for the Interactive Connectivity Establishment
|
||||
Group: System/Libraries
|
||||
Supplements: packageand(libnice10:gstreamer)
|
||||
Supplements: (libnice10 and gstreamer)
|
||||
|
||||
%description -n gstreamer-libnice
|
||||
libnice is an implementation of the IETF's draft Interactive
|
||||
|
Loading…
Reference in New Issue
Block a user