From debbugs-submit-bounces@debbugs.gnu.org Thu May 01 17:37:40 2025 Received: (at submit) by debbugs.gnu.org; 1 May 2025 21:37:40 +0000 Received: from localhost ([127.0.0.1]:53828 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uAbbA-0004gC-3s for submit@debbugs.gnu.org; Thu, 01 May 2025 17:37:40 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38430) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uAbb8-0004fv-7w for submit@debbugs.gnu.org; Thu, 01 May 2025 17:37:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uAbb0-0005FW-6c for guix-patches@gnu.org; Thu, 01 May 2025 17:37:30 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uAbax-0005C1-D2 for guix-patches@gnu.org; Thu, 01 May 2025 17:37:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1746135444; bh=sm5ai3vAKp6Xdwq721YUKY4nnE/Kleq1s24C8JoAWQA=; h=From:To:Subject:Date:From; b=lM+SqG7P5HcFXxCoUbnIUTyXEvy94spxv9hDSJK6f9hMrdMlNPgXEWlgjuklOylqN /UNdZnM6nlWRaBIEF5REN39zu9RV6/gTajjJdmLHPjvePo0vGUOq41AGVEHDPYquyK Zt2k5sBGecg5XETtZx1rO0ppzXUYFR4kqNMc8dL1EuR28afPOboIyDWmQtjjIkuj/4 6Fj3ynWVvcyK2wim7I1bhPSPRDMxvIZCZ+SQhfnpQPYRGQe/R1q13XN+Bm0wB/ll9h r7JOwqDjrd9yxTuKa5lzclZkb4TzYXjVVkqIuSbsRj9ztWX61OtwxVEaLVrIkc9iUx PQDuj7bzsJe0A== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 81E5E55E; Thu, 1 May 2025 14:37:24 -0700 (PDT) From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update lcrq to 0.2.4 Date: Thu, 01 May 2025 14:37:19 -0700 Message-ID: <87r018rp0w.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.644, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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@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 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-lcrq-Update-to-0.2.4.patch Content-Transfer-Encoding: quoted-printable From=2050e51c4a743e548535c04b1abe3e283dfab8b7b8 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian 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. =2D-- 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 =2D-- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -281,7 +281,7 @@ (define-public axel (define-public lcrq (package (name "lcrq") =2D (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 =2D "13nnx8izfzcy2k6y5njc8p9b196hpn2v90pmiysbiwp8qwnzczih"))= )) + "1d2mk3ii189462dmkksjsaqybj7cizn9vm9c8plml881brlz8a2n")))) (build-system gnu-build-system) (arguments (list base-commit: 43410355473ef38733f5ea869aa8f11a09db1b06 =2D-=20 2.39.5 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaBPpjwAKCRDcUY/If5cW qinLAP90HK//nxNYEjP97HsHgkGOXdfZZPywMIpwUACy0IddJAD/Q+ZHi7XJKWfc xIY+CNeSktxG8oREIvhaeY55amRN7Ag= =2Dvg -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon May 05 08:19:46 2025 Received: (at 78199) by debbugs.gnu.org; 5 May 2025 12:19:46 +0000 Received: from localhost ([127.0.0.1]:39465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uBunS-00005w-4g for submit@debbugs.gnu.org; Mon, 05 May 2025 08:19:46 -0400 Received: from 9.mo562.mail-out.ovh.net ([46.105.72.114]:51373) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uBunJ-00005S-T7 for 78199@debbugs.gnu.org; Mon, 05 May 2025 08:19:41 -0400 Received: from director3.derp.mail-out.ovh.net (director3.derp.mail-out.ovh.net [152.228.215.222]) by mo562.mail-out.ovh.net (Postfix) with ESMTPS id 4ZrgZH43rtz1Wkt; Mon, 5 May 2025 12:19:35 +0000 (UTC) Received: from director3.derp.mail-out.ovh.net (director3.derp.mail-out.ovh.net. [127.0.0.1]) by director3.derp.mail-out.ovh.net (inspect_sender_mail_agent) with SMTP for <78199@debbugs.gnu.org>; Mon, 5 May 2025 12:19:35 +0000 (UTC) Received: from mta10.priv.ovhmail-u1.ea.mail.ovh.net (unknown [10.110.118.193]) by director3.derp.mail-out.ovh.net (Postfix) with ESMTPS id 4ZrgZH2YKQz625B; Mon, 5 May 2025 12:19:35 +0000 (UTC) Received: from ngraves.fr (unknown [10.1.6.7]) by mta10.priv.ovhmail-u1.ea.mail.ovh.net (Postfix) with ESMTPSA id C5692DA3ABF; Mon, 5 May 2025 12:19:34 +0000 (UTC) Authentication-Results: garm.ovh; auth=pass (GARM-113S007fbd87eb9-2c26-4514-be7b-3158c92ac45a, 64E865B9D27337561BBEA920F470E39E9148F63E) smtp.auth=ngraves@ngraves.fr X-OVh-ClientIp: 80.215.197.18 From: Nicolas Graves To: control@debbugs.gnu.org,78199@debbugs.gnu.org Subject: QA review for 78199 Date: Mon, 05 May 2025 14:19:33 +0200 Message-ID: <87y0vb6yi2.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain X-Ovh-Tracer-Id: 12454423298014372453 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: 0 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgddvkedutdejucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucenucfjughrpefhvffufffkgggtsehttdertddttddtnecuhfhrohhmpefpihgtohhlrghsucfirhgrvhgvshcuoehnghhrrghvvghssehnghhrrghvvghsrdhfrheqnecuggftrfgrthhtvghrnhepvdelveehkefgteffueekfedtgeduudelgffgueehjeegvedufeeufeefueehhfelnecuffhomhgrihhnpehlihgsrhgvtggrshhtrdhnvghtnecukfhppeduvdejrddtrddtrddupdektddrvdduhedrudeljedrudeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepuddvjedrtddrtddruddpmhgrihhlfhhrohhmpehnghhrrghvvghssehnghhrrghvvghsrdhfrhdpnhgspghrtghpthhtohepvddprhgtphhtthhopeejkeduleelseguvggssghughhsrdhgnhhurdhorhhgpdhrtghpthhtoheptghonhhtrhholhesuggvsggsuhhgshdrghhnuhdrohhrghdpoffvtefjohhsthepmhhoheeivdgmpdhmohguvgepshhmthhpohhuth DKIM-Signature: a=rsa-sha256; bh=s8AsH6KymIL6nSblYAKkaU+H3zuRd0e05ghfP+pxcyM=; c=relaxed/relaxed; d=ngraves.fr; h=From; s=ovhmo4487190-selector1; t=1746447575; v=1; b=UtN1rSfMpX9Qh2u5V3PzVxNKGVBG+SvFpT9ll3oUP4EgY6ImpDL7xgA06yNg1r0eHE1V9nc3 F6MyY6up3wpAmqOW+qsJf2DiQb0ZFz4mYRWTITto+cOH0kBU9Jf/TEEbm9dTTlWiPCR481MVhEF //ZyU1J0FGCTUP8a6Te1he2p4yIlwFTIMOfElG81BqjysFVFWUOWjIoEWZjVzFq67H6D2x0ASZT 7K8lLY5hDnpjiil3x3iPacfDeoX23ooJ/Q8KKTsfpwXJJuhAos7oRHnqn9334WfyVVRQ5hzkh/9 drN+S5Ph1ZQLVgkeaflpqi9OSWJjBrJa6w4D1yAezs0ng== X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78199 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) user guix usertag 78199 + reviewed-looks-good thanks Guix QA review form submission: LGTM. There's this lint: ../gnu/packages/networking.scm:313:15: lcrq@0.2.4: permanent redirect from https://librecast.net/lcrq.html to https://www.librecast.net/lcrq.html But IMHO, it shouldn't block this commit. Items marked as checked: Lint warnings, Package builds, Commit messages -- Best regards, Nicolas Graves From debbugs-submit-bounces@debbugs.gnu.org Mon May 05 09:25:44 2025 Received: (at 78199-done) by debbugs.gnu.org; 5 May 2025 13:25:44 +0000 Received: from localhost ([127.0.0.1]:39803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uBvpH-0006rL-L1 for submit@debbugs.gnu.org; Mon, 05 May 2025 09:25:44 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:41030) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uBvpD-0006qy-QX for 78199-done@debbugs.gnu.org; Mon, 05 May 2025 09:25:40 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 0CD52107; Mon, 5 May 2025 15:25:33 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id rCi3XUOGNY2G; Mon, 5 May 2025 15:25:32 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 3103121F; Mon, 5 May 2025 15:25:32 +0200 (CEST) Date: Mon, 5 May 2025 15:25:30 +0200 From: Andreas Enge To: Nicolas Graves Subject: Re: QA review for 78199 Message-ID: References: <87y0vb6yi2.fsf@ngraves.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87y0vb6yi2.fsf@ngraves.fr> X-Rspamd-Queue-Id: 0CD52107 X-Spamd-Result: default: False [6.47 / 15.00]; SPAM_FLAG(5.00)[]; NEURAL_SPAM(3.00)[1.000]; BAYES_HAM(-1.93)[94.62%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_SOME(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; RCPT_COUNT_THREE(0.00)[3]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Spamd-Bar: ++++++ X-Rspamd-Action: add header X-Rspamd-Server: hera X-Spam-Level: ****** X-Spam: Yes X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78199-done Cc: Vagrant Cascadian , 78199-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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 From debbugs-submit-bounces@debbugs.gnu.org Mon May 05 12:24:36 2025 Received: (at 78199-done) by debbugs.gnu.org; 5 May 2025 16:24:36 +0000 Received: from localhost ([127.0.0.1]:42123 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uBycO-00038J-8M for submit@debbugs.gnu.org; Mon, 05 May 2025 12:24:36 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:50980) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uBycL-00037p-Fz for 78199-done@debbugs.gnu.org; Mon, 05 May 2025 12:24:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1746462266; bh=GdkIVjuG4CGUgwVLyfUIUaGgsQrF01XytjtNOlgiNpk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=TT+OdXzqrENQrHVRpjMUUtiyY4hpyoR43x2oOAtQaAeCNBzeySYlVyqPy+QOo5uXe iNhSzUAvAbOi8fIEvd860hgiBgT+LAoH/hDljX+mQyb3Aao/Lm8POoMtQaYOPZs79y KFWDN9zWUCTc0V8+Cgxmf4faJzQkUGxenSxNl3nrRJGYW0qTvegtBWARHUUPZPkofI eJFpyb7M3lO7f7AfvfRqOMDD5nCm0suDAjnQlhlEB6exoQdP/Lq96LolF/9BVsJhTs Q/5nIRW92c/3DbvlePWHRrC6fmIGZgT6iGWICFfIjJCKFEyIXEOUhT33sn/T6Vto3F F7GY78ckmweiQ== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 9E6ED883C; Mon, 5 May 2025 09:24:26 -0700 (PDT) From: Vagrant Cascadian To: Andreas Enge , Nicolas Graves Subject: Re: QA review for 78199 In-Reply-To: References: <87y0vb6yi2.fsf@ngraves.fr> Date: Mon, 05 May 2025 09:24:04 -0700 Message-ID: <87cycnrpp7.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78199-done Cc: 78199-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaBjmJAAKCRDcUY/If5cW qiNTAQCwuDmGGPTjqDiYYk4OevCuwZyh1a5pxV66ZC/CFi3cvwEAl3nACA1qrG4G PTtvHyGIzqf4MjsSQmqqnQzzB+yRkAI= =NnYi -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 06 04:21:42 2025 Received: (at 78199) by debbugs.gnu.org; 6 May 2025 08:21:42 +0000 Received: from localhost ([127.0.0.1]:50170 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCDYc-0003rO-Ea for submit@debbugs.gnu.org; Tue, 06 May 2025 04:21:42 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:51116) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCDYW-0003px-T0 for 78199@debbugs.gnu.org; Tue, 06 May 2025 04:21:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1746519690; bh=PAPiJ3Ka0PbjMBNNMq3P1jkwiQ2whHA0sM+o949WM6Y=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=ioMjBtqm5e6rS/EZ7HSOLjMJiWviPkYCdyL/K1Gd7fCzRwd/4qHuSK8IRt8UdlrAJ lkuI3YK2Dfvti9SWiEL7CyBUIw5/4PsXWMl+khdUWuyha93mZrvcZR67D8NW7ES7Ui A52J3Tu7/rZp+OUdyXyt6xuX50xBJPtn07ng3QLfDhsyXT87LBDGrCdxJIDaGLrzw6 T8FFCaKMZeaOe/cTNECadWNAWPJRPTKQV8So3QJd3p3jPjHI8JG4gLJs3ulFoL8wHe IBZcyQ3ChiQmJZdAwfPj43PWfhUEAzUYksrGoAmnZZjqsOGOdbresHcmtaajjDMgX8 Kc2PUFLzHAF1g== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id 1C8398163; Tue, 6 May 2025 01:21:30 -0700 (PDT) From: Vagrant Cascadian To: Andreas Enge , Nicolas Graves Subject: Re: QA review for 78199 In-Reply-To: <87cycnrpp7.fsf@wireframe> References: <87y0vb6yi2.fsf@ngraves.fr> <87cycnrpp7.fsf@wireframe> Date: Tue, 06 May 2025 01:21:05 -0700 Message-ID: <87plgmqhe6.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78199 Cc: 78199@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain 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@0.2.4: permanent redirect from https://www.librecast.net/lcrq.html to https://librecast.net/lcrq.html :) live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaBnGcQAKCRDcUY/If5cW qtoOAQCEozNZGq40ocVhraH/3rd9ifq4k/GtwS2WQTXrD3jTVgEA5mPyeDmQe0XK I54XzzKYh5bw6dczMw4zR19f9HsB0AI= =1EjA -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 06 04:33:47 2025 Received: (at 78199) by debbugs.gnu.org; 6 May 2025 08:33:48 +0000 Received: from localhost ([127.0.0.1]:50458 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCDkH-0005DP-Mp for submit@debbugs.gnu.org; Tue, 06 May 2025 04:33:47 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:45456) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCDkC-0005CJ-Fy for 78199@debbugs.gnu.org; Tue, 06 May 2025 04:33:41 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 725E8240; Tue, 6 May 2025 10:33:34 +0200 (CEST) Authentication-Results: hera.aquilenet.fr; none X-Virus-Scanned: Debian amavis at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavis, port 10024) with ESMTP id 89OIpQx4PrN0; Tue, 6 May 2025 10:33:34 +0200 (CEST) Received: from jurong (176-179-191-150.abo.bbox.fr [176.179.191.150]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 68051211; Tue, 6 May 2025 10:33:33 +0200 (CEST) Date: Tue, 6 May 2025 10:33:31 +0200 From: Andreas Enge To: Vagrant Cascadian Subject: Re: QA review for 78199 Message-ID: References: <87y0vb6yi2.fsf@ngraves.fr> <87cycnrpp7.fsf@wireframe> <87plgmqhe6.fsf@wireframe> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87plgmqhe6.fsf@wireframe> X-Rspamd-Queue-Id: 725E8240 X-Spamd-Result: default: False [-9.54 / 15.00]; REPLY(-4.00)[]; NEURAL_HAM(-3.00)[-1.000]; BAYES_HAM(-2.94)[99.73%]; MID_RHS_NOT_FQDN(0.50)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; RCPT_COUNT_THREE(0.00)[3]; RCVD_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Action: no action X-Spamd-Bar: --------- X-Rspamd-Server: hera X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78199 Cc: Nicolas Graves , 78199@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) 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@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 From debbugs-submit-bounces@debbugs.gnu.org Thu May 08 01:59:37 2025 Received: (at 78199) by debbugs.gnu.org; 8 May 2025 05:59:37 +0000 Received: from localhost ([127.0.0.1]:52631 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uCuIC-0006qG-NY for submit@debbugs.gnu.org; Thu, 08 May 2025 01:59:37 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:43234) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uCuIA-0006pe-O0 for 78199@debbugs.gnu.org; Thu, 08 May 2025 01:59:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1746683968; bh=xB4fpTzRmMN1wW1+pcDQGrjYlN/VIPN/Q7p/D4bhHBs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Xq2u2VxkojaHRdW/Qo+ycZuNIfReH91GO04H5gM//nMPVaei4/kXj0l0+/6OqTMOI Q4dc9VWUxZLElshKvJEF37OxoMwEiswfpnwAHK4PJAB/1KcKDbOeaeDWATLKc7fiSx EwbZjKv3dIoQ9SDqTOR9s98pa300m2ZYPXBznoLfE3epkIKjNeS7KwLDgtpy+DrQmu Q4EsFQWE196WPhveb62b/Q1d1tH5nd30b5QN6/Fdyietnv7TvyWji2zfWCP3x8Mz2z sSF+SeasTs9Yncg43lWQ1L+tZWQ9FOGKto2vOc54U+WZs82zR6ECm0zO5aFhOocPrt BB0i2bp3uiZfQ== Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) by cascadia.aikidev.net (Postfix) with ESMTPSA id F105F7665; Wed, 7 May 2025 22:59:27 -0700 (PDT) From: Vagrant Cascadian To: Andreas Enge Subject: Re: QA review for 78199 In-Reply-To: References: <87y0vb6yi2.fsf@ngraves.fr> <87cycnrpp7.fsf@wireframe> <87plgmqhe6.fsf@wireframe> Date: Wed, 07 May 2025 22:59:23 -0700 Message-ID: <875xibprr8.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 78199 Cc: Nicolas Graves , 78199@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain 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@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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCaBxIOwAKCRDcUY/If5cW qm9ZAP9PjDvUYbrdKxsv1Ej1jqi0Kr+J/BR4or3B3DnEhZsvJgEAyzh155TVff7e 8DOP8vM1rdKnn7EKgEBGxPkYwUhqaQU= =OrEi -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 15 08:46:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 05 Jun 2025 11:24:16 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator