[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65233] [PATCH 1/2] gnu: librecast: Update to 0.7.0.
From: |
vagrant |
Subject: |
[bug#65233] [PATCH 1/2] gnu: librecast: Update to 0.7.0. |
Date: |
Tue, 22 Aug 2023 13:31:19 -0700 |
From: Vagrant Cascadian <vagrant@debian.org>
* gnu/packages/networking.scm (librecast): Update to 0.7.0.
[arguments]: Drop 'remove-network-tests phase.
---
gnu/packages/networking.scm | 25 +++----------------------
1 file changed, 3 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 04461fec2d..2b2e2bd4a5 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -487,7 +487,7 @@ (define-public libnice
(define-public librecast
(package
(name "librecast")
- (version "0.6.1")
+ (version "0.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -496,7 +496,7 @@ (define-public librecast
(file-name (git-file-name name version))
(sha256
(base32
- "1kixnm7pn8345wp0klhnpw5x992cqbqx3bhc01j8xhqf6irlzdm3"))))
+ "0y0km0fv39m3i227pyg7fcr7d94gbji51fkcywqyrjgmk4j1hp1n"))))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
@@ -505,26 +505,7 @@ (define-public librecast
(cc-for-target))
(string-append "PREFIX="
(assoc-ref %outputs "out"))))
- #:test-target "test"
- #:phases (modify-phases %standard-phases
- (add-before 'check 'remove-network-tests
- (lambda _
- ;; these tests require networking
- (delete-file "./test/0000-0010.c")
- (delete-file "./test/0000-0012.c")
- (delete-file "./test/0000-0013.c")
- (delete-file "./test/0000-0014.c")
- (delete-file "./test/0000-0015.c")
- (delete-file "./test/0000-0016.c")
- (delete-file "./test/0000-0018.c")
- (delete-file "./test/0000-0019.c")
- (delete-file "./test/0000-0021.c")
- (delete-file "./test/0000-0028.c")
- (delete-file "./test/0000-0036.c")
- (delete-file "./test/0000-0037.c")
- (delete-file "./test/0000-0038.c")
- (delete-file "./test/0000-0039.c")
- (delete-file "./test/0000-0040.c"))))))
+ #:test-target "test"))
(inputs (list libsodium lcrq))
(synopsis "IPv6 multicast library")
(description "Librecast is a C library which supports IPv6 multicast
base-commit: db02fcde386892b3a054d64403a4a5bfa1b7fce8
--
2.39.2
- [bug#65233] WIP lcsync and librecast updates, Vagrant Cascadian, 2023/08/11
- [bug#65233] [PATCH 1/2] gnu: librecast: Update to 0.7-RC3., vagrant, 2023/08/11
- [bug#65233] [PATCH 1/2] gnu: librecast: Update to 0.7.0.,
vagrant <=
- [bug#65233] [PATCH 2/2] gnu: lcsync: Update to 0.2.1., vagrant, 2023/08/22
- [bug#65233] lcsync and librecast updates, Vagrant Cascadian, 2023/08/23
- bug#65233: lcsync and librecast updates, Christopher Baines, 2023/08/29
- [bug#65233] lcsync and librecast updates, Vagrant Cascadian, 2023/08/29
- [bug#65233] lcsync and librecast updates, Vagrant Cascadian, 2023/08/29
- [bug#65233] lcsync and librecast updates, Christopher Baines, 2023/08/31
- [bug#65233] lcsync and librecast updates, Vagrant Cascadian, 2023/08/31