GNU bug report logs -
#78199
Update lcrq to 0.2.4
Previous Next
To reply to this bug, email your comments to 78199 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78199
; Package
guix-patches
.
(Thu, 01 May 2025 21:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Vagrant Cascadian <vagrant <at> debian.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 01 May 2025 21:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The attached patch updates lcrq to 0.2.4.
It fixes an issue where packets are sent with zero data, as confusing as
that may be, it is enjoyably explained by upstream:
https://chaos.social/@dentangle/114397068112541120
The dependents lcsync and librecast all build nicely.
./pre-inst-env guix build --no-grafts --dependents lcrq
guix build: computing dependents of package lcrq <at> 0.2.4...
/gnu/store/bg0acil25iqipmznll1795k4hqxg25bm-lcrq-0.2.4
/gnu/store/fqa2524s8yh7wn46sasb7gx0v9w690di-librecast-0.10.0
/gnu/store/6s5fjiwh733297m42xv0sqqrrl84dwwj-lcsync-0.3.2
live well,
vagrant
[0001-gnu-lcrq-Update-to-0.2.4.patch (text/x-diff, inline)]
From 50e51c4a743e548535c04b1abe3e283dfab8b7b8 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Thu, 1 May 2025 14:18:23 -0700
Subject: [PATCH] gnu: lcrq: Update to 0.2.4.
* gnu/packages/networking.scm (lcrq): Update to 0.2.4.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 2a27474826..0d811f1c78 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -281,7 +281,7 @@ (define-public axel
(define-public lcrq
(package
(name "lcrq")
- (version "0.2.3")
+ (version "0.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -290,7 +290,7 @@ (define-public lcrq
(file-name (git-file-name name version))
(sha256
(base32
- "13nnx8izfzcy2k6y5njc8p9b196hpn2v90pmiysbiwp8qwnzczih"))))
+ "1d2mk3ii189462dmkksjsaqybj7cizn9vm9c8plml881brlz8a2n"))))
(build-system gnu-build-system)
(arguments
(list
base-commit: 43410355473ef38733f5ea869aa8f11a09db1b06
--
2.39.5
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.