- 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:
parent
92fed8a909
commit
02d2a74198
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290618
@ -7,8 +7,9 @@
|
|||||||
|
|
||||||
PORTNAME= vnc2flv
|
PORTNAME= vnc2flv
|
||||||
PORTVERSION= 20100207
|
PORTVERSION= 20100207
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= deskutils multimedia www python
|
CATEGORIES= deskutils multimedia www python
|
||||||
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
|
MASTER_SITES= CHEESESHOP
|
||||||
MASTER_SITE_SUBDIR= source/v/${PORTNAME}/
|
MASTER_SITE_SUBDIR= source/v/${PORTNAME}/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
11
deskutils/vnc2flv/files/patch-rfb.py
Normal file
11
deskutils/vnc2flv/files/patch-rfb.py
Normal 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()
|
Loading…
Reference in New Issue
Block a user