SHA256
1
0
forked from pool/libnice

77 Commits

Author SHA256 Message Date
12743426c0 Accepting request 1097926 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1097926
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=48
2023-07-11 13:56:24 +00:00
7a421a9766 Accepting request 1097507 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1097507
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=80
2023-07-10 11:35:53 +00:00
ef4aaff5db Accepting request 1079434 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1079434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=47
2023-04-15 20:32:27 +00:00
fd2b6a0df6 Accepting request 1079272 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/1079272
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=78
2023-04-14 11:01:05 +00:00
e17b76862c Accepting request 1061299 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1061299
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=46
2023-02-02 17:06:52 +00:00
63e40da5fe Accepting request 1060836 from GNOME:Next
- 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.

OBS-URL: https://build.opensuse.org/request/show/1060836
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=76
2023-01-26 16:14:26 +00:00
a2d60fa779 Accepting request 975332 from 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 (forwarded request 975128 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/975332
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=45
2022-05-08 19:52:24 +00:00
3ac317f0b3 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
2022-05-06 07:24:43 +00:00
4a71f8aa5b Accepting request 880362 from GNOME:Factory
- Update descriptions to be closer to the other GNOME packages. (forwarded request 880310 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/880362
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=44
2021-03-24 15:10:15 +00:00
fd4ca30389 Accepting request 880310 from home:jengelh:branches:GNOME:Factory
- Update descriptions to be closer to the other GNOME packages.

OBS-URL: https://build.opensuse.org/request/show/880310
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=72
2021-03-21 08:14:06 +00:00
74d77abab3 Accepting request 879656 from home:jgwang:branches:GNOME:Factory
Update to 0.1.18

OBS-URL: https://build.opensuse.org/request/show/879656
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=71
2021-03-18 18:31:41 +00:00
c9a982d776 Accepting request 847248 from GNOME:Factory
Push GNOME 3.38

OBS-URL: https://build.opensuse.org/request/show/847248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=43
2020-11-19 10:56:52 +00:00
a4960f7d98 tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=69
2020-09-01 11:10:51 +00:00
5147c9d032 Accepting request 828306 from home:dirkmueller:branches:GNOME:Factory
- 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
  * GLib required version update to 2.54
  * Removed deprecated GLib APIs
  * Many ICE compatibility and performance improvements
  * Many bug fixes
  * 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
  * Fix tests on Windows
  * Fix some racy tests
  * Add support for Regular Nomination
  * 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

OBS-URL: https://build.opensuse.org/request/show/828306
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=68
2020-09-01 10:54:42 +00:00
96e154ae0f Accepting request 582834 from GNOME:Factory
spec-cleaner (forwarded request 581260 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/582834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=42
2018-03-08 09:48:19 +00:00
56712c490b Accepting request 581260 from GNOME:Next
spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/581260
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=66
2018-03-05 13:57:00 +00:00
8fb60649d4 Accepting request 494081 from GNOME:Factory
Update to 0.1.14 (forwarded request 490977 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/494081
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=41
2017-05-18 18:36:53 +00:00
70bbb1f247 Accepting request 490977 from home:dimstar:branches:GNOME:Factory
Update to 0.1.14

OBS-URL: https://build.opensuse.org/request/show/490977
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=64
2017-05-10 10:13:52 +00:00
e03b1c709c Accepting request 399427 from GNOME:Factory
Sync package with SLE12SP2 - just for easier tracking (forwarded request 399221 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/399427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=40
2016-06-03 14:31:51 +00:00
04b8ccc864 Accepting request 399221 from SUSE:SLE-12-SP2:GA
Sync package with SLE12SP2 - just for easier tracking

OBS-URL: https://build.opensuse.org/request/show/399221
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=62
2016-06-01 10:06:06 +00:00
829bdd7305 Accepting request 384021 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/384021
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=39
2016-04-11 07:11:42 +00:00
Bjørn Lie
fbca48a2fb Accepting request 383748 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/383748
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=60
2016-04-04 11:54:19 +00:00
Stephan Kulow
6d1ce0f61e Accepting request 307234 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/307234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=38
2015-05-16 05:13:42 +00:00
67d68602c1 Accepting request 307226 from home:dimstar:branches:GNOME:Factory
Update to 0.1.13

OBS-URL: https://build.opensuse.org/request/show/307226
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=58
2015-05-15 07:48:02 +00:00
58bc50511c Accepting request 299062 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/299062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=37
2015-04-27 10:58:09 +00:00
c8fd897540 Accepting request 298815 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/298815
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=56
2015-04-24 06:38:01 +00:00
20a1078fce Accepting request 298458 from GNOME:Factory
Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/298458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=36
2015-04-23 06:00:46 +00:00
Bjørn Lie
c075826cc3 Accepting request 298298 from GNOME:Next
1

OBS-URL: https://build.opensuse.org/request/show/298298
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=54
2015-04-21 19:06:06 +00:00
0c5dc91578 Accepting request 283458 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/283458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=35
2015-02-01 11:28:03 +00:00
c06cb9d1d8 Accepting request 283394 from home:Zaitor:branches:GNOME:Factory
Update

OBS-URL: https://build.opensuse.org/request/show/283394
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=52
2015-01-30 13:41:46 +00:00
Stephan Kulow
4c415b8131 Accepting request 257292 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/257292
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=34
2014-10-23 12:19:38 +00:00
0d5453e2aa Accepting request 257269 from home:sumski:hazard:to:your:stereo
Add baselibs.conf: provide multi-arch packages.

OBS-URL: https://build.opensuse.org/request/show/257269
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=50
2014-10-17 07:20:15 +00:00
63cbfbd3fc Accepting request 256769 from home:Zaitor:branches:GNOME:Factory
Update

Note that I see that configure looks for gobject-introspection, and adding that build-dep yields typelib and gir files, but unsure if we have the need for them?

OBS-URL: https://build.opensuse.org/request/show/256769
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=49
2014-10-15 18:13:15 +00:00
Stephan Kulow
e7cdd3a189 Accepting request 239027 from GNOME:Factory
1

OBS-URL: https://build.opensuse.org/request/show/239027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=32
2014-07-06 20:52:22 +00:00
Bjørn Lie
32d2c92864 Accepting request 239023 from home:dimstar:branches:GNOME:Factory
Update to 0.1.7

OBS-URL: https://build.opensuse.org/request/show/239023
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=47
2014-06-30 21:05:53 +00:00
Stephan Kulow
a0d65d49fe Accepting request 233367 from GNOME:Factory
Update (forwarded request 232767 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/233367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=31
2014-05-11 12:16:23 +00:00
780a96dcab Accepting request 232767 from home:Zaitor:branches:GNOME:Factory
Update

OBS-URL: https://build.opensuse.org/request/show/232767
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=45
2014-05-10 19:28:50 +00:00
Stephan Kulow
357f80d7f4 Accepting request 228946 from GNOME:Factory
Push GNOME:Next - GNOME 3.12.0 (forwarded request 228680 from RBrownCCB)

OBS-URL: https://build.opensuse.org/request/show/228946
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=30
2014-04-04 14:36:19 +00:00
89dc3411e9 Accepting request 228680 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228680
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=43
2014-04-03 20:47:02 +00:00
4c7a9d6f64 tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=42
2014-03-09 19:15:36 +00:00
2715aa524a Accepting request 225153 from GNOME:Next
Update to 0.1.5

OBS-URL: https://build.opensuse.org/request/show/225153
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=41
2014-03-09 19:15:08 +00:00
Stephan Kulow
9f7d6de247 Accepting request 159249 from GNOME:Factory
Fix typo in upstream changelog (forwarded request 158734 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/159249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=28
2013-03-15 09:40:47 +00:00
92a33d6da1 Accepting request 158734 from home:dimstar:branches:GNOME:Factory
Fix typo in upstream changelog

OBS-URL: https://build.opensuse.org/request/show/158734
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=39
2013-03-13 23:10:30 +00:00
Stephan Kulow
daae06f162 Accepting request 136747 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/136747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=26
2012-10-03 08:28:13 +00:00
93f9fd7ac0 Accepting request 134405 from home:dimstar:branches:GNOME:Factory
Update to 0.1.3 - test suite disable.. seems to fail in OBS for no interaction with NM.. worked on local build though

OBS-URL: https://build.opensuse.org/request/show/134405
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=37
2012-09-21 21:01:04 +00:00
Stephan Kulow
3e71d48093 Accepting request 128060 from GNOME:Factory
qemu is not threadsafe enough atm, please forward to factory. (forwarded request 127558 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/128060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=25
2012-07-18 15:24:25 +00:00
7ae3290a2d Accepting request 127558 from openSUSE:Factory:ARM
qemu is not threadsafe enough atm, please forward to factory.

OBS-URL: https://build.opensuse.org/request/show/127558
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=35
2012-07-16 20:35:21 +00:00
Stephan Kulow
81e81edd57 Accepting request 112826 from GNOME:Factory
Update to 0.1.2 (forwarded request 112435 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/112826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=23
2012-04-12 07:38:14 +00:00
Vincent Untz
373fe3ad07 Accepting request 112435 from home:vuntz:branches:GNOME:Factory
Update to 0.1.2

OBS-URL: https://build.opensuse.org/request/show/112435
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libnice?expand=0&rev=33
2012-04-06 14:10:14 +00:00
Stephan Kulow
0d93124d13 Accepting request 101249 from GNOME:Factory
- license update: MPL-1.1 or LGPL-2.1
  is dual license  MPL-1.1 or LGPL-2.1 (forwarded request 101246 from coolo)

OBS-URL: https://build.opensuse.org/request/show/101249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnice?expand=0&rev=22
2012-01-26 13:06:08 +00:00