From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 72980@debbugs.gnu.org
Subject: [bug#72980] [PATCH] Add sbcl-secret-values, cl-secret-values, ecl-secret-values
Date: Mon, 02 Sep 2024 18:30:51 +0200 [thread overview]
Message-ID: <m1plpmf26c.fsf@fastmail.net> (raw)
* gnu/packages/lisp-xyz.scm (sbcl-secret-values): New public variable.
* gnu/packages/lisp-xyz.scm (cl-secret-values): New public variable.
* gnu/packages/lisp-xyz.scm (ecl-secret-values): New public variable.
Change-Id: I198af8563da1ac4f13f9f429cd7df4f29564ba92
---
gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c0d7f90aed..02920eff11 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -25726,6 +25726,34 @@ (define-public cl-sealable-metaobjects
(define-public ecl-sealable-metaobjects
(sbcl-package->ecl-package sbcl-sealable-metaobjects))
+(define-public sbcl-secret-values
+ (let ((commit "72996c0551eea338afa355ee90e20171ac74ebd4")
+ (revision "0"))
+ (package
+ (name "sbcl-secret-values")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rotatef/secret-values")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07ph49s27gvjzx60yy094bb9ddwiys34r8cx5l837i34nm2fn3nh"))))
+ (build-system asdf-build-system/sbcl)
+ (synopsis "Hide passwords and similar secret inputs")
+ (description
+ "Provides a wrapper type for secret values.")
+ (home-page "https://github.com/rotatef/secret-values")
+ (license license:expat))))
+
+(define-public cl-secret-values
+ (sbcl-package->cl-source-package sbcl-secret-values))
+
+(define-public ecl-secret-values
+ (sbcl-package->ecl-package sbcl-secret-values))
+
(define-public sbcl-seedable-rng
(let ((commit "aa1a1564b6e07e2698df37c7a98348c4f762cb15")
(revision "1"))
base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27
--
2.45.2
next reply other threads:[~2024-09-02 16:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 16:30 Konrad Hinsen [this message]
2024-09-03 13:33 ` bug#72980: [PATCH] Add sbcl-secret-values, cl-secret-values, ecl-secret-values Guillaume Le Vaillant
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1plpmf26c.fsf@fastmail.net \
--to=konrad.hinsen@fastmail.net \
--cc=72980@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.