unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Clément Lassieur" <clement@lassieur.org>
To: 68067@debbugs.gnu.org
Cc: "Clément Lassieur" <clement@lassieur.org>,
	"Katherine Cox-Buday" <cox.katherine.e+guix@gmail.com>
Subject: [bug#68067] [PATCH 2/8] gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib.
Date: Wed, 27 Dec 2023 22:12:08 +0100	[thread overview]
Message-ID: <a3f40e44f7b24d64effeb6b07024aef6b6002fca.1703711347.git.clement@lassieur.org> (raw)
In-Reply-To: <87plyrjqzl.fsf@lassieur.org>

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

Change-Id: I789e097f69e66894cbb8403b96f2f1c05dfbcdd0
---
 gnu/packages/golang.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1a196d0ab3cc..c0a8ef2cfcff 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2547,6 +2547,29 @@ (define-public go-torproject-org-pluggable-transports-goptlib
 Go.")
     (license license:cc0)))
 
+(define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
+  (package
+    (name "go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib")
+    (version "1.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")
+         (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1kmdpxrbnxnpsi7dkgk85z005vjyj74b3wxxqrf68wg3svy69620"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib"))
+    (home-page "https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/goptlib")
+    (synopsis "Go pluggable transports library")
+    (description "GoPtLib is a library for writing Tor pluggable transports in
+Go.")
+    (license license:cc0)))
+
 (define-public go-github-com-sevlyar-go-daemon
   (package
     (name "go-github-com-sevlyar-go-daemon")
-- 
2.41.0





  parent reply	other threads:[~2023-12-27 21:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-27 21:05 [bug#68067] gnu: torbrowser: Add bridges Clément Lassieur
2023-12-27 21:12 ` [bug#68067] [PATCH 1/8] gnu: Add go-gitlab-com-yawning-edwards25519-extra Clément Lassieur
2023-12-27 21:12 ` Clément Lassieur [this message]
2023-12-27 21:12 ` [bug#68067] [PATCH 3/8] gnu: Add go-github-com-gaukas-godicttls Clément Lassieur
2023-12-27 21:12 ` [bug#68067] [PATCH 4/8] gnu: Add go-github-com-bwesterb-go-ristretto Clément Lassieur
2023-12-27 21:12 ` [bug#68067] [PATCH 5/8] gnu: Add go-github-com-cloudflare-circl Clément Lassieur
2023-12-27 21:12 ` [bug#68067] [PATCH 6/8] gnu: Add go-github-com-refraction-networking-utls Clément Lassieur
2023-12-27 21:12 ` [bug#68067] [PATCH 7/8] gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird Clément Lassieur
2023-12-27 21:12 ` [bug#68067] [PATCH 8/8] gnu: torbrowser: Add bridges Clément Lassieur
2024-01-12 18:03 ` bug#68067: " Clément Lassieur

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3f40e44f7b24d64effeb6b07024aef6b6002fca.1703711347.git.clement@lassieur.org \
    --to=clement@lassieur.org \
    --cc=68067@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).