diff mbox series

[meta-oe,1/2] tigervnc: upgrade 1.16.0 -> 1.16.2

Message ID 20260401064559.243277-1-skandigraun@gmail.com
State Under Review
Headers show
Series [meta-oe,1/2] tigervnc: upgrade 1.16.0 -> 1.16.2 | expand

Commit Message

Gyorgy Sarvari April 1, 2026, 6:45 a.m. UTC
Contains fix for CVE-2026-34352.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 .../tigervnc/{tigervnc_1.16.0.bb => tigervnc_1.16.2.bb}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/tigervnc/{tigervnc_1.16.0.bb => tigervnc_1.16.2.bb} (98%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb
similarity index 98%
rename from meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb
rename to meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb
index 6e8e80f283..c9b0cd2404 100644
--- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.0.bb
+++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.16.2.bb
@@ -16,9 +16,9 @@  REQUIRED_DISTRO_FEATURES = "x11 pam"
 # out-of-tree builds.
 B = "${S}"
 
-SRCREV = "dc50022844dfad0a0e195d54b8499fcf242fff0c"
+SRCREV = "b555312d70d7ff017f866649a7e7167af4eb8fca"
 
-SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.16-branch;protocol=https \
+SRC_URI = "git://github.com/TigerVNC/tigervnc.git;branch=1.16-branch;protocol=https;tag=v${PV} \
            file://0001-do-not-build-tests-sub-directory.patch \
            file://0002-add-missing-dynamic-library-to-FLTK_LIBRARIES.patch \
            file://0003-tigervnc-add-fPIC-option-to-COMPILE_FLAGS.patch \