guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71782] [PATCHv2 1/3] gnu: Add go-gitlab-torproject-org-tpo-anti-cen


From: André Batista
Subject: [bug#71782] [PATCHv2 1/3] gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel.
Date: Thu, 27 Jun 2024 13:05:36 -0300

* gnu/packages/golang.scm
  (go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel):
  New variable.

Change-Id: I0f0a78458467600ad70374f4224aa6ad1e371ad2

---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4e3fe5bd10..705b5d3b03 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2387,6 +2387,31 @@ (define-public 
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports
 incorporates ideas and concepts from Philipp Winter's ScrambleSuit protocol.")
     (license (list license:bsd-2 license:bsd-3))))
 
+(define-public 
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel
+  (let ((commit "3b6faa48163782c1e5420bcb4b068cd38c401ea7")
+        (revision "0"))
+    (package
+      (name 
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri
+          (git-reference
+           (url 
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel";)
+           (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "08k108h1fh9mq0m5kr866s2n0lsif0dpbi8ffb62g5ghg7jaai89"))))
+      (build-system go-build-system)
+      (arguments
+       `(#:import-path 
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel"))
+      (home-page 
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel";)
+      (synopsis "Go WebTunnel Pluggable Transport")
+      (description "WebTunnel is a Go Pluggable Transport that attempts to 
imitate
+web browsing activities based on HTTP Upgrade (HTTPT).")
+      (license license:expat))))
+
 (define-public go-github-com-sevlyar-go-daemon
   (package
     (name "go-github-com-sevlyar-go-daemon")
-- 
2.45.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]