From c78ad7b943ae3128e31dea1f10d3981a73273b72f682664c736eb1d32e0e2d07 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 5 Oct 2023 07:45:40 +0000 Subject: [PATCH] - Update to 0.7.0: * Desktop resizing * Software pixel buffers with less than 32 bits per pixel are now supported * The server may now choose to open a websocket instead of a regular TCP socket * The RSA-AES and RSA-AES-256 security types have now been implemented * A Diffie-Hellman based security type frame Apple is also implemented, although not recommended * Murmurhash in the damage refinery has been replaced with xxHash, which performs much better in my tests so far * Users should now get proper feedback when authentication fails OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/neatvnc?expand=0&rev=17 --- neatvnc.changes | 14 ++++++++++++++ neatvnc.spec | 2 +- v0.6.0.tar.gz | 3 --- v0.7.0.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v0.6.0.tar.gz create mode 100644 v0.7.0.tar.gz diff --git a/neatvnc.changes b/neatvnc.changes index 9aee7b1..3bc1c96 100644 --- a/neatvnc.changes +++ b/neatvnc.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 5 07:44:56 UTC 2023 - Michael Vetter + +- Update to 0.7.0: + * Desktop resizing + * Software pixel buffers with less than 32 bits per pixel are now supported + * The server may now choose to open a websocket instead of a regular TCP socket + * The RSA-AES and RSA-AES-256 security types have now been implemented + * A Diffie-Hellman based security type frame Apple is also implemented, + although not recommended + * Murmurhash in the damage refinery has been replaced with xxHash, + which performs much better in my tests so far + * Users should now get proper feedback when authentication fails + ------------------------------------------------------------------- Mon Jan 23 16:37:06 UTC 2023 - Michael Vetter diff --git a/neatvnc.spec b/neatvnc.spec index 9df0910..83e0283 100644 --- a/neatvnc.spec +++ b/neatvnc.spec @@ -19,7 +19,7 @@ %define libsoname libneatvnc0 Name: neatvnc -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: A VNC server library License: ISC diff --git a/v0.6.0.tar.gz b/v0.6.0.tar.gz deleted file mode 100644 index cb9ad82..0000000 --- a/v0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20c5ff0d0a7d4dff404619d653b465df08e5e856eb7faec34ffd5624b8fa653a -size 578084 diff --git a/v0.7.0.tar.gz b/v0.7.0.tar.gz new file mode 100644 index 0000000..ec3373a --- /dev/null +++ b/v0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c015e746ed42483107a1b711552cc3fb13a4d71993948d27b19b559746fcf7 +size 660642