[PATCH] Add sbcl-secret-values, cl-secret-values, ecl-secret-values

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Konrad Hinsen
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
normal

Debbugs page

K
K
Konrad Hinsen wrote on 2 Sep 09:30 -0700
(address . guix-patches@gnu.org)
m1plpmf26c.fsf@fastmail.net
* 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(+)

Toggle diff (43 lines)
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
G
G
Guillaume Le Vaillant wrote on 3 Sep 06:33 -0700
(name . Konrad Hinsen)(address . konrad.hinsen@fastmail.net)(address . 72980-done@debbugs.gnu.org)
87r0a0rhec.fsf@kitej
Patch applied as cad8feef65d190962fa7fc2d76e4d5c9136cd0c0 with some
modifications.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZtcQKw8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8WtwEAj+WihgF+czmi06yWCyPun7LIQtGDJtzvoO55
+umcgFkBAIexfYiJZ63HWanh+n0CFtP7Vh/jxexuUCwW7AnL2xQl
=zls6
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72980@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72980
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch