[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-trans
From: |
guix-commits |
Subject: |
43/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird: Update to 0.5.0. |
Date: |
Sat, 11 Jan 2025 18:19:15 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b08ed16bca2390c4c5160890dc78a9843fb7d7a1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 11 22:04:05 2025 +0000
gnu:
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird:
Update to 0.5.0.
* gnu/packages/golang.scm
(go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird):
Update to 0.5.0.
[arguments] <phases>: Remove 'substitutions.
[propagated-inputs]: Remove go-golang-org-x-text; add
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2.
Change-Id: I1cfe5a97a3a4749b13ee1eabc703ce351246ac6f
---
gnu/packages/golang.scm | 28 +++++++---------------------
1 file changed, 7 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ea86052bd3..5a3fca001f 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1630,7 +1630,7 @@ translated keywords and acts.")
(define-public
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird
(package
(name
"go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird")
- (version "0.3.0")
+ (version "0.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1639,36 +1639,22 @@ translated keywords and acts.")
(file-name (git-file-name name version))
(sha256
(base32
- "1bmljd81vc8b4kzmpgmx1n1vvjn5y1s2w01hjxwplmnchv9dndkl"))))
+ "1qk7npkj0a3a28rp38whl1jwjr0z0hdcsq5bgm8bl1fk9g6cqbnp"))))
(build-system go-build-system)
(arguments
- `(#:unpack-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
- #:import-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'substitutions
- (lambda _
- (with-directory-excursion
-
"src/gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
- (for-each
- (lambda (file)
- (substitute* file
- (("edwards25519-extra.git") "edwards25519-extra")))
- (list "common/ntor/ntor_test.go"
- "internal/x25519ell2/x25519ell2.go"))
- (substitute* "internal/x25519ell2/x25519ell2.go"
- (("gitlab.com/yawning/obfs4.git")
-
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"))))))))
+ (list
+ #:unpack-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird"
+ #:import-path
"gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird/cmd/lyrebird"))
(propagated-inputs
(list go-filippo-io-edwards25519
go-github-com-dchest-siphash
go-github-com-refraction-networking-utls
go-gitlab-com-yawning-edwards25519-extra
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib
+
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-snowflake-v2
go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel
go-golang-org-x-crypto
- go-golang-org-x-net
- go-golang-org-x-text))
+ go-golang-org-x-net))
(home-page
"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/lyrebird")
(synopsis "Look-like nothing obfuscation protocol")
(description "This is a look-like nothing obfuscation protocol that
- 09/45: gnu: go-github-com-michiwend-gomusicbrainz: Move to golang-xyz., (continued)
- 09/45: gnu: go-github-com-michiwend-gomusicbrainz: Move to golang-xyz., guix-commits, 2025/01/11
- 16/45: gnu: go-github-com-gedex-inflector: Update to 0.0.0-20170307190818-16278e9db813., guix-commits, 2025/01/11
- 19/45: gnu: go-github-com-go-ini-ini: Adjust inputs., guix-commits, 2025/01/11
- 20/45: gnu: gopls: Move to golang-xyz., guix-commits, 2025/01/11
- 21/45: gnu: Add go-github-com-klauspost-reedsolomon., guix-commits, 2025/01/11
- 22/45: gnu: Add go-github-com-klauspost-asmfmt., guix-commits, 2025/01/11
- 25/45: gnu: Add go-github-com-xtgo-uuid., guix-commits, 2025/01/11
- 32/45: gnu: Add go-github-com-txthinking-runnergroup., guix-commits, 2025/01/11
- 31/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-geoip., guix-commits, 2025/01/11
- 41/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Update to 0.0.0-20240711104640-e64b1b3562f3., guix-commits, 2025/01/11
- 43/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird: Update to 0.5.0.,
guix-commits <=
- 28/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil., guix-commits, 2025/01/11
- 29/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Update to 1.6.0., guix-commits, 2025/01/11
- 18/45: gnu: go-github-com-go-ini-ini: Move to golang-xyz., guix-commits, 2025/01/11
- 26/45: gnu: go-filippo-io-edwards25519: Update to 1.1.0., guix-commits, 2025/01/11
- 27/45: gnu: go-github-com-99designs-keyring: Simplify., guix-commits, 2025/01/11
- 33/45: gnu: Add go-github-com-patrickmn-go-cache., guix-commits, 2025/01/11
- 13/45: gnu: go-github-com-lunixbochs-vtclean: Move to golang-xyz., guix-commits, 2025/01/11
- 14/45: gnu: go-github-com-golang-freetype: Update to 0.0.0-20170609003504-e2365dfdc4a0., guix-commits, 2025/01/11
- 23/45: gnu: Add go-github-com-templexxx-cpu., guix-commits, 2025/01/11
- 24/45: gnu: Add go-github-com-templexxx-xorsimd., guix-commits, 2025/01/11