diff options
author | ng0 <ng0@we.make.ritual.n0.is> | 2016-10-18 18:15:55 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-10-18 23:45:06 +0100 |
commit | 91988aee126376ea9e111882afb511e3a555936d (patch) | |
tree | 3d8421268b80eec2ab982c8d29958cf0ad360e9f /gnu/local.mk | |
parent | 15ca49b220b531864b9ac4d3dcbb218279ca0db3 (diff) | |
download | guix-91988aee126376ea9e111882afb511e3a555936d.tar guix-91988aee126376ea9e111882afb511e3a555936d.tar.gz |
gnu: torsocks: Update to 2.2.0.
* gnu/packages/patches/torsocks-dns-test.patch: Delete file.
* gnu/local.mk: Remove it.
* gnu/packages/tor.scm (torsocks): Update to 2.2.0.
[source]: Remove patch. Change method from 'git-fetch' to 'url-fetch'.
Remove 'file-name'.
[arguments]: Remove 'bootstrap' phase.
[native-inputs]: Remove autoconf, automake and libtool. Also remove
obsoleted perl-test-harness.
[home-page]: Use https URL.
(define-module): Don't import perl.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 73221b870c..a492716eb7 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -845,7 +845,6 @@ dist_patch_DATA = \ %D%/packages/patches/ttf2eot-cstddef.patch \ %D%/packages/patches/ttfautohint-source-date-epoch.patch \ %D%/packages/patches/tophat-build-with-later-seqan.patch \ - %D%/packages/patches/torsocks-dns-test.patch \ %D%/packages/patches/totem-debug-format-fix.patch \ %D%/packages/patches/tuxpaint-stamps-path.patch \ %D%/packages/patches/unzip-CVE-2014-8139.patch \ |