aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-09-22 17:59:41 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-22 07:36:16 -0700
commit658fb2a8efcc3f78d37a91ec23a60d7e2786d4a5 (patch)
tree5384c362c610fab2ebd4d592a4c9736850c508d2
parentdbdea59838054f9c908533d486cf3c0c2897c791 (diff)
downloadmeta-openembedded-contrib-658fb2a8efcc3f78d37a91ec23a60d7e2786d4a5.tar.gz
libvncserver: update to 0.9.14
0.9.14 represents a gradual improvement over 0.9.13 with lots of developments all over the place. 40 issues and pull requests were closed/merged with this release. Highlights on the LibVNCServer side are a refined multi-threaded implementation, support for Unicode clipboard data Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb (renamed from meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb
index 93f6951739..50bdad57d5 100644
--- a/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.13.bb
+++ b/meta-oe/recipes-graphics/libvncserver/libvncserver_0.9.14.bb
@@ -45,7 +45,7 @@ FILES:libvncclient = "${libdir}/libvncclient.*"
inherit cmake
SRC_URI = "git://github.com/LibVNC/libvncserver;branch=master;protocol=https"
-SRCREV = "2aa20dad4c23c18948d3f63b33f9dfec1f837729"
+SRCREV = "10e9eb75f73e973725dc75c373de5d89807af028"
S = "${WORKDIR}/git"