All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next v2 1/4] package/libvncserver: bump to version 0.9.15
@ 2025-12-03 19:56 Bernd Kuhls
  2025-12-03 19:56 ` [Buildroot] [PATCH/next v2 2/4] package/libvncserver: enable websocket server Bernd Kuhls
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Bernd Kuhls @ 2025-12-03 19:56 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Hitz

From: Christian Hitz <christian.hitz@bbv.ch>

Fixes building with OpenSSL >= 3.0.0.

For more details on the version bump, see the release notes:
  - https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.15

Signed-off-by: Christian Hitz <christian.hitz@bbv.ch>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
v2: no changes

 package/libvncserver/libvncserver.hash | 2 +-
 package/libvncserver/libvncserver.mk   | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/libvncserver/libvncserver.hash b/package/libvncserver/libvncserver.hash
index 225c42e46a..127a163fe2 100644
--- a/package/libvncserver/libvncserver.hash
+++ b/package/libvncserver/libvncserver.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  83104e4f7e28b02f8bf6b010d69b626fae591f887e949816305daebae527c9a5  LibVNCServer-0.9.14.tar.gz
+sha256  62352c7795e231dfce044beb96156065a05a05c974e5de9e023d688d8ff675d7  libvncserver-0.9.15.tar.gz
 sha256  4d23c8c814e5baf007d854f01d8502e77dc56a41144934e003fb32c4e052d20f  COPYING
diff --git a/package/libvncserver/libvncserver.mk b/package/libvncserver/libvncserver.mk
index 082f838f12..c6cbc834f6 100644
--- a/package/libvncserver/libvncserver.mk
+++ b/package/libvncserver/libvncserver.mk
@@ -4,9 +4,8 @@
 #
 ################################################################################
 
-LIBVNCSERVER_VERSION = 0.9.14
-LIBVNCSERVER_SOURCE = LibVNCServer-$(LIBVNCSERVER_VERSION).tar.gz
-LIBVNCSERVER_SITE = https://github.com/LibVNC/libvncserver/archive
+LIBVNCSERVER_VERSION = 0.9.15
+LIBVNCSERVER_SITE = $(call github,LibVNC,libvncserver,LibVNCServer-$(LIBVNCSERVER_VERSION))
 LIBVNCSERVER_LICENSE = GPL-2.0+
 LIBVNCSERVER_LICENSE_FILES = COPYING
 LIBVNCSERVER_CPE_ID_VALID = YES
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-12-08  7:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-03 19:56 [Buildroot] [PATCH/next v2 1/4] package/libvncserver: bump to version 0.9.15 Bernd Kuhls
2025-12-03 19:56 ` [Buildroot] [PATCH/next v2 2/4] package/libvncserver: enable websocket server Bernd Kuhls
2025-12-03 19:56 ` [Buildroot] [PATCH/next v2 3/4] package/libvncserver: install storepasswd tool Bernd Kuhls
2025-12-03 19:56 ` [Buildroot] [PATCH/next 4/4] package/libvncserver: fix cmake 4 compatibility Bernd Kuhls
2025-12-07 14:28   ` Thomas Petazzoni via buildroot
2025-12-07 14:27 ` [Buildroot] [PATCH/next v2 1/4] package/libvncserver: bump to version 0.9.15 Thomas Petazzoni via buildroot
2025-12-08  7:13   ` Christian Hitz via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.