[SCM] groovebasin/master: add patch to disable default SSL

andrewrk-guest at users.alioth.debian.org andrewrk-guest at users.alioth.debian.org
Sat Oct 4 02:23:09 UTC 2014


The following commit has been merged in the master branch:
commit 6305f120d6a1abb82ee36fe71b4afac5745232e7
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Sat Oct 4 02:22:09 2014 +0000

    add patch to disable default SSL

diff --git a/debian/patches/disable-default-ssl.patch b/debian/patches/disable-default-ssl.patch
new file mode 100644
index 0000000..4a2a14d
--- /dev/null
+++ b/debian/patches/disable-default-ssl.patch
@@ -0,0 +1,21 @@
+Description: disable default SSL
+ upstream defaults to using a self-signed cert and https. This requires users
+ to click through a certificate warning in the browser. We would rather have
+ the security vulnerability of passwords passing unprotected over HTTP than
+ train users to click through the "ignore bad certificate" warning.
+Author: Andrew Kelley <superjoe30 at gmail.com>
+Forwarded: not-needed
+
+--- groovebasin-1.3.0.orig/lib/groovebasin.js
++++ groovebasin-1.3.0/lib/groovebasin.js
+@@ -42,8 +42,8 @@ var defaultConfig = {
+   mpdPort: 6600,
+   acoustidAppKey: 'bgFvC4vW',
+   encodeQueueDuration: 8,
+-  sslKey: 'certs/self-signed-key.pem',
+-  sslCert: 'certs/self-signed-cert.pem',
++  sslKey: null,
++  sslCert: null,
+ };
+ 
+ util.inherits(GrooveBasin, EventEmitter);
diff --git a/debian/patches/series b/debian/patches/series
index 2fd3f99..ba8a6eb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ shebang.patch
 bundle-connect-static-module.patch
 bundle-curlydiff-module.patch
 bundle-mv-module.patch
+disable-default-ssl.patch

-- 
groovebasin packaging



More information about the pkg-multimedia-commits mailing list