~ubuntu-branches/ubuntu/saucy/padre/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/disable-tcp-server.patch

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2012-01-04 12:04:20 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20120104120420-i5oybqwf91m1d3il
Tags: 0.92.ds1-1
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes
  and unapply-patches are default in dpkg-source since 1.16.1.
* Swap order of alternative (build) dependencies after the perl
  5.14 transition.

[ Dominique Dumont ]
* Imported Upstream version 0.92.ds1
* removed fix-spelling patch (applied upstream)
* lintian-override: use wildcard to avoid listing a gazillion files
* updated size of some 'not-real-man-page' entries
* rules: remove dekstop cruft (replaced by a file provided in debian
  directory)
* control: removed Breaks statement. Add /me to uploaders. Updated
  dependencies
* rules: make sure that non-DFSG file (i.e. the cute butterfly, sigh)
  is not distributed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Author: Damyan Ivanov <dmn@debian.org>
2
 
# Description: disable the tcp listening service that is to be used to controll
3
 
#              running instance of padre. It lacks any sort of authentication
4
 
#              and binds t 127.0.0.1
5
 
#              The proper way to fix that would be to make it listen on an Unix
6
 
#              domain socket somewhere in $HOME ensuring the right permissions,
7
 
#              but I found no evidence if Wx::SocketServer supporting UNIX
8
 
#              domain sockets.
9
 
# Upstream-Bug: http://padre.perlide.org/ticket/313
 
1
Author: Damyan Ivanov <dmn@debian.org>
 
2
Description: disable the tcp listening service 
 
3
 This service is to be used to control
 
4
 running instance of padre. It lacks any sort of authentication
 
5
 and binds to 127.0.0.1.
 
6
 The proper way to fix that would be to make it listen on an Unix
 
7
 domain socket somewhere in $HOME ensuring the right permissions,
 
8
 but I found no evidence if Wx::SocketServer supporting UNIX
 
9
 domain sockets.
 
10
Bug: http://padre.perlide.org/ticket/313
10
11
--- a/lib/Padre/Wx/Main.pm
11
12
+++ b/lib/Padre/Wx/Main.pm
12
13
@@ -1068,6 +1068,10 @@ sub single_instance_start {