mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] neatvnc: version bump 0.6.0 -> 0.7.1
@ 2023-11-28  9:52 Philipp Zabel
  2023-11-28  9:52 ` [ptxdist] [PATCH 2/2] weston: version bump 12.0.2 -> 13.0.0 Philipp Zabel
  2023-12-07 11:09 ` [ptxdist] [APPLIED] neatvnc: version bump 0.6.0 -> 0.7.1 Michael Olbrich
  0 siblings, 2 replies; 3+ messages in thread
From: Philipp Zabel @ 2023-11-28  9:52 UTC (permalink / raw)
  To: ptxdist; +Cc: Philipp Zabel

https://github.com/any1/neatvnc/releases/tag/v0.7.1

Incompatible API change in nvnc_enable_auth().

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/neatvnc.in   | 5 +++++
 rules/neatvnc.make | 5 +++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/rules/neatvnc.in b/rules/neatvnc.in
index 0d0030ba772c..d962bf1907b9 100644
--- a/rules/neatvnc.in
+++ b/rules/neatvnc.in
@@ -12,6 +12,7 @@ menuconfig NEATVNC
 	select MESALIB		if NEATVNC_GBM
 	select MESALIB_GBM	if NEATVNC_GBM
 	select GNUTLS		if NEATVNC_TLS
+	select NETTLE		if NEATVNC_NETTLE
 	prompt "neatvnc                       "
 	help
 	  VNC Server library
@@ -36,4 +37,8 @@ config NEATVNC_TLS
 	bool
 	prompt "enable encryption and authentication"
 
+config NEATVNC_NETTLE
+	bool
+	prompt "enable websocket support"
+
 endif
diff --git a/rules/neatvnc.make b/rules/neatvnc.make
index b71b269ac4c6..c4e63a2259a0 100644
--- a/rules/neatvnc.make
+++ b/rules/neatvnc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NEATVNC) += neatvnc
 #
 # Paths and names
 #
-NEATVNC_VERSION	:= 0.6.0
-NEATVNC_MD5	:= 3a43fa75904990c023794b6057006c85
+NEATVNC_VERSION	:= 0.7.1
+NEATVNC_MD5	:= 230c9d236686d79d9f72e96c9842b70a
 NEATVNC		:= neatvnc-$(NEATVNC_VERSION)
 NEATVNC_SUFFIX	:= tar.gz
 NEATVNC_URL	:= https://github.com/any1/neatvnc/archive/refs/tags/v$(NEATVNC_VERSION).$(NEATVNC_SUFFIX)
@@ -38,6 +38,7 @@ NEATVNC_CONF_OPT	:=  \
 	-Dgbm=$(call ptx/endis,PTXCONF_NEATVNC_GBM)d \
 	-Dh264=$(call ptx/endis,PTXCONF_NEATVNC_OPENH264)d \
 	-Djpeg=$(call ptx/endis,PTXCONF_NEATVNC_JPEG)d \
+	-Dnettle=$(call ptx/endis,PTXCONF_NEATVNC_NETTLE)d \
 	-Dsystemtap=false \
 	-Dtests=false \
 	-Dtls=$(call ptx/endis,PTXCONF_NEATVNC_TLS)d
-- 
2.39.2




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

end of thread, other threads:[~2023-12-07 11:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28  9:52 [ptxdist] [PATCH 1/2] neatvnc: version bump 0.6.0 -> 0.7.1 Philipp Zabel
2023-11-28  9:52 ` [ptxdist] [PATCH 2/2] weston: version bump 12.0.2 -> 13.0.0 Philipp Zabel
2023-12-07 11:09 ` [ptxdist] [APPLIED] neatvnc: version bump 0.6.0 -> 0.7.1 Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox