From unknown Sat Jun 21 10:41:33 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#64781 <64781@debbugs.gnu.org> To: bug#64781 <64781@debbugs.gnu.org> Subject: Status: Update lcrq to 0.1.0 Reply-To: bug#64781 <64781@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:41:33 +0000 retitle 64781 Update lcrq to 0.1.0 reassign 64781 guix-patches submitter 64781 Vagrant Cascadian severity 64781 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 21 22:25:36 2023 Received: (at submit) by debbugs.gnu.org; 22 Jul 2023 02:25:36 +0000 Received: from localhost ([127.0.0.1]:35116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qN2JM-0005jO-An for submit@debbugs.gnu.org; Fri, 21 Jul 2023 22:25:36 -0400 Received: from lists.gnu.org ([2001:470:142::17]:36084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qN2JG-0005j4-C9 for submit@debbugs.gnu.org; Fri, 21 Jul 2023 22:25:34 -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 1qN2JA-0000s7-Fe for guix-patches@gnu.org; Fri, 21 Jul 2023 22:25:24 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qN2J8-00052g-Li for guix-patches@gnu.org; Fri, 21 Jul 2023 22:25:24 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 5F7961AD10 for ; Fri, 21 Jul 2023 19:25:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1689992716; bh=y4Nnr5etoSQ2b9lhrqve2T+htc7uEOY8DPcjI5YbfLE=; h=From:To:Subject:Date:From; b=mPg/X0zzgs3uOxyld+2f8nc6xra8cKftREVjUQZ9sOrYEuL9Nep0YKwLlk/OLT6YI A6NtI5Tbai6v/xL1K4y9NElODh5fgr9yS2cI5QoWVLkdc59j/gt0nrIMMryFEC5to4 AwLT9AYA9qBAIsc1ZqWvIfvxPjMEfL8CsUe1gJgZliEIc+uDDF/IeOwIn9rmiQcwA5 zyruf25748XlZavjePlc91cVFACDeq78m06bPuUQNuaIOR1pjOrHdjgp47yKbCVaLu AAkbFs/u8KOOLDG2LH1KIc61MaRMXrPwUZQ3FTL2vE7Ap9a+F1uTlqQ0/D96Gdqrnl tlFteHp5OZZmw== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update lcrq to 0.1.0 Date: Fri, 21 Jul 2023 19:25:12 -0700 Message-ID: <87351gznqv.fsf@wireframe> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 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.1.0. The two dependent packages, librecast and lcsync both build fine with the newer lcrq. live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-lcrq-Update-to-0.1.0.patch Content-Transfer-Encoding: quoted-printable From=20b1da80e5aa5bb75f44ea17d779601816ea19acd0 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 21 Jul 2023 19:17:51 -0700 Subject: [PATCH] gnu: lcrq: Update to 0.1.0. * gnu/packages/networking.scm (lcrq): Update to 0.1.0. =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 18d5c26ce0..74ef9a5a91 100644 =2D-- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -256,7 +256,7 @@ (define-public axel (define-public lcrq (package (name "lcrq") =2D (version "0.0.1") + (version "0.1.0") (source (origin (method git-fetch) (uri (git-reference @@ -265,7 +265,7 @@ (define-public lcrq (file-name (git-file-name name version)) (sha256 (base32 =2D "0jf7x3zcdbz5b99qz7liw4i90hn9s457zr82n0r8g9qsi81a1d8c"))= )) + "13mfg866scvy557zrvjxjhkzam39h8d07s2w3fqbwhw6br6axkxk")))) (build-system gnu-build-system) (arguments `(#:parallel-tests? #f base-commit: 03ae5bb866151de7c19561a7da6f477156e4b305 =2D-=20 2.39.2 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZLs+CQAKCRDcUY/If5cW qoHLAQD6TWlZ924o+bY/zKHFFl4f6ByPxxakMrrt9ffcBvB30wD/RAZhEvaBAmO+ 2ZMD2WuGmqP2BogGF3aZ8Zz//tWsowg= =lEdH -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 06 19:12:30 2023 Received: (at 64781-done) by debbugs.gnu.org; 6 Aug 2023 23:12:30 +0000 Received: from localhost ([127.0.0.1]:60178 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSmvF-0000Rm-Ts for submit@debbugs.gnu.org; Sun, 06 Aug 2023 19:12:30 -0400 Received: from cascadia.aikidev.net ([173.255.214.101]:33952) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSmvA-0000RU-Jv for 64781-done@debbugs.gnu.org; Sun, 06 Aug 2023 19:12:28 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:50]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 33F5D1ACA2 for <64781-done@debbugs.gnu.org>; Sun, 6 Aug 2023 16:12:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1691363535; bh=b4gkfJ1PtkwnCx11rP/DLf1+AzG5OcNrHlGgL7hYSB4=; h=From:To:Subject:In-Reply-To:References:Date:From; b=QzU3uP25aZIxsibYi33JRRPNku5b51DkewF8rSsYVZN8QbmxvdA1aGC7ox3CdLuG2 gHMcWLBkYUiPY5dsadeW8gzWPtnLor9ctGxWjftaQyhyqTlLE4CaTJonkTvVeexhyA yxriddOvY+hCaOhvRcqZWhC8xJExQtPiFU/JvEjwClgjKAo5hJjZWWHK0xZZiX2xE2 9a7Z3YeG8lx+02atEq//GRBb2a2V90hMg5wdviTqYJR2YhyDujMhWpXuh3pTSO/ZQR 1baux6NfgZBebXdLnkByOJfFysJKXtz5CSOJ8Yw6MvYJ4d/TgyPtEkpWSgz531Pnht znUeAfFtbSQUw== From: Vagrant Cascadian To: 64781-done@debbugs.gnu.org Subject: Re: Update lcrq to 0.1.0 In-Reply-To: <87351gznqv.fsf@wireframe> References: <87351gznqv.fsf@wireframe> Date: Sun, 06 Aug 2023 16:12:12 -0700 Message-ID: <87sf8vyddf.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: 64781-done 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 2023-07-21, Vagrant Cascadian wrote: > The attached patch updates lcrq to 0.1.0. > > The two dependent packages, librecast and lcsync both build fine with > the newer lcrq. Pushed as 985638aea14720e16ed5fd94a0e1382a57dec7ac. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZNAozAAKCRDcUY/If5cW qiTsAP49fLnaR4bBshnk8yKGZ4AjwxD4eQzrs90OlqC7lZGfPwD+INC2Af16qMk9 BAFuWQEHh+6LxtliZz1SzTHe3Y4FHQ0= =XvxK -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Jun 21 10:41:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Sep 2023 11:24:07 +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