[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v2 05/25] gnu: Add ghc-crypton-x509-validation.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v2 05/25] gnu: Add ghc-crypton-x509-validation. |
Date: |
Tue, 9 Jul 2024 15:53:49 +0200 |
* gnu/packages/haskell-crypto.scm (ghc-crypton-x509-validation): New variable.
Change-Id: Ib25c2dee8fef24c763cf70dfa1c615405d250d39
---
gnu/packages/haskell-crypto.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 5c69def661..5c5305afa9 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -725,6 +725,33 @@ (define-public ghc-crypton-x509-system
storage methods")
(license license:bsd-3)))
+(define-public ghc-crypton-x509-validation
+ (package
+ (name "ghc-crypton-x509-validation")
+ (version "1.6.12")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "crypton-x509-validation" version))
+ (sha256
+ (base32 "1xjhwvmkcy47a6xiqxb3xy944ca7g660203jdrz5xzd46zibfq0f"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "crypton-x509-validation")))
+ (inputs (list ghc-memory
+ ghc-hourglass
+ ghc-data-default-class
+ ghc-pem
+ ghc-asn1-types
+ ghc-asn1-encoding
+ ghc-crypton-x509
+ ghc-crypton-x509-store
+ ghc-crypton))
+ (native-inputs (list ghc-tasty ghc-tasty-hunit))
+ (home-page "https://github.com/kazu-yamamoto/crypton-certificate")
+ (synopsis "X.509 Certificate and CRL validation")
+ (description "X.509 Certificate and CRL validation. please see README")
+ (license license:bsd-3)))
+
(define-public ghc-cprng-aes
(package
(name "ghc-cprng-aes")
--
2.45.1
- [bug#44518] [PATCH v2 00/25] Add matterhorn package., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 01/25] gnu: Add ghc-crypton., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 02/25] gnu: Add ghc-crypton-x509., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 05/25] gnu: Add ghc-crypton-x509-validation.,
Romain GARBAGE <=
- [bug#44518] [PATCH v2 03/25] gnu: Add ghc-crypton-x509-store., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 04/25] gnu: Add ghc-crypton-x509-system., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 06/25] gnu: Add ghc-tls-1.9., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 07/25] gnu: Add ghc-crypton-connection., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 11/25] gnu: Add ghc-aspell-pipe., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 12/25] gnu: Add ghc-bimap., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 13/25] gnu: Add ghc-checkers., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 08/25] gnu: Add ghc-mattermost-api., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 14/25] gnu: Add ghc-monad-parallel., Romain GARBAGE, 2024/07/09
- [bug#44518] [PATCH v2 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/09