unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: 54123@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#54123] [PATCH 5/5] gnu: Add go-github-com-xdg-go-scram.
Date: Wed, 23 Feb 2022 12:29:14 +0200	[thread overview]
Message-ID: <6af020863a6bfa7c843f9738f536c605fdde68d8.1645611835.git.efraim@flashner.co.il> (raw)
In-Reply-To: <cover.1645611835.git.efraim@flashner.co.il>

* gnu/packages/golang.scm (go-github-com-xdg-go-scram): New variable.
---
 gnu/packages/golang.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 08bc1578e3..9c7f8580ec 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7967,6 +7967,32 @@ (define-public go-github-com-xdg-go-pbkdf2
 and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC 8018}.")
     (license license:asl2.0)))
 
+(define-public go-github-com-xdg-go-scram
+  (package
+    (name "go-github-com-xdg-go-scram")
+    (version "1.0.2")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/xdg-go/scram")
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "1jyv4qgc1dgh3v96pazmgljpp9ij25k8hwn0v4fck18g16i0nccm"))))
+    (build-system go-build-system)
+    (arguments '(#:import-path "github.com/xdg-go/scram"))
+    (propagated-inputs
+     (list go-github-com-xdg-go-stringprep
+           go-github-com-xdg-go-pbkdf2))
+    (home-page "https://github.com/xdg-go/scram")
+    (synopsis "Go implementation of RFC-5802")
+    (description
+     "Package scram provides client and server implementations of the
+@acronym{Salted Challenge Response Authentication Mechanism, SCRAM} described in
+RFC-5802 and RFC-7677.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-godbus-dbus
   (package
     (name "go-github-com-godbus-dbus")
-- 
2.34.0





      parent reply	other threads:[~2022-02-23 10:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-23 10:24 [bug#54123] [PATCH 0/5] some golang packages Efraim Flashner
2022-02-23 10:29 ` [bug#54123] [PATCH 1/5] gnu: Add go-github-com-xdg-go-stringprep Efraim Flashner
2022-03-06 10:26   ` bug#54123: " Efraim Flashner
2022-02-23 10:29 ` [bug#54123] [PATCH 2/5] gnu: Add go-github-com-niemeyer-pretty Efraim Flashner
2022-02-23 12:39   ` Maxime Devos
2022-02-23 10:29 ` [bug#54123] [PATCH 3/5] gnu: Add go-github-com-docker-go-units Efraim Flashner
2022-02-23 10:29 ` [bug#54123] [PATCH 4/5] gnu: Add go-github-com-xdg-go-pbkdf2 Efraim Flashner
2022-02-23 10:29 ` Efraim Flashner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6af020863a6bfa7c843f9738f536c605fdde68d8.1645611835.git.efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=54123@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).