[PATCH] gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.

  • Done
  • quality assurance status badge
Details
One participant
  • Hilton Chain
Owner
unassigned
Submitted by
Hilton Chain
Severity
normal
H
H
Hilton Chain wrote on 13 Aug 2023 04:33
(address . guix-patches@gnu.org)(name . Hilton Chain)(address . hako@ultrarare.space)
e667da217d9578a4bdbc5897394fa7d5265a7871.1691893905.git.hako@ultrarare.space
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20230811053544-53b995bdab83.
[propagated-inputs]: Move go-github-com-google-gopacket,
go-github-com-macronut-go-tproxy ...
[inputs]: ...here.
---
gnu/packages/networking.scm | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

Toggle diff (45 lines)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 542e93891c..fce8326237 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -4504,7 +4504,7 @@ (define-public netdiscover
(define-public phantomsocks
(package
(name "phantomsocks")
- (version "0.0.0-20230405135900-a54ae9f3611e")
+ (version "0.0.0-20230811053544-53b995bdab83")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4513,7 +4513,7 @@ (define-public phantomsocks
(file-name (git-file-name name version))
(sha256
(base32
- "1qgv8dcrsyzjzppvdk0n5kkyaypcjm1hcn9lb29ahvbhm70cpm6a"))))
+ "1jc9qldi4f9s6n4ggaphyilxjymrz95hwd060jhj260x2hkdywl9"))))
(build-system go-build-system)
(arguments
(list #:install-source? #f
@@ -4521,13 +4521,12 @@ (define-public phantomsocks
#:build-flags #~'("-tags" #$(if (target-linux?)
"rawsocket"
"pcap"))))
- (propagated-inputs
- (list go-github-com-google-gopacket
- go-github-com-macronut-go-tproxy))
(inputs
- (if (target-linux?)
- '()
- (list libpcap)))
+ (append (if (target-linux?)
+ '()
+ (list libpcap))
+ (list go-github-com-google-gopacket
+ go-github-com-macronut-go-tproxy)))
(home-page "https://github.com/macronut/phantomsocks")
(synopsis "Internet censorship circumvention tool")
(description

base-commit: d0a2b422e06aab0cab3a10a47ef378602992577f
--
2.41.0
H
H
Hilton Chain wrote on 27 Aug 2023 06:09
(address . 65259-done@debbugs.gnu.org)
87zg2d3z4g.wl-hako@ultrarare.space
On Sun, 13 Aug 2023 10:33:18 +0800,
Hilton Chain wrote:
Toggle quote (8 lines)
>
> * gnu/packages/networking.scm (phantomsocks): Update to
> 0.0.0-20230811053544-53b995bdab83.
> [propagated-inputs]: Move go-github-com-google-gopacket,
> go-github-com-macronut-go-tproxy ...
> [inputs]: ...here.
> ---

Applied as 493e9c2f5433d76f6b8aa65e3cf481c1385f8ff7, closing.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65259@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65259
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch