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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 31799 in the body.
You can then email your comments to 31799 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#31799; Package guix-patches. (Tue, 12 Jun 2018 11:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 宋文武 <iyzsong <at> member.fsf.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 12 Jun 2018 11:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#31799; Package guix-patches. (Tue, 12 Jun 2018 14:52:02 GMT) Full text and rfc822 format available.

Message #8 received at 31799 <at> debbugs.gnu.org (full text, mbox):

From: Fis Trivial <ybbs.daans <at> hotmail.com>
To: "31799 <at> debbugs.gnu.org" <31799 <at> debbugs.gnu.org>
Subject: Use git-version.
Date: Tue, 12 Jun 2018 14:51:19 +0000
[Message part 1 (text/plain, inline)]
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.

[package.tar.xz (application/x-xz, attachment)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Fri, 15 Jun 2018 08:05:01 GMT) Full text and rfc822 format available.

Notification sent to 宋文武 <iyzsong <at> member.fsf.org>:
bug acknowledged by developer. (Fri, 15 Jun 2018 08:05:02 GMT) Full text and rfc822 format available.

Message #13 received at 31799-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Jul 2018 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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