mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 2/2] neatvnc: version bump 0.5.4 -> 0.6.0
Date: Mon, 23 Jan 2023 12:48:33 +0100	[thread overview]
Message-ID: <20230123114833.2965578-2-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20230123114833.2965578-1-p.zabel@pengutronix.de>

Enable optional encryption and authentication support.

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

diff --git a/rules/neatvnc.in b/rules/neatvnc.in
index 17caeb7184c8..e910fbfb7355 100644
--- a/rules/neatvnc.in
+++ b/rules/neatvnc.in
@@ -11,6 +11,7 @@ menuconfig NEATVNC
 	select LIBDRM		if BUILDTIME
 	select MESALIB		if NEATVNC_GBM
 	select MESALIB_GBM	if NEATVNC_GBM
+	select GNUTLS		if NEATVNC_TLS
 	prompt "neatvnc"
 	help
 	  VNC Server library
@@ -31,4 +32,8 @@ config NEATVNC_OPENH264
 	depends on BROKEN
 	prompt "enable open h264 encoding"
 
+config NEATVNC_TLS
+	bool
+	prompt "enable encryption and authentication"
+
 endif
diff --git a/rules/neatvnc.make b/rules/neatvnc.make
index e26b704d5d98..b71b269ac4c6 100644
--- a/rules/neatvnc.make
+++ b/rules/neatvnc.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_NEATVNC) += neatvnc
 #
 # Paths and names
 #
-NEATVNC_VERSION	:= 0.5.4
-NEATVNC_MD5	:= 10a3cfdd13ea962b6ca977efa21233d9
+NEATVNC_VERSION	:= 0.6.0
+NEATVNC_MD5	:= 3a43fa75904990c023794b6057006c85
 NEATVNC		:= neatvnc-$(NEATVNC_VERSION)
 NEATVNC_SUFFIX	:= tar.gz
 NEATVNC_URL	:= https://github.com/any1/neatvnc/archive/refs/tags/v$(NEATVNC_VERSION).$(NEATVNC_SUFFIX)
@@ -40,7 +40,7 @@ NEATVNC_CONF_OPT	:=  \
 	-Djpeg=$(call ptx/endis,PTXCONF_NEATVNC_JPEG)d \
 	-Dsystemtap=false \
 	-Dtests=false \
-	-Dtls=disabled
+	-Dtls=$(call ptx/endis,PTXCONF_NEATVNC_TLS)d
 
 # ----------------------------------------------------------------------------
 # Target-Install
-- 
2.30.2




  reply	other threads:[~2023-01-23 11:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-23 11:48 [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0 Philipp Zabel
2023-01-23 11:48 ` Philipp Zabel [this message]
2023-02-08 11:50   ` [ptxdist] [APPLIED] neatvnc: version bump 0.5.4 -> 0.6.0 Michael Olbrich
2023-01-26  8:44 ` [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0 Michael Olbrich
2023-01-26  9:09   ` Philipp Zabel
2023-02-08 11:49 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230123114833.2965578-2-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox