[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/38: gnu: torsocks: Update to 2.3.0.
From: |
guix-commits |
Subject: |
03/38: gnu: torsocks: Update to 2.3.0. |
Date: |
Fri, 8 Feb 2019 18:02:30 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 15c661ec8ed90107690980758be6a88fe4c47061
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Feb 8 13:00:37 2019 +0100
gnu: torsocks: Update to 2.3.0.
* gnu/packages/tor.scm (torsocks): Update to 2.3.0.
[inputs]: Remove which.
[arguments]: Update 'absolutize' substitutions.
---
gnu/packages/tor.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index 9b66437..ec86d7d 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -91,27 +91,24 @@ the application layer) you need to install
@code{torsocks}.")
(define-public torsocks
(package
(name "torsocks")
- (version "2.2.0")
+ (version "2.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://people.torproject.org/~dgoulet/"
"torsocks/torsocks-" version ".tar.xz"))
(sha256
(base32
- "0byr9ga9w79qz4vp0m11sbmspad7fsal9wm67r4znzb7zb7cis19"))))
+ "08inrkap29gikb6sdmb58z43hw4abwrfw7ny40c4xzdkss0vkwdr"))))
(build-system gnu-build-system)
(inputs
- `(("which" ,which)
- ("libcap" ,libcap)))
+ `(("libcap" ,libcap)))
(arguments
`(#:phases (modify-phases %standard-phases
(add-after 'build 'absolutize
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "src/bin/torsocks"
- (("getcap=`.*`")
- (string-append "getcap=" (which "getcap")))
- (("`which")
- (string-append "`" (which "which"))))
+ (("getcap=.*")
+ (string-append "getcap=" (which "getcap") "\n")))
#t)))))
(home-page "https://www.torproject.org/")
(synopsis "Use socks-friendly applications with Tor")
- branch master updated (307182d -> 1482531), guix-commits, 2019/02/08
- 04/38: gnu: spice-protocol: Update to 0.12.15., guix-commits, 2019/02/08
- 03/38: gnu: torsocks: Update to 2.3.0.,
guix-commits <=
- 02/38: gnu: torsocks: Don't use NAME in source URI., guix-commits, 2019/02/08
- 01/38: gnu: sdl2-ttf: Update to 2.0.15., guix-commits, 2019/02/08
- 05/38: gnu: i3blocks: Use GIT-FILE-NAME., guix-commits, 2019/02/08
- 07/38: gnu: launchmon: Don't use NAME in source URI., guix-commits, 2019/02/08
- 14/38: gnu: nnn: Don't use NAME in source URI., guix-commits, 2019/02/08
- 13/38: gnu: thefuck: Don't use unstable tarball., guix-commits, 2019/02/08
- 08/38: gnu: avogadro: Don't use unstable tarball., guix-commits, 2019/02/08
- 11/38: gnu: pam-krb5: Don't use NAME in source URI., guix-commits, 2019/02/08
- 12/38: gnu: masscan: Don't use unstable tarball., guix-commits, 2019/02/08
- 16/38: gnu: igt-gpu-tools: Don't use NAME in source URI., guix-commits, 2019/02/08