GNU bug report logs - #67052
librecast 0.8.x and lcsync 0.3.x

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Fri, 10 Nov 2023 20:12:02 UTC

Severity: normal

Done: Vagrant Cascadian <vagrant <at> debian.org>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 67052 <at> debbugs.gnu.org (full text, mbox):

From: vagrant <at> debian.org
To: 67052 <at> debbugs.gnu.org
Cc: vagrant <at> debian.org
Subject: [PATCH 1/2] gnu: librecast: Update to 0.8.0.
Date: Fri, 10 Nov 2023 12:16:21 -0800
From: Vagrant Cascadian <vagrant <at> debian.org>

* gnu/packages/networking.scm (librecast): Update to 0.8.0.
[inputs]: Add libbsd.
---
 gnu/packages/networking.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1a8912ac87..03222a67d0 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -127,6 +127,7 @@ (define-module (gnu packages networking)
   #:use-module (gnu packages gtk)
   #:use-module (gnu packages image)
   #:use-module (gnu packages kde-frameworks)
+  #:use-module (gnu packages libbsd)
   #:use-module (gnu packages libevent)
   #:use-module (gnu packages libidn)
   #:use-module (gnu packages libusb)
@@ -522,7 +523,7 @@ (define-public libnice
 (define-public librecast
   (package
     (name "librecast")
-    (version "0.7.0")
+    (version "0.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -531,7 +532,7 @@ (define-public librecast
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0y0km0fv39m3i227pyg7fcr7d94gbji51fkcywqyrjgmk4j1hp1n"))))
+                "01m0q4n2hy3csbzil8ivjyzb1mh4w9jlh9iiv6z53kasl7aas27i"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-tests? #f
@@ -541,7 +542,7 @@ (define-public librecast
                             (string-append "PREFIX="
                                            (assoc-ref %outputs "out"))))
        #:test-target "test"))
-    (inputs (list libsodium lcrq))
+    (inputs (list libsodium lcrq libbsd))
     (synopsis "IPv6 multicast library")
     (description "Librecast is a C library which supports IPv6 multicast
 networking.")

base-commit: bb3ab24a296ffa5273b2e82a02ed057e90c095f3
-- 
2.39.2





This bug report was last modified 1 year and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.