GNU bug report logs -
#76164
[PATCH] gnu: Add go-github-com-golang-jwt-jwt.
Previous Next
Reported by: Roman Scherer <roman <at> burningswell.com>
Date: Sun, 9 Feb 2025 18:58:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
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 76164 in the body.
You can then email your comments to 76164 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76164
; Package
guix-patches
.
(Sun, 09 Feb 2025 18:58:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Roman Scherer <roman <at> burningswell.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 09 Feb 2025 18:58:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt): New variable.
Change-Id: I9a7cec096236e6fbce4a345277e6e87a9e700419
---
gnu/packages/golang-crypto.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 70e40ee400..f283658995 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1234,6 +1234,30 @@ (define-public go-github-com-jcmturner-aescts-v2
Stealing encryption and decryption methods.")
(license license:asl2.0)))
+(define-public go-github-com-golang-jwt-jwt
+ (package
+ (name "go-github-com-golang-jwt-jwt")
+ (version "5.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/golang-jwt/jwt")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "13l2p4g9f7bpz0nf2sc4r5ms06ps7bs7z1vpzzv943q094pjs0yw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/golang-jwt/jwt/cmd/jwt"
+ #:unpack-path "github.com/golang-jwt/jwt"))
+ (home-page "https://github.com/golang-jwt/jwt")
+ (synopsis "Go implementation of JSON Web Tokens")
+ (description "This package provides an implementation of JSON Web Tokens
+in Go.")
+ (license license:expat)))
+
(define-public go-github-com-jzelinskie-whirlpool
(package
(name "go-github-com-jzelinskie-whirlpool")
base-commit: 5f6fdadb4af5a0a94f41c4365a3c73e31fed01af
--
2.48.1
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Mon, 10 Feb 2025 15:03:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Roman Scherer <roman <at> burningswell.com>
:
bug acknowledged by developer.
(Mon, 10 Feb 2025 15:03:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 76164-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thanks for the patch.
There are 3 version variants are in golang-crypto right now:
go-github-com-golang-jwt-jwt <at> 3.2.2
go-github-com-golang-jwt-jwt-v4 <at> 4.5.0
go-github-com-golang-jwt-jwt-v5 <at> 5.2.0
I've refreshed go-github-com-golang-jwt-jwt-v5 to 5.2.1.
Close as no applied.
--
Oleg
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76164
; Package
guix-patches
.
(Mon, 10 Feb 2025 18:00:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 76164 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
References: <87pljpx2pg.fsf <at> gmail.com>
<d216ae2a26e894fe9fb285cab1661932b57847f7.1739127414.git.roman <at> burningswell.com>
<handler.76164.D76164.173919976718580.notifdone <at> debbugs.gnu.org>
User-Agent: mu4e 1.12.8; emacs 29.4
Oops, I did not see that we already have it.
Thanks for refreshing the version!
Date: Mon, 10 Feb 2025 18:59:34 +0100
help-debbugs <at> gnu.org (GNU bug Tracking System) writes:
> Your bug report
>
> #76164: [PATCH] gnu: Add go-github-com-golang-jwt-jwt.
>
> 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 76164 <at> debbugs.gnu.org.
>
> --
> 76164: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76164
> GNU Bug Tracking System
> Contact help-debbugs <at> gnu.org with problems
>
> From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
> Subject: [PATCH] gnu: Add go-github-com-golang-jwt-jwt.
> To: 76164-done <at> debbugs.gnu.org
> Date: Mon, 10 Feb 2025 15:02:35 +0000 (2 hours, 56 minutes, 20 seconds ago)
>
>
> Hi,
>
> Thanks for the patch.
>
> There are 3 version variants are in golang-crypto right now:
>
> go-github-com-golang-jwt-jwt <at> 3.2.2
> go-github-com-golang-jwt-jwt-v4 <at> 4.5.0
> go-github-com-golang-jwt-jwt-v5 <at> 5.2.0
>
> I've refreshed go-github-com-golang-jwt-jwt-v5 to 5.2.1.
>
> Close as no applied.
>
> --
> Oleg
>
> ----------
>
> From: Roman Scherer <roman <at> burningswell.com>
> Subject: [PATCH] gnu: Add go-github-com-golang-jwt-jwt.
> To: guix-patches <at> gnu.org
> Cc: Roman Scherer <roman <at> burningswell.com>
> Date: Sun, 9 Feb 2025 19:57:20 +0100
> Date: Sun, 9 Feb 2025 19:57:20 +0100 (23 hours, 1 minute, 35 seconds ago)
>
> * gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt): New variable.
>
> Change-Id: I9a7cec096236e6fbce4a345277e6e87a9e700419
> ---
> gnu/packages/golang-crypto.scm | 24 ++++++++++++++++++++++++
> 1 file changed, 24 insertions(+)
>
> diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
> index 70e40ee400..f283658995 100644
> --- a/gnu/packages/golang-crypto.scm
> +++ b/gnu/packages/golang-crypto.scm
> @@ -1234,6 +1234,30 @@ (define-public go-github-com-jcmturner-aescts-v2
> Stealing encryption and decryption methods.")
> (license license:asl2.0)))
>
> +(define-public go-github-com-golang-jwt-jwt
> + (package
> + (name "go-github-com-golang-jwt-jwt")
> + (version "5.2.1")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/golang-jwt/jwt")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "13l2p4g9f7bpz0nf2sc4r5ms06ps7bs7z1vpzzv943q094pjs0yw"))))
> + (build-system go-build-system)
> + (arguments
> + (list
> + #:import-path "github.com/golang-jwt/jwt/cmd/jwt"
> + #:unpack-path "github.com/golang-jwt/jwt"))
> + (home-page "https://github.com/golang-jwt/jwt")
> + (synopsis "Go implementation of JSON Web Tokens")
> + (description "This package provides an implementation of JSON Web Tokens
> +in Go.")
> + (license license:expat)))
> +
> (define-public go-github-com-jzelinskie-whirlpool
> (package
> (name "go-github-com-jzelinskie-whirlpool")
>
> base-commit: 5f6fdadb4af5a0a94f41c4365a3c73e31fed01af
[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
.
(Tue, 11 Mar 2025 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.