GNU bug report logs - #31799
[PATCH 1/1] gnu: Add shadowsocks.

Previous Next

Package: guix-patches;

Reported by: 宋文武 <iyzsong <at> member.fsf.org>

Date: Tue, 12 Jun 2018 11:58:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: ludo <at> gnu.org (Ludovic Courtès)
Cc: tracker <at> debbugs.gnu.org
Subject: bug#31799: closed ([PATCH 1/1] gnu: Add shadowsocks.)
Date: Fri, 15 Jun 2018 08:05:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Jun 2018 10:04:13 +0200
with message-id <87bmccwk5e.fsf <at> gnu.org>
and subject line Re: [bug#31799] Use git-version.
has caused the debbugs.gnu.org bug report #31799,
regarding [PATCH 1/1] gnu: Add shadowsocks.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
31799: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31799
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> member.fsf.org>
To: guix-patches <at> gnu.org
Cc: fis <ybbs.daans <at> hotmail.com>
Subject: [PATCH 1/1] gnu: Add shadowsocks.
Date: Tue, 12 Jun 2018 19:56:33 +0800
From: fis <ybbs.daans <at> hotmail.com>

* gnu/packages/networking.scm (shadowsocks): New variable.
---
 gnu/packages/networking.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e040ef339..1021ea0c4 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1902,3 +1902,36 @@ eight bytes) tools
 low-level I/O programming that provides developers with a consistent
 asynchronous model using a modern C++ approach.")
     (license license:boost1.0)))
+
+(define-public shadowsocks
+  ;; There are some security fixes after the last release.
+  (let* ((commit "e332ec93e9c90f1cbee676b022bf2c5d5b7b1239")
+         (revision "0")
+         (version (string-append "0.0.0" revision commit)))
+    (package
+      (name "shadowsocks")
+      (version version)
+      (home-page "https://github.com/shadowsocks/shadowsocks")
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url home-page)
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "1idd9b4f2pnhcpk1bh030hqg5zq25gkwxd53xi3c0cj242w7sp2j"))
+                (file-name (git-file-name name version))))
+      (build-system python-build-system)
+      (synopsis "Fast tunnel proxy that helps you bypass firewalls")
+      (description "
+This package is a fast tunnel proxy that helps you bypass firewalls.
+
+Features:
+@itemize
+@item TCP & UDP support
+@item User management API
+@item TCP Fast Open
+@item Workers and graceful restart
+@item Destination IP blacklist
+@end itemize")
+      (license license:asl2.0))))
-- 
2.14.4



[Message part 3 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Fis Trivial <ybbs.daans <at> hotmail.com>
Cc: "31799 <at> debbugs.gnu.org" <31799-done <at> debbugs.gnu.org>
Subject: Re: [bug#31799] Use git-version.
Date: Fri, 15 Jun 2018 10:04:13 +0200
Hello,

Fis Trivial <ybbs.daans <at> hotmail.com> skribis:

> Thanks for everyone helped out sending this package. Here is an updated
> patch that uses git-version. Patch is contained in attachment.

Applied, thanks!

> For official site (github that is), you need to switch to "master"
> branch to see the content.

Yes, that’s intriguing…

Ludo’.


This bug report was last modified 7 years and 36 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.