diff options
| author | runge <runge> | 2008-11-22 19:00:38 +0000 |
|---|---|---|
| committer | runge <runge> | 2008-11-22 19:00:38 +0000 |
| commit | 41c7b74a882f1bbc73b1616125e4c906988c8ba9 (patch) | |
| tree | b23b9157b7e45890f34a7fe6c9619df73b76035f /x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle | |
| parent | 6fbba525a924961083bf2e43bb841bd15671f526 (diff) | |
| download | libtdevnc-41c7b74a.tar.gz libtdevnc-41c7b74a.zip | |
SSVNC sync: stunnel upgrade and patch, change wish order, -anondh -ciphers option
VeNCrypt and TLSVNC support (in pproxy and unix vncviewer). Help text tweaks
-killstunnel, s_client fixes, No Encryption easier. Zeroconf/avahi support.
tk font fixes. SSVNC_ULTRA_FTP_JAR finding SSVNC_PREDIGESTED_HANDSHAKE
SSVNC_SKIP_RFB_PROTOCOL_VERSION, SSVNC_SET_SECURITY_TYPE, etc hacks.
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle')
| -rwxr-xr-x | x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle b/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle index cf14543..fd6d1c5 100755 --- a/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle +++ b/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/_bundle @@ -1,7 +1,7 @@ #!/bin/sh rm -rf ./src/tmp/* || exit 1 -vers=1.0.21 +vers=1.0.22 cd .. || exit 1 @@ -12,7 +12,7 @@ dest=./t.unix_only rm -rf $dest mkdir -p $dest || exit 1 -tar cvf - ssvnc/{README,COPYING} ssvnc/bin ssvnc/Unix | (cd $dest; tar xvf -) +tar cvf - ssvnc/{README,COPYING,ssvnc.desktop} ssvnc/bin ssvnc/Unix | (cd $dest; tar xvf -) rm -f $dest/ssvnc/bin/.linkin tar=ssvnc_unix_only-${vers}.tar.gz @@ -25,8 +25,7 @@ dest=./t.unix_minimal rm -rf $dest mkdir -p $dest || exit 1 -#tar cvf - ssvnc/{README,COPYING} ssvnc/bin/{ss*,util/ss*} ssvnc/Unix | (cd $dest; tar xvf -) -tar cvf - ssvnc/{README,COPYING} ssvnc/bin/{ss*,util/ss*} | (cd $dest; tar xvf -) +tar cvf - ssvnc/{README,COPYING,ssvnc.desktop} ssvnc/bin/{ss*,util/ss*} | (cd $dest; tar xvf -) tar=ssvnc_unix_minimal-${vers}.tar.gz (cd $dest; tar czvf ../$tar ssvnc) @@ -46,7 +45,7 @@ data__() {' scr=./ssvnc.sh echo "$top" > $scr -(cd ssvnc; tar cvf - README COPYING bin/{ss*,util/ss*}) >> $scr +(cd ssvnc; tar cvf - README COPYING ssvnc.desktop bin/{ss*,util/ss*}) >> $scr chmod 755 $scr ls -l $scr |
