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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78199 in the body.
You can then email your comments to 78199 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


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):

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 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)]

Information forwarded to guix-patches <at> gnu.org:
bug#78199; Package guix-patches. (Mon, 05 May 2025 12:20:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: control <at> debbugs.gnu.org,78199 <at> debbugs.gnu.org
Subject: QA review for 78199
Date: Mon, 05 May 2025 14:19:33 +0200
user guix
usertag 78199 + reviewed-looks-good
thanks

Guix QA review form submission:
LGTM. There&apos;s this lint: 
../gnu/packages/networking.scm:313:15: lcrq <at> 0.2.4: permanent redirect from https://librecast.net/lcrq.html to https://www.librecast.net/lcrq.html
But IMHO, it shouldn&apos;t block this commit.

Items marked as checked: Lint warnings, Package builds, Commit messages

-- 
Best regards,
Nicolas Graves




Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Mon, 05 May 2025 13:26:02 GMT) Full text and rfc822 format available.

Notification sent to Vagrant Cascadian <vagrant <at> debian.org>:
bug acknowledged by developer. (Mon, 05 May 2025 13:26:02 GMT) Full text and rfc822 format available.

Message #13 received at 78199-done <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#78199; Package guix-patches. (Mon, 05 May 2025 16:25:01 GMT) Full text and rfc822 format available.

Message #16 received at 78199-done <at> debbugs.gnu.org (full text, mbox):

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Andreas Enge <andreas <at> enge.fr>, Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 78199-done <at> debbugs.gnu.org
Subject: Re: QA review for 78199
Date: Mon, 05 May 2025 09:24:04 -0700
[Message part 1 (text/plain, inline)]
On 2025-05-05, Andreas Enge wrote:
> thanks for the patch and the review. I have pushed on Vagrant's behalf
> with an updated homepage and corrected commit message.

Thanks! (although I did not recieve the review email, though I've looked
it up now)

I had brought the URL issue up with upstream a while back, and they did
intend to fix the URLs to not redirect, so we may have to revert that
again someday... but no big deal either way. :)


> Something is off with your use of "git send-email": Did you write your
> explanatory message above instead of below the three dashes?

I just used "git format-patch" and attached the resulting patch. This is
slightly outside the recommended flow, but allows me to sign my patch
submissions with openpgp...

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#78199; Package guix-patches. (Tue, 06 May 2025 08:22:02 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Andreas Enge <andreas <at> enge.fr>, Nicolas Graves <ngraves <at> ngraves.fr>
Cc: 78199 <at> debbugs.gnu.org
Subject: Re: QA review for 78199
Date: Tue, 06 May 2025 01:21:05 -0700
[Message part 1 (text/plain, inline)]
On 2025-05-05, Vagrant Cascadian wrote:
> On 2025-05-05, Andreas Enge wrote:
>> thanks for the patch and the review. I have pushed on Vagrant's behalf
>> with an updated homepage and corrected commit message.
>
> Thanks! (although I did not recieve the review email, though I've looked
> it up now)
>
> I had brought the URL issue up with upstream a while back, and they did
> intend to fix the URLs to not redirect, so we may have to revert that
> again someday... but no big deal either way. :)

AAAAAAnd... upstream went and fixed it today, so now:

  $ guix lint --checkers=home-page lcrq librecast lcsync
  gnu/packages/networking.scm:313:15: lcrq <at> 0.2.4: permanent redirect from https://www.librecast.net/lcrq.html to https://librecast.net/lcrq.html

:)

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#78199; Package guix-patches. (Tue, 06 May 2025 08:34:05 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: Nicolas Graves <ngraves <at> ngraves.fr>, 78199 <at> debbugs.gnu.org
Subject: Re: QA review for 78199
Date: Tue, 6 May 2025 10:33:31 +0200
Am Tue, May 06, 2025 at 01:21:05AM -0700 schrieb Vagrant Cascadian:
> AAAAAAnd... upstream went and fixed it today, so now:
>   $ guix lint --checkers=home-page lcrq librecast lcsync
>   gnu/packages/networking.scm:313:15: lcrq <at> 0.2.4: permanent redirect from https://www.librecast.net/lcrq.html to https://librecast.net/lcrq.html
> :)

Ah, we are going in circles - or spirals? ;-)

Andreas





Information forwarded to guix-patches <at> gnu.org:
bug#78199; Package guix-patches. (Thu, 08 May 2025 06:00:03 GMT) Full text and rfc822 format available.

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

From: Vagrant Cascadian <vagrant <at> debian.org>
To: Andreas Enge <andreas <at> enge.fr>
Cc: Nicolas Graves <ngraves <at> ngraves.fr>, 78199 <at> debbugs.gnu.org
Subject: Re: QA review for 78199
Date: Wed, 07 May 2025 22:59:23 -0700
[Message part 1 (text/plain, inline)]
On 2025-05-06, Andreas Enge wrote:
> Am Tue, May 06, 2025 at 01:21:05AM -0700 schrieb Vagrant Cascadian:
>> AAAAAAnd... upstream went and fixed it today, so now:
>>   $ guix lint --checkers=home-page lcrq librecast lcsync
>>   gnu/packages/networking.scm:313:15: lcrq <at> 0.2.4: permanent redirect from https://www.librecast.net/lcrq.html to https://librecast.net/lcrq.html
>> :)
>
> Ah, we are going in circles - or spirals? ;-)

When I brought it to upstream's attention, they intended to fix it, so I
ignored the guix lint home-page issue on previous version, figuring
upstream would fix it, and this bug report triggered the impetus to
actually fix it upstream... reintroducing this guix lint issue for lcrq
(but notably fixing it for the other librecast project packages,
librecast and lcsync!).

This is where guix's weak maintainership model sometimes goes slightly
and mildly amiss, as I have a working relationship with upstream so knew
to put off "fixing" the guix lint issue. :)

I have pushed the fix to the fix as
01ca654387c64265b310f2887d884cd7ec7c4f0a.

No serious harm done, just a bit of minor comedy. :)

live well,
  vagrant
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 05 Jun 2025 11:24:16 GMT) Full text and rfc822 format available.

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.