From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Feb 2023 12:50:59 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pPiya-000W43-Um for lore@lore.pengutronix.de; Wed, 08 Feb 2023 12:50:59 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1pPiyW-0004XW-PJ; Wed, 08 Feb 2023 12:50:56 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pPixe-0000y7-L2; Wed, 08 Feb 2023 12:50:02 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pPixc-003VO2-JE; Wed, 08 Feb 2023 12:50:01 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pPixc-008R2W-S0; Wed, 08 Feb 2023 12:50:00 +0100 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Wed, 8 Feb 2023 12:50:00 +0100 Message-Id: <20230208115000.2010521-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20230123114833.2965578-2-p.zabel@pengutronix.de> References: <20230123114833.2965578-2-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] neatvnc: version bump 0.5.4 -> 0.6.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 9486cf1391d432f6935a62676b5a0242f37b08c7. Michael [sent from post-receive hook] On Wed, 08 Feb 2023 12:50:00 +0100, Philipp Zabel wrote: > Enable optional encryption and authentication support. > > Signed-off-by: Philipp Zabel > Message-Id: <20230123114833.2965578-2-p.zabel@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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