From e97091b1596fe91bed5fa8a66f98d68b1d88852e Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Fri, 31 Oct 2025 13:33:14 +1300 Subject: [PATCH] neatvnc: upgrade 0.8.0 -> 0.8.1 Changelog https://github.com/any1/neatvnc/compare/v0.8.0...v0.8.1 This release fixes CVE-2024-42458 Details https://nvd.nist.gov/vuln/detail/cve-2024-42458 Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../neatvnc/{neatvnc_0.8.0.bb => neatvnc_0.8.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/neatvnc/{neatvnc_0.8.0.bb => neatvnc_0.8.1.bb} (89%) diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.0.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb similarity index 89% rename from meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.0.bb rename to meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb index c9c4a6c27a..9065050c62 100644 --- a/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.0.bb +++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.8.1.bb @@ -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=master;protocol=https" +SRC_URI = "git://github.com/any1/neatvnc;branch=v0.8;protocol=https" -SRCREV = "46432ce8cade0b54a38d4bb42eb07f96c8ff49fd" +SRCREV = "07081567ab21a2b099ceb41ae8cab872a31cbb9a" S = "${WORKDIR}/git"