summaryrefslogtreecommitdiff
path: root/deskutils/vnc2flv/files/patch-rfb.py
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-02-07 21:22:57 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-02-07 21:22:57 +0000
commit02d2a741987c7c392fc57338ce02bb53e9ed21fb (patch)
treee9f86388dca7ee8fef8d122157be015e3f22d7cb /deskutils/vnc2flv/files/patch-rfb.py
parent- Add a new port: graphics/R-cran-munsell (diff)
- send "ClientInit" when there is no authentication
- while here cleanup the cheeseshop master_site syntax PR: ports/164863 Submitted by: pphillips at experts-exchange.com
Notes
Notes: svn path=/head/; revision=290618
Diffstat (limited to 'deskutils/vnc2flv/files/patch-rfb.py')
-rw-r--r--deskutils/vnc2flv/files/patch-rfb.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/vnc2flv/files/patch-rfb.py b/deskutils/vnc2flv/files/patch-rfb.py
new file mode 100644
index 000000000000..c346f1979e0b
--- /dev/null
+++ b/deskutils/vnc2flv/files/patch-rfb.py
@@ -0,0 +1,11 @@
+--- vnc2flv/rfb.py.orig 2010-01-18 06:19:13.000000000 -0800
++++ vnc2flv/rfb.py 2011-10-18 15:12:54.000000000 -0700
+@@ -152,6 +152,8 @@
+ if server_security == 0:
+ return self.autherr()
+ elif server_security == 1:
++ # send: always shared.
++ self.send('\x01');
+ return self.start()
+ else:
+ return self.crauth()