mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] neatvnc: version bump 0.5.4 -> 0.6.0
Date: Wed,  8 Feb 2023 12:50:00 +0100	[thread overview]
Message-ID: <20230208115000.2010521-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230123114833.2965578-2-p.zabel@pengutronix.de>

Thanks, applied as 9486cf1391d432f6935a62676b5a0242f37b08c7.

Michael

[sent from post-receive hook]

On Wed, 08 Feb 2023 12:50:00 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Enable optional encryption and authentication support.
> 
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230123114833.2965578-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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



  reply	other threads:[~2023-02-08 11:50 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 ` [ptxdist] [PATCH 2/2] neatvnc: version bump 0.5.4 -> 0.6.0 Philipp Zabel
2023-02-08 11:50   ` Michael Olbrich [this message]
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=20230208115000.2010521-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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