GNU bug report logs -
#65259
[PATCH] gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 13 Aug 2023 02:34:02 UTC
Severity: normal
Tags: patch
Done: Hilton Chain <hako <at> ultrarare.space>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65259 in the body.
You can then email your comments to 65259 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#65259
; Package
guix-patches
.
(Sun, 13 Aug 2023 02:34:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 13 Aug 2023 02:34:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Sun, 27 Aug 2023 04:37:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Sun, 27 Aug 2023 04:37:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 65259-done <at> debbugs.gnu.org (full text, mbox):
On Sun, 13 Aug 2023 10:33:18 +0800,
Hilton Chain wrote:
>
> * 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Sep 2023 11:24:15 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 229 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.