neatvnc: upgrade 0.7.2 -> 0.8.0

Changelog:
===========
-Apple's Diffie-Hellman authentication (security type 30) has been fixed.
-A new client connection no longer causes a DNS lookup.
-Clients are now allowed to request more than 32 encodings
-Zlib streams are now preserved when a client switches between encodings

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-03-06 16:43:12 +08:00 committed by Khem Raj
parent 3feaaf5424
commit f80a69be04
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -4,9 +4,9 @@ HOMEPAGE = "https://github.com/any1/neatvnc"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://COPYING;md5=94fc374e7174f41e3afe0f027ee59ff7"
SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https"
SRC_URI = "git://github.com/any1/neatvnc;branch=master;protocol=https"
SRCREV = "14619e6281136a02e376ad23e3cfaedc8de00ffb"
SRCREV = "46432ce8cade0b54a38d4bb42eb07f96c8ff49fd"
S = "${WORKDIR}/git"