unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31799] [PATCH 1/1] gnu: Add shadowsocks.
@ 2018-06-12 11:56 宋文武
  2018-06-12 14:51 ` [bug#31799] Use git-version Fis Trivial
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 @ 2018-06-12 11:56 UTC (permalink / raw)
  To: 31799

From: fis <ybbs.daans@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#31799] Use git-version.
  2018-06-12 11:56 [bug#31799] [PATCH 1/1] gnu: Add shadowsocks 宋文武
@ 2018-06-12 14:51 ` Fis Trivial
  2018-06-15  8:04   ` bug#31799: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Fis Trivial @ 2018-06-12 14:51 UTC (permalink / raw)
  To: 31799@debbugs.gnu.org

[-- Attachment #1: Type: text/plain, Size: 239 bytes --]


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

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


[-- Attachment #2: package.xz --]
[-- Type: application/x-xz, Size: 1108 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#31799: Use git-version.
  2018-06-12 14:51 ` [bug#31799] Use git-version Fis Trivial
@ 2018-06-15  8:04   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2018-06-15  8:04 UTC (permalink / raw)
  To: Fis Trivial; +Cc: 31799@debbugs.gnu.org

Hello,

Fis Trivial <ybbs.daans@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’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-06-15  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-12 11:56 [bug#31799] [PATCH 1/1] gnu: Add shadowsocks 宋文武
2018-06-12 14:51 ` [bug#31799] Use git-version Fis Trivial
2018-06-15  8:04   ` bug#31799: " Ludovic Courtès

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).