[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/23: gnu: Add erlang-certifi.
From: |
guix-commits |
Subject: |
05/23: gnu: Add erlang-certifi. |
Date: |
Wed, 15 Jun 2022 05:05:32 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit b5c81fb2892110a93f12ca9011aad9405485acad
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Sat May 23 22:48:26 2020 +0200
gnu: Add erlang-certifi.
* gnu/packages/erlang.scm (erlang-certifi): New variable.
---
gnu/packages/erlang.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index c80a437923..e467a0aa75 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -206,6 +206,30 @@ built-in support for concurrency, distribution and fault
tolerance.")
files.")
(license license:asl2.0)))
+(define-public erlang-certifi
+ (package
+ (name "erlang-certifi")
+ (version "2.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "certifi" version))
+ (sha256
+ (base32 "0ha6vmf5p3xlbf5w1msa89frhvfk535rnyfybz9wdmh6vdms8v96"))))
+ (build-system rebar-build-system)
+ (arguments
+ `(#:tests? #f)) ;; have not been updated for latest cert bundle
+ (home-page "https://github.com/certifi/erlang-certifi/")
+ (synopsis "Erlang CA certificate bundle")
+ (description "This Erlang library contains a CA bundle that you can
+reference in your Erlang application. This is useful for systems that do not
+have CA bundles that Erlang can find itself, or where a uniform set of CAs is
+valuable.
+
+This an Erlang specific port of certifi. The CA bundle is derived from
+Mozilla's canonical set.")
+ (license license:bsd-3)))
+
(define-public erlang-cf
(package
(name "erlang-cf")
- 17/23: gnu: Add erlang-jsone., (continued)
- 17/23: gnu: Add erlang-jsone., guix-commits, 2022/06/15
- 03/23: import: Add hex.pm importer., guix-commits, 2022/06/15
- 13/23: gnu: Add erlang-hex-core., guix-commits, 2022/06/15
- 23/23: gnu: Add rebar3-proper., guix-commits, 2022/06/15
- 22/23: gnu: Add rebar3-git-vsn., guix-commits, 2022/06/15
- 20/23: gnu: Add rebar3., guix-commits, 2022/06/15
- 15/23: gnu: Add erlang-relx., guix-commits, 2022/06/15
- 11/23: gnu: Add erlang-providers., guix-commits, 2022/06/15
- 02/23: build-system: Add 'rebar-build-system'., guix-commits, 2022/06/15
- 01/23: Revert "Add (guix extracting-download).", guix-commits, 2022/06/15
- 05/23: gnu: Add erlang-certifi.,
guix-commits <=
- 06/23: gnu: Add erlang-erlware-commons., guix-commits, 2022/06/15
- 09/23: gnu: Add erlang-getopt., guix-commits, 2022/06/15
- 18/23: gnu: Add erlang-proper., guix-commits, 2022/06/15
- 14/23: gnu: Add erlang-ssl-verify-fun., guix-commits, 2022/06/15
- 19/23: gnu: Add erlang-covertool., guix-commits, 2022/06/15
- 21/23: gnu: Add rebar3-raw-deps., guix-commits, 2022/06/15
- 08/23: gnu: Add erlang-bbmustache., guix-commits, 2022/06/15
- 10/23: gnu: Add erlang-eunit-formatters., guix-commits, 2022/06/15
- 12/23: gnu: Add erlang-parse-trans., guix-commits, 2022/06/15
- 16/23: gnu: Add erlang-edown., guix-commits, 2022/06/15