diff options
author | Maxim Cournoyer <[email protected]> | 2024-11-11 15:17:12 +0900 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:36 +0100 |
commit | 1c406c411b24d85df9f6f43a7e551696669f41b3 (patch) | |
tree | f2985cce300e5ed0c73117756e9defa11064d5e5 | |
parent | 3144a3a6fb7d3f8e403cf011310cda6a936d55b6 (diff) |
gnu: libnice: Update to 0.1.22.
* gnu/packages/networking.scm (libnice): Update to 0.1.22.
[arguments] <phases>: Disable test-new-trickle test in the
disable-failing-tests phase.
Change-Id: I727b40e21a35c5c42b5e316fa9174d44b06d5df5
Signed-off-by: Liliana Marie Prikler <[email protected]>
-rw-r--r-- | gnu/packages/networking.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 1b97853a59..bbb34df0df 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -476,7 +476,7 @@ Android, and ChromeOS.") (define-public libnice (package (name "libnice") - (version "0.1.21") + (version "0.1.22") (source (origin (method git-fetch) @@ -486,7 +486,7 @@ Android, and ChromeOS.") (file-name (git-file-name name version)) (sha256 (base32 - "0zxh1mdrl4p2vih8f4yqzm3pp4jsmc8aq7l43dlndaz4sj4c8j44")))) + "0ik45q1qlr04llr2ssm6zb73840dmn31q303k3qrcpgj0jp578hg")))) (build-system meson-build-system) (outputs '("out" "doc")) (arguments @@ -507,6 +507,10 @@ Android, and ChromeOS.") ;; nondeterministic fashion (see: ;; https://gitlab.freedesktop.org/libnice/libnice/-/issues/151). (("'test-bsd'" all) + (string-append "# " all)) + ;; The test-new-trickle fails with GLib 2.83.0 (see: + ;; https://gitlab.freedesktop.org/libnice/libnice/-/issues/198). + (("'test-new-trickle'" all) (string-append "# " all))) (substitute* "stun/tests/meson.build" ;; test-bind.c:234: bad_responses: Assertion `len >= 20' |