summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-16 22:13:11 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-16 22:13:11 +0000
commit60e31b571c9937f2b25e49610e65eece048ddbb8 (patch)
tree2387b17b21db9bec122c2a393061c1984e294c87 /gnu
parent81d06595357e6adc5f363cfe06ed2e59b908cb00 (diff)
gnu: Add go-github-com-theodorsm-covert-dtls.
* gnu/packages/golang-web.scm (go-github-com-theodorsm-covert-dtls): New variable. Change-Id: If61992941874fd8af75810c9c5e821ea9066b03d
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-web.scm31
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index a02888f9c4..386efc3510 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -14485,6 +14485,37 @@ runtime. It has zero dependencies, and doesn't rely on CGO. This means you
can run applications in other languages and still keep cross compilation.")
(license license:asl2.0)))
+(define-public go-github-com-theodorsm-covert-dtls
+ (package
+ (name "go-github-com-theodorsm-covert-dtls")
+ (version "1.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/theodorsm/covert-dtls")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1sv239ij3938mw55i2a3nnj8h4sy18rbkxn3vz4mypli5v6rai28"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t ;XXX: libpcap
+ #:tests? #f
+ #:import-path "github.com/theodorsm/covert-dtls"))
+ (propagated-inputs
+ (list go-github-com-google-gopacket
+ go-github-com-pion-dtls-v3))
+ (home-page "https://github.com/theodorsm/covert-dtls")
+ (synopsis "Fingerprint-resistance module for pion/dtls")
+ (description
+ "@code{covertDTLS} is a library inspired by
+@@url{https://github.com/refraction-networking/utls, @code{uTLS}} for offering
+fingerprint-resistance features to @url{https://github.com/pion/dtls,
+pion/dtls}.")
+ (license license:expat)))
+
(define-public go-github-com-things-go-go-socks5
(package
(name "go-github-com-things-go-go-socks5")