- 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
This commit is contained in:
Jason Helfman 2012-02-07 21:22:57 +00:00
parent 92fed8a909
commit 02d2a74198
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290618
2 changed files with 13 additions and 1 deletions

View File

@ -7,8 +7,9 @@
PORTNAME= vnc2flv
PORTVERSION= 20100207
PORTREVISION= 1
CATEGORIES= deskutils multimedia www python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR= source/v/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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()