[Pkg-cli-apps-commits] [smuxi] 01/03: do not expose the user's realname automatically (Closes: #779803)

Victor Seva Lopez maniac-guest at moszumanska.debian.org
Wed Aug 26 18:01:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

maniac-guest pushed a commit to branch master
in repository smuxi.

commit 6dbc7d229a67a4e8162377c3ec255dd7062c0508
Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Date:   Wed Aug 26 14:41:04 2015 +0200

    do not expose the user's realname automatically (Closes: #779803)
---
 debian/patches/series                              |  4 +++
 ...ot-expose-the-user-s-realname-automatical.patch | 33 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index c46fdca..b56197f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,7 @@
+# upstream fixes
+# Closes: #779803
+upstream/0001-Engine-do-not-expose-the-user-s-realname-automatical.patch
+##
 fix_reautogen.patch
 build_Newtonsoft.Json_with_default_compiler.patch
 build_Twitterizer2_with_default_compiler.patch
diff --git a/debian/patches/upstream/0001-Engine-do-not-expose-the-user-s-realname-automatical.patch b/debian/patches/upstream/0001-Engine-do-not-expose-the-user-s-realname-automatical.patch
new file mode 100644
index 0000000..0ccf71b
--- /dev/null
+++ b/debian/patches/upstream/0001-Engine-do-not-expose-the-user-s-realname-automatical.patch
@@ -0,0 +1,33 @@
+From f21cc42e087e93f621b1a368770f46e41d6cff2f Mon Sep 17 00:00:00 2001
+From: Mirco Bauer <meebey at meebey.net>
+Date: Tue, 25 Aug 2015 18:16:41 +0200
+Subject: [PATCH] Engine: do not expose the user's realname automatically
+ (refs: #541)
+
+This is only a short term workaround. The user should have the option to use
+their realname obtained from the operating system, but only after reviewing and
+acknowledging that setting. This can be done using a dialog for the first start
+which #541 wants to do.
+
+This user information leak was also filed as [#779803][] in the Debian BTS.
+
+ [#779803]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779803
+---
+ src/Engine/Config/Config.cs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/Engine/Config/Config.cs b/src/Engine/Config/Config.cs
+index bc962a7..1ed1c1d 100644
+--- a/src/Engine/Config/Config.cs
++++ b/src/Engine/Config/Config.cs
+@@ -471,6 +471,7 @@ namespace Smuxi.Engine
+                 if (String.IsNullOrEmpty(realname)) {
+                     realname = "Your Name";
+                 }
++                realname = "Your Name";
+                 LoadUserEntry(user, "Connection/Realname", realname);
+                 LoadUserEntry(user, "Connection/Encoding", String.Empty);
+ 
+-- 
+2.5.0
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/smuxi.git



More information about the Pkg-cli-apps-commits mailing list