File: 12-disable-ice-by-default.diff

package info (click to toggle)
mumble 1.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 43,608 kB
  • sloc: ansic: 150,503; cpp: 71,621; xml: 14,417; python: 2,207; perl: 1,225; sh: 1,075; makefile: 685; asm: 360; php: 344; cs: 55; objc: 42; ruby: 37
file content (17 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: disable Ice by default
Author: Christopher Knadle <Chris.Knadle@coredump.us>
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731003
Forwarded: https://github.com/mumble-voip/mumble/issues/1083
Last-Update: 2018-09-18

--- a/scripts/murmur.ini.system
+++ b/scripts/murmur.ini.system
@@ -62,7 +62,7 @@
 ; with ICE, you should only use it if you trust all the users who have
 ; shell access to your machine.
 ; Please see the ICE documentation on how to specify endpoints.
-ice="tcp -h 127.0.0.1 -p 6502"
+#ice="tcp -h 127.0.0.1 -p 6502"
 
 ; Ice primarily uses local sockets. This means anyone who has a
 ; user account on your machine can connect to the Ice services.