From unknown Tue Jun 17 03:39:55 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#58852 <58852@debbugs.gnu.org> To: bug#58852 <58852@debbugs.gnu.org> Subject: Status: [PATCH] gnu: oauth2l: Update to 1.3.0. Reply-To: bug#58852 <58852@debbugs.gnu.org> Date: Tue, 17 Jun 2025 10:39:55 +0000 retitle 58852 [PATCH] gnu: oauth2l: Update to 1.3.0. reassign 58852 guix-patches submitter 58852 kiasoc5 severity 58852 normal tag 58852 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 28 22:14:23 2022 Received: (at submit) by debbugs.gnu.org; 29 Oct 2022 02:14:23 +0000 Received: from localhost ([127.0.0.1]:34653 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oobMd-00025E-20 for submit@debbugs.gnu.org; Fri, 28 Oct 2022 22:14:23 -0400 Received: from lists.gnu.org ([209.51.188.17]:43236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oobMY-000253-RD for submit@debbugs.gnu.org; Fri, 28 Oct 2022 22:14:22 -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 1oobMY-0003lc-Lr for guix-patches@gnu.org; Fri, 28 Oct 2022 22:14:18 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oobMW-00050s-QF for guix-patches@gnu.org; Fri, 28 Oct 2022 22:14:18 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id E4A634E1A0; Sat, 29 Oct 2022 04:14:12 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CpyebviiRmIx; Sat, 29 Oct 2022 04:14:12 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667009651; bh=PfDwEI2ucDAxgR/IKK3AxdcZ+LV7h4BHvnR9Wtog8u4=; h=From:To:Cc:Subject:Date; b=ieJl56Rh7UrGjK1U+iROZHi6PgVmh5HW35V8bAf+JO6A42v7Htr/NSFXgDYIcmVyo eRFDKkK+b1zLKy00p/WUmD/QXas+KiBV2j+tT8St4Bt67xaXG1/8yztcfyw9E4Nvdg sG/CCFn/Rz1zfaN4Yn5ZjtyPffkV4Fv4GMmzcq19u7aNRSAYos1BwicapoLIq6nGZd FaNsBMYfQvHhr7UafVLTDt+CCaMj4duj6g0vlogUVeYECAOmmSyvt+yPNwE9PsJuvk NZP6qVGmrd/yBmR9Nu3aVccuYWzXwxXClMp4GHgkXZcH0g5OfZBNXssdDCuT6Cr8Uq K7lsKhFzpCIXA== To: guix-patches@gnu.org Subject: [PATCH] gnu: oauth2l: Update to 1.3.0. Date: Fri, 28 Oct 2022 22:13:58 -0400 Message-Id: <20221029021358.24517-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org 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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 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: -2.4 (--) * gnu/packages/authentication.scm (oauth2l): Update to 1.3.0. --- gnu/packages/authentication.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm index c64a8be83f..fa5199cc1d 100644 --- a/gnu/packages/authentication.scm +++ b/gnu/packages/authentication.scm @@ -93,7 +93,7 @@ (define-public oath-toolkit (define-public oauth2l (package (name "oauth2l") - (version "1.2.2") + (version "1.3.0") (source (origin (method git-fetch) @@ -102,7 +102,7 @@ (define-public oauth2l (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0a9x0b31ybyjg0k7923xw6zr6crm0kigcn8g6hyr228nbvw35r8w")))) + (base32 "0010870xdhf0aysrs2vhl3yxd4gh87qp7mjpyp7qy1n2rz55pgbc")))) (build-system go-build-system) (arguments '(#:import-path "github.com/google/oauth2l")) base-commit: 0a604c16b34f8147bf18e065e8b30d8d23cd8998 -- 2.38.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 05 06:55:58 2022 Received: (at submit) by debbugs.gnu.org; 5 Nov 2022 10:55:58 +0000 Received: from localhost ([127.0.0.1]:55632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGqE-0000av-KX for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:55:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:43378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orGqE-0000ap-45 for submit@debbugs.gnu.org; Sat, 05 Nov 2022 06:55:58 -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 1orGq9-0002fQ-Vr for guix-patches@gnu.org; Sat, 05 Nov 2022 06:55:57 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1orGpy-0005no-QB for guix-patches@gnu.org; Sat, 05 Nov 2022 06:55:53 -0400 Received: from localhost (unknown [54.36.30.212]) by mira.cbaines.net (Postfix) with ESMTPSA id 49ECC27BBE9; Sat, 5 Nov 2022 10:55:40 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 7ba19a92; Sat, 5 Nov 2022 10:55:39 +0000 (UTC) References: <20221029021358.24517-1-kiasoc5@disroot.org> User-agent: mu4e 1.8.9; emacs 28.1 From: Christopher Baines To: kiasoc5 Subject: Re: [bug#58852] [PATCH] gnu: oauth2l: Update to 1.3.0. Date: Sat, 05 Nov 2022 11:55:19 +0100 In-reply-to: <20221029021358.24517-1-kiasoc5@disroot.org> Message-ID: <87tu3disb9.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_PASS=-0.001, T_SPF_HELO_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 58852-done@debbugs.gnu.org, guix-patches@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: -2.4 (--) --=-=-= Content-Type: text/plain kiasoc5 via Guix-patches via writes: > * gnu/packages/authentication.scm (oauth2l): Update to 1.3.0. > --- > gnu/packages/authentication.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks! Pushed to master as aa86ab8b4b5734fcf5ab8b2fe83f15ae1ddf5102. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNmQSpfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcJ3w/+OkE5vmlo2jcMaSgIqvdHGdOrA3wX4ltO NJit2O+xgcq7RJxzA/fVSCqrBj04j0xxYTbcaJJiZhdN5UtaXoIcUhWIAZc2m3DK huuIknEiFDN4iUyTi5/kDt8kovMW7o3HHLM0nZ9+GWgrhAP7SySy8K/yOjSg/tuM hBqTiCuXwotPqXi1YnqtUuUHiH93gqCrb80VQgAnfMo33V3ZOVbvlaLK3vNkVeUw 0ZYKm1P1DqHI+xLpgLQOZ5Achjbs1ErUJHCuQJSIht8/vSyvMjLb+80N4JhHzKDB PAuQyT1Qh6e2AgdfOCrEUsFn6t1cu9Fu84NUqyKuhtq3jBY2xu+xhAX8NfQcgqu7 oVM4p7uMt5GKolQWkMbTjiepQYD0cuMbF9/cr1yBw5RVg6lmEOzlWtVO+DWho1pC zYLML7DL1EAe3k2/Ute8j6odI+OGlKmlHUCY1ujoSOXq7+ZhBt5aH9woY6jS5EMw yYM4XFyoh8sF4RpK8NX3Qv+HxUQVk1DCwFAU+HwMHJ+dHWf/aUJkuIk7ooJaRWAa qLTNMiOXBWAQK0Zw2QrdwEjUMtOzSN8nT4CQ1nLMem3Q/2yqH1bMvQZnV3sqhAqr b1TKnlvaXZWUVTGNLVIAgRv2iiMZ11qCOcR/yttbBvXNMRHtHArvfwh4JOwHm+Mx Xx8AKjd98NA= =DtYJ -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 03:39:55 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 03 Dec 2022 12:24:11 +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