[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63017] [PATCH 12/24] gnu: Add go-github-com-jcmturner-gokrb5-v8.
From: |
Nicolas Graves |
Subject: |
[bug#63017] [PATCH 12/24] gnu: Add go-github-com-jcmturner-gokrb5-v8. |
Date: |
Sat, 22 Apr 2023 18:27:38 +0200 |
* gnu/packages/golang.scm (go-github-com-jcmturner-gokrb5-v8): New variable.
---
gnu/packages/golang.scm | 48 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index b7fd5f6736..2a518356da 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1505,6 +1505,54 @@ (define-public go-github-com-jcmturner-gofork
arounds until issues are addressed in the official distribution.")
(license license:bsd-3)))
+(define-public go-github-com-jcmturner-gokrb5-v8
+ (package
+ (name "go-github-com-jcmturner-gokrb5-v8")
+ (version "8.4.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jcmturner/gokrb5")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0w9d1pa3r6qmdblk25bghf78ncs03l15l1sxnh4n536c356rzq4b"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/jcmturner/gokrb5/v8"
+ #:unpack-path "github.com/jcmturner/gokrb5"))
+ (propagated-inputs (list go-golang-org-x-net
+ go-golang-org-x-crypto
+ go-github-com-stretchr-testify
+ go-github-com-jcmturner-rpc-v2-ndr
+ go-github-com-jcmturner-rpc-v2-mstypes
+ go-github-com-jcmturner-goidentity-v6
+ go-github-com-jcmturner-gofork
+ go-github-com-jcmturner-dnsutils-v2
+ go-github-com-jcmturner-aescts-v2
+ go-github-com-hashicorp-go-uuid
+ go-github-com-gorilla-sessions))
+ (home-page "https://github.com/jcmturner/gokrb5")
+ (synopsis "Pure Go Kerberos library for clients and services")
+ (description "This package provides a pure Go Kerberos library. It
+features:
+@itemize
+@item Kerberos libraries for custom integration
+@item Parsing Keytab files
+@item Parsing krb5.conf files
+@item Parsing client credentials cache files such as /tmp/krb5cc_$(id -u
$(whoami))
+@end itemize
+
+On the client side, it provides a client that can authenticate to an SPNEGO
+Kerberos authenticated web service, and the ability to change client's
+password.
+
+On the server side, the library provides a HTTP handler wrapper implements
+SPNEGO Kerberos authentication, as well as a HTTP handler wrapper decodes
+Microsoft AD PAC authorization data.")
+ (license license:asl2.0)))
+
(define-public go-github-com-jcmturner-rpc
(package
(name "go-github-com-jcmturner-rpc")
--
2.39.2
- [bug#63017] [PATCH 14/24] gnu: Add go-github-com-git-lfs-go-netrc., (continued)
- [bug#63017] [PATCH 14/24] gnu: Add go-github-com-git-lfs-go-netrc., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 11/24] gnu: Add go-github-com-jcmturner-rpc-v2-mstypes., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 16/24] gnu: Add go-github-com-git-lfs-wildmatch-v2., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 15/24] gnu: Add go-github-com-git-lfs-pktline., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 20/24] gnu: Add go-github-com-ssgelm-cookiejarparser., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 24/24] gnu: git-lfs: Update to 3.3.0., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 23/24] gnu: Add go-github-com-xeipuuv-gojsonschema., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 21/24] gnu: Add go-github-com-xeipuuv-gojsonpointer., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 22/24] gnu: Add go-github-com-xeipuuv-gojsonreference., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 19/24] gnu: Add go-github-com-rubyist-tracerx., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 12/24] gnu: Add go-github-com-jcmturner-gokrb5-v8.,
Nicolas Graves <=
- [bug#63017] [PATCH 18/24] gnu: Add go-github-com-olekukonko-ts., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 13/24] gnu: Add go-github-com-dpotapov-go-spnego., Nicolas Graves, 2023/04/22
- [bug#63017] [PATCH 17/24] gnu: Add go-github-com-leonelquinteros-gotext., Nicolas Graves, 2023/04/22
- [bug#63017] Thank you for updating git-lfs, jgart, 2023/04/22
- [bug#63017] [PATCH v2 01/24] gnu: Add go-github-com-git-lfs-gitobj-v2., Nicolas Graves, 2023/04/23
- [bug#63017] [PATCH v2 03/24] gnu: Add go-github-com-gorilla-sessions., Nicolas Graves, 2023/04/23
- [bug#63017] [PATCH v2 04/24] gnu: Add go-github-com-jcmturner-aescts-v2., Nicolas Graves, 2023/04/23
- [bug#63017] [PATCH v2 02/24] gnu: Add go-github-com-avast-retry-go., Nicolas Graves, 2023/04/23
- [bug#63017] [PATCH v2 07/24] gnu: Add go-github-com-hashicorp-go-uuid., Nicolas Graves, 2023/04/23
- [bug#63017] [PATCH v2 06/24] gnu: Add go-github-com-jcmturner-gofork., Nicolas Graves, 2023/04/23