summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-09-26 23:21:06 +0800
committerIan Delaney <idella4@gentoo.org>2015-09-26 23:21:06 +0800
commita57c97265679f39675e243ff1b7e3d17d6e458ad (patch)
treeca49af64ddc3decf313da8b93ed39715cdde18d2 /x11-misc/x11vnc/files/x11vnc-0.9.13-warnings.patch
parentadd proxy maintainer under proxy-maint herd to metadata (diff)
downloadgentoo-a57c97265679f39675e243ff1b7e3d17d6e458ad.tar.gz
gentoo-a57c97265679f39675e243ff1b7e3d17d6e458ad.tar.bz2
gentoo-a57c97265679f39675e243ff1b7e3d17d6e458ad.zip
x11-misc/x11vnc: rm old, clean up for sec bug #515268
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/x11vnc/files/x11vnc-0.9.13-warnings.patch')
-rw-r--r--x11-misc/x11vnc/files/x11vnc-0.9.13-warnings.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/x11vnc/files/x11vnc-0.9.13-warnings.patch b/x11-misc/x11vnc/files/x11vnc-0.9.13-warnings.patch
deleted file mode 100644
index f80e83f196bc..000000000000
--- a/x11-misc/x11vnc/files/x11vnc-0.9.13-warnings.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- x11vnc-0.9.13.orig/x11vnc/remote.c
-+++ x11vnc-0.9.13/x11vnc/remote.c
-@@ -5860,7 +5860,7 @@
- }
- if (!strcmp(p, "vncdisplay")) {
- snprintf(buf, bufn, "aro=%s:%s", p,
-- NONUL(vnc_desktop_name));
-+ vnc_desktop_name);
- goto qry;
- }
- if (!strcmp(p, "icon_mode")) {
-@@ -6062,7 +6062,7 @@
- if (!strcmp(p, "h") || !strcmp(p, "help") ||
- !strcmp(p, "V") || !strcmp(p, "version") ||
- !strcmp(p, "lastmod")) {
-- snprintf(buf, bufn, "aro=%s:%s", p, NONUL(lastmod));
-+ snprintf(buf, bufn, "aro=%s:%s", p, lastmod);
- goto qry;
- }
- if (!strcmp(p, "bg")) {
---- x11vnc-0.9.13.orig/x11vnc/sslhelper.c
-+++ x11vnc-0.9.13/x11vnc/sslhelper.c
-@@ -4041,7 +4041,7 @@
- strncpy(last_get, rcookie, 100);
- if (db) fprintf(stderr, "last_get: '%s'\n", last_get);
- }
-- if (rcookie && strstr(rcookie, "VncViewer.class")) {
-+ if (strstr(rcookie, "VncViewer.class")) {
- rfbLog("\n");
- rfbLog("helper[%d]:\n", pid);
- rfbLog("***********************************************************\n");
---- x11vnc-0.9.13.orig/x11vnc/userinput.c
-+++ x11vnc-0.9.13/x11vnc/userinput.c
-@@ -1305,7 +1305,7 @@
- int font_size = 15;
- int win_y, scr_y, loc_cut = 4*font_size, y_cut = 10*font_size;
-
-- if (!xrecord_set_by_keys || !xrecord_name_info) {
-+ if (!xrecord_set_by_keys) {
- return 0;
- }
- if (xrecord_name_info[0] == '\0') {