]> git.proxmox.com Git - vncterm.git/commitdiff
update libvncserver to 0.9.14
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 29 May 2023 15:14:55 +0000 (17:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 29 May 2023 15:56:10 +0000 (17:56 +0200)
we really should look into either avoding having a source tarball
here for just injecting some read/write hooks for some TLS stuff, or
just sunset the whole thing...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
LibVNCServer-0.9.13.tar.gz [deleted file]
LibVNCServer-0.9.14.tar.gz [new file with mode: 0644]
Makefile

diff --git a/LibVNCServer-0.9.13.tar.gz b/LibVNCServer-0.9.13.tar.gz
deleted file mode 100644 (file)
index e0d6242..0000000
Binary files a/LibVNCServer-0.9.13.tar.gz and /dev/null differ
diff --git a/LibVNCServer-0.9.14.tar.gz b/LibVNCServer-0.9.14.tar.gz
new file mode 100644 (file)
index 0000000..e28d003
Binary files /dev/null and b/LibVNCServer-0.9.14.tar.gz differ
index 36993b8e045e87ddab506991ea60f810c70f9178..0db572e4769dd68153108921653bef3781f1b0b2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ include /usr/share/dpkg/architecture.mk
 PACKAGE=vncterm
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
-VNCVER=0.9.13
+VNCVER=0.9.14
 VNCREL=LibVNCServer-${VNCVER}
 VNCDIR=libvncserver-${VNCREL}
 VNCSRC=${VNCREL}.tar.gz