Wolfgang Bumiller
c5ce64cfe7
buildsys: make job safety
2017-02-07 15:42:24 +01:00
Fabian Grünbichler
8530eb68b8
build: use repoman for uploading
2017-02-03 09:11:58 +01:00
Fabian Grünbichler
e20fdc6c02
bump version to 1.3-1
2017-02-03 09:07:31 +01:00
Fabian Grünbichler
536237ba89
build: update options for libvncserver 0.9.11
2017-02-03 08:50:43 +01:00
Fabian Grünbichler
8cbd684b0c
libvncserver: add revert of systemd socket activation
2017-02-03 08:50:43 +01:00
Fabian Grünbichler
c8d35ad90c
libvncserver: refresh TLS patch
2017-02-03 08:50:43 +01:00
Fabian Grünbichler
8397d7dec2
libvncserver: update sources to 0.9.11
2017-02-03 08:50:43 +01:00
Fabian Grünbichler
d4dcc66ebc
build: use temp file for glyph.h
...
otherwise it gets truncated on failure, and make thinks it's
there on the next run.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-02-03 08:29:13 +01:00
Fabian Grünbichler
d13304af89
add dependency for new libgnutls30
...
this allows building on Debian Jessie and Stretch
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-02-03 08:28:57 +01:00
Fabian Grünbichler
ee05330200
use builtin gnutls' builtin NORMAL ciphers
...
instead of custom, outdated, insecure ones. NORMAL provides
a sane default.
note that this is only used for the legacy VNC anyway, since
the noVNC web console (re-)uses the HTTPS connection to the
API.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-02-03 08:28:26 +01:00
Fabian Grünbichler
b26ab9ab5a
use builtin dh_params with newer gnutls
...
this is recommended instead of generating our own, but needs
a new enough gnutls version.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-02-03 08:27:58 +01:00
Fabian Grünbichler
df4b12152d
bump DH_BITS to 2048
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
2017-02-03 08:27:34 +01:00
Dietmar Maurer
c39031e883
compile for debian wheezy, bump version to 1.2-1
2015-02-27 20:00:46 +01:00
Dietmar Maurer
1f4eaec7eb
fix version in control file
2014-08-01 06:18:27 +02:00
Dietmar Maurer
11089334e9
update java code signature
2014-07-25 07:04:27 +02:00
Dietmar Maurer
1318f71a3a
set correct version in control
2014-06-24 17:55:23 +02:00
Dietmar Maurer
5a90889767
fix argument parser
...
rfbPurgeArguments() moves arguments, so we need to decrement i after
purge, and use 'else if' (else we depend on argument order).
Also delete PVE_VNC_TICKET from environment (child don't need that).
2014-06-24 17:08:29 +02:00
Dietmar Maurer
c6d5b0959b
bump version to 1.1-7
2014-06-23 13:35:55 +02:00
Dietmar Maurer
07e8de89e1
new option -notls
...
We need this for novnc (encryption is done by websocket)
2014-06-23 13:09:45 +02:00
Dietmar Maurer
2b83813dca
ibump version to 1.1-6
2013-11-08 11:28:03 +01:00
Dietmar Maurer
0138729a98
use better name
2013-11-08 11:24:56 +01:00
Dietmar Maurer
1bd6df7ede
set Caller-Allowable-Codebase and remove Trusted-Library
...
see http://stackoverflow.com/questions/19393826/java-applet-manifest-allow-all-caller-allowable-codebase
2013-11-08 11:22:08 +01:00
Dietmar Maurer
25be51cdfa
bump version to 1.1-5
2013-11-08 08:57:48 +01:00
Dietmar Maurer
7d152b3f7d
add jar with new signature
2013-11-08 08:24:13 +01:00
Dietmar Maurer
4a199f5420
also set permission attribute in jar manifest
2013-11-07 17:11:49 +01:00
Dietmar Maurer
e058169422
use comodo code sign cert
2013-11-07 17:10:50 +01:00
Dietmar Maurer
75f214c025
Allow to add intermediate certificates to /etc/pve/local/pve-ssl.pem
2013-06-03 08:36:57 +02:00
Dietmar Maurer
e9d0f7d38b
bump version to 1.1-3
2013-05-10 08:00:19 +02:00
Dietmar Maurer
085cabefd0
re-enable javascript-events.patch
...
We need that to make reload on migration working.
2013-05-10 07:54:48 +02:00
Dietmar Maurer
4a0ae70e60
fix version in control file
2013-04-20 16:44:25 +02:00
Dietmar Maurer
b2e113616b
bump version to 1.1-2
2013-04-20 16:06:24 +02:00
Dietmar Maurer
1e9388850f
set trusted-lib in manifest to avoid security popup
2013-04-20 16:01:07 +02:00
Dietmar Maurer
6b53b0de88
disable javascript-events.patch
...
We do not really use that, and the old netscape library is not
in openjdk (plugin.jar)
2013-04-20 15:59:38 +02:00
Dietmar Maurer
336e20e1c7
add patches for newer tigervnc 1.2.0
...
but the current 1.2.0 branch is not usable because it always
opens a new toplevel window.
2013-04-19 09:07:04 +02:00
Dietmar Maurer
4f21735dc0
fix version in control/changelog
2013-03-27 10:27:36 +01:00
Dietmar Maurer
150750043b
bump version to 1.1-1 for wheezy release
2013-03-15 08:26:17 +01:00
Dietmar Maurer
802fe47e6f
fix focus traversal
2012-08-21 09:21:59 +02:00
Dietmar Maurer
c9e46b9a7d
do not create a process group with setsid
...
So that we can kill the whole task when started with fork_worker().
2011-09-13 10:55:40 +02:00
Dietmar Maurer
e6d0212c1e
imported from svn 'vncterm/pve2'
2011-08-23 07:52:28 +02:00