[Pkg-privacy-commits] [onionshare] 51/53: Delete unneeded patch, fixed upstream.
Ulrike Uhlig
u-guest at moszumanska.debian.org
Wed Dec 30 00:20:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch debian
in repository onionshare.
commit b6a2f6c430768eab217a40baa306d26bf6f24000
Author: Ulrike Uhlig <u at 451f.org>
Date: Wed Dec 30 01:12:55 2015 +0100
Delete unneeded patch, fixed upstream.
---
debian/patches/prefer-torbrowser-port.patch | 19 -------------------
debian/patches/series | 1 -
2 files changed, 20 deletions(-)
diff --git a/debian/patches/prefer-torbrowser-port.patch b/debian/patches/prefer-torbrowser-port.patch
deleted file mode 100644
index feb9be2..0000000
--- a/debian/patches/prefer-torbrowser-port.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Prefer port 9151 to port 9051
- Port 9151 is more likely to a tor process that has rw access to
- /tmp/onionshare. The Debian tor uses port 9051 and does not have rw access
- to that directory, causing onionshare to fail with a crypto stem error.
-Author: Ximin Luo <infinity0 at debian.org>
-Bug: https://github.com/micahflee/onionshare/issues/215
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/onionshare/onionshare.py
-+++ b/onionshare/onionshare.py
-@@ -155,7 +155,7 @@
-
- # connect to the tor controlport
- self.controller = None
-- tor_control_ports = [9051, 9151]
-+ tor_control_ports = [9151, 9051]
- for tor_control_port in tor_control_ports:
- try:
- self.controller = Controller.from_port(port=tor_control_port)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 07f283f..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-prefer-torbrowser-port.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list