Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-08-23 | 3.2 kB | |
turbovnc-debuginfo-3.0.1.x86_64.rpm | 2022-09-13 | 9.0 MB | |
turbovnc-debuginfo-3.0.1.i386.rpm | 2022-09-13 | 8.8 MB | |
turbovnc-3.0.1.x86_64.rpm | 2022-09-13 | 41.4 MB | |
turbovnc-3.0.1.src.rpm | 2022-09-13 | 8.7 MB | |
turbovnc-3.0.1.i386.rpm | 2022-09-13 | 3.0 MB | |
turbovnc-3.0.1.aarch64.rpm | 2022-09-13 | 39.8 MB | |
turbovnc_3.0.1_i386.deb | 2022-08-15 | 3.5 MB | |
turbovnc_3.0.1_arm64.deb | 2022-08-15 | 42.5 MB | |
turbovnc_3.0.1_amd64.deb | 2022-08-15 | 44.0 MB | |
turbovnc-3.0.1.tar.gz | 2022-08-15 | 8.7 MB | |
turbovnc-3.0.1.tar.gz.sig | 2022-08-15 | 543 Bytes | |
TurboVNC-3.0.1-x86_64.dmg | 2022-08-15 | 38.5 MB | |
TurboVNC-3.0.1-x86.exe | 2022-08-15 | 39.0 MB | |
TurboVNC-3.0.1-x64.exe | 2022-08-15 | 41.1 MB | |
TurboVNC-3.0.1-arm64.dmg | 2022-08-15 | 37.8 MB | |
Totals: 16 Items | 365.7 MB | 4 |
These packages were built with libjpeg-turbo 2.1.4:
https://sourceforge.net/projects/libjpeg-turbo/files/2.1.4/
and Adoptium OpenJDK 11.0.16_8:
https://github.com/adoptium/temurin11-binaries/releases/tag/jdk-11.0.16%2B8
Package signatures
To ensure the integrity of the TurboVNC binary packages, the RPM and DEB files
and the source tarball are signed using the following key:
https://www.TurboVNC.org/key/VGL-GPG-KEY
https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xae1a7ba4efff9a9987e1474c4baccab36e7fe9a1
and the Windows installers and Mac app/package/DMG are signed using a code
signing certificate.
Packaging changes
- A Mac package/DMG for Apple silicon (Arm) CPUs is now provided.
- New RPMs with SHA-256 digests were uploaded on 2022-09-12. This fixes an issue whereby the RPM signatures could not be successfully verified on Red Hat Enterprise Linux 9 when using its default crypto policy, which restricts the use of the SHA-1 algorithm.
3.0.1
Significant changes relative to 3.0:
-
Fixed an error ("JRELoadError") that occurred when attempting to use the Mac TurboVNC Viewer app with a custom JRE based on OpenJDK 17.
-
The TurboVNC Viewer's built-in SSH client now supports the OpenSSH v1 private key format. This fixes an "invalid privatekey" error that occurred when attempting to use a private key generated by a recent version of OpenSSH with the TurboVNC Viewer without
ssh-agent
or Pageant. -
The TurboVNC Viewer's built-in SSH client now supports the
rsa-sha2-256
andrsa-sha2-512
signature schemes (RSA keys with, respectively, the SHA-256 and SHA-512 hash algorithms.) This improves security and compatibility with recent OpenSSH releases. (OpenSSH v8.8 no longer supports thessh-rsa
signature scheme by default, sincessh-rsa
uses the now-defeated SHA-1 hash algorithm.) The built-in SSH client now also supports thePubkeyAcceptedAlgorithms
keyword in OpenSSH config files, which can be used to disable specific signature schemes that both the client and server support. -
The TurboVNC Server and Viewer now truncate both incoming and outgoing clipboard updates to the number of bytes specified by the
-maxclipboard
Xvnc argument or theMaxClipboard
TurboVNC Viewer parameter. Previously the server only truncated incoming clipboard updates, and the viewer truncated outgoing clipboard updates while ignoring incoming clipboard updates larger than 256 kB. -
Fixed an issue in the TurboVNC Viewer whereby specifying a key other than a function key (
F1
throughF12
) using theMenuKey
parameter caused "F1" to be selected in the "Menu key" combo box in the TurboVNC Viewer Options dialog. -
Fixed an error ("Security type not supported") that occurred when attempting to connect to a TurboVNC session using the TurboVNC Session Manager if the "VNC" security type was disabled in the TurboVNC Viewer (by way of the
SecurityTypes
,SendLocalUserName
, orUser
parameter or a corresponding check box in the TurboVNC Viewer Options dialog) and theSessMgrAuto
parameter was enabled. -
The TurboVNC Viewer now builds and runs on Macs with Apple silicon CPUs.