GNU bug report logs - #78199
Update lcrq to 0.2.4

Previous Next

Package: guix-patches;

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

Date: Thu, 1 May 2025 21:38:02 UTC

Severity: normal

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vagrant Cascadian <vagrant <at> debian.org>
Subject: bug#78199: closed (Re: QA review for 78199)
Date: Mon, 05 May 2025 13:26:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#78199: Update lcrq to 0.2.4

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 78199 <at> debbugs.gnu.org.

-- 
78199: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=78199
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andreas Enge <andreas <at> enge.fr>
To: Nicolas Graves <ngraves <at> ngraves.fr>
Cc: Vagrant Cascadian <vagrant <at> debian.org>, 78199-done <at> debbugs.gnu.org
Subject: Re: QA review for 78199
Date: Mon, 5 May 2025 15:25:30 +0200
Hello,

thanks for the patch and the review. I have pushed on Vagrant's behalf
with an updated homepage and corrected commit message. Something is off
with your use of "git send-email": Did you write your explanatory
message above instead of below the three dashes?

Andreas


[Message part 3 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org
Subject: Update lcrq to 0.2.4
Date: Thu, 01 May 2025 14:37:19 -0700
[Message part 4 (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 9 days ago.

Previous Next


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