unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 65259@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#65259] [PATCH] gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83.
Date: Sun, 13 Aug 2023 10:33:18 +0800	[thread overview]
Message-ID: <e667da217d9578a4bdbc5897394fa7d5265a7871.1691893905.git.hako@ultrarare.space> (raw)

* 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	other threads:[~2023-08-13  2:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-13  2:33 Hilton Chain via Guix-patches via [this message]
2023-08-27  4:09 ` bug#65259: [PATCH] gnu: phantomsocks: Update to 0.0.0-20230811053544-53b995bdab83 Hilton Chain via Guix-patches via

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=e667da217d9578a4bdbc5897394fa7d5265a7871.1691893905.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=65259@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /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).