* [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0
@ 2023-01-23 11:48 Philipp Zabel
2023-01-23 11:48 ` [ptxdist] [PATCH 2/2] neatvnc: version bump 0.5.4 -> 0.6.0 Philipp Zabel
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Philipp Zabel @ 2023-01-23 11:48 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
rules/aml.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/aml.make b/rules/aml.make
index 2d00329771c2..2335365872ff 100644
--- a/rules/aml.make
+++ b/rules/aml.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_AML) += aml
#
# Paths and names
#
-AML_VERSION := 0.2.2
-AML_MD5 := 042bbc97040ad7d122af65c11fd5ef29
+AML_VERSION := 0.3.0
+AML_MD5 := 72fad42e1b5efc3055055df6a7b5f1d8
AML := aml-$(AML_VERSION)
AML_SUFFIX := tar.gz
AML_URL := https://github.com/any1/aml/archive/refs/tags/v$(AML_VERSION).$(AML_SUFFIX)
--
2.30.2
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ptxdist] [PATCH 2/2] neatvnc: version bump 0.5.4 -> 0.6.0
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
2023-02-08 11:50 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-01-26 8:44 ` [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0 Michael Olbrich
2023-02-08 11:49 ` [ptxdist] [APPLIED] " Michael Olbrich
2 siblings, 1 reply; 6+ messages in thread
From: Philipp Zabel @ 2023-01-23 11:48 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0
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-01-26 8:44 ` Michael Olbrich
2023-01-26 9:09 ` Philipp Zabel
2023-02-08 11:49 ` [ptxdist] [APPLIED] " Michael Olbrich
2 siblings, 1 reply; 6+ messages in thread
From: Michael Olbrich @ 2023-01-26 8:44 UTC (permalink / raw)
To: Philipp Zabel; +Cc: ptxdist
On Mon, Jan 23, 2023 at 12:48:32PM +0100, Philipp Zabel wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
I think this breaks building wayvnc:
.../sysroot-target/usr/include/aml.h:27:2: error: #error "API has
changed! Please, observe the changes and acknowledge by defining
AML_UNSTABLE_API as 1 before including aml.h"
I've not looked at what goes on here. I just saw the error in my test
builds.
Michael
> ---
> rules/aml.make | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rules/aml.make b/rules/aml.make
> index 2d00329771c2..2335365872ff 100644
> --- a/rules/aml.make
> +++ b/rules/aml.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_AML) += aml
> #
> # Paths and names
> #
> -AML_VERSION := 0.2.2
> -AML_MD5 := 042bbc97040ad7d122af65c11fd5ef29
> +AML_VERSION := 0.3.0
> +AML_MD5 := 72fad42e1b5efc3055055df6a7b5f1d8
> AML := aml-$(AML_VERSION)
> AML_SUFFIX := tar.gz
> AML_URL := https://github.com/any1/aml/archive/refs/tags/v$(AML_VERSION).$(AML_SUFFIX)
> --
> 2.30.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0
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
0 siblings, 0 replies; 6+ messages in thread
From: Philipp Zabel @ 2023-01-26 9:09 UTC (permalink / raw)
To: ptxdist
On Thu, Jan 26, 2023 at 09:44:20AM +0100, Michael Olbrich wrote:
> On Mon, Jan 23, 2023 at 12:48:32PM +0100, Philipp Zabel wrote:
> > Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
>
> I think this breaks building wayvnc:
>
> .../sysroot-target/usr/include/aml.h:27:2: error: #error "API has
> changed! Please, observe the changes and acknowledge by defining
> AML_UNSTABLE_API as 1 before including aml.h"
>
> I've not looked at what goes on here. I just saw the error in my test
> builds.
Right, aml still makes incompatible API changes and I forgot to update
wayvnc as well. Sent a wayvnc version bump.
regards
Philipp
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [APPLIED] aml: version bump 0.2.2 -> 0.3.0
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-01-26 8:44 ` [ptxdist] [PATCH 1/2] aml: version bump 0.2.2 -> 0.3.0 Michael Olbrich
@ 2023-02-08 11:49 ` Michael Olbrich
2 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2023-02-08 11:49 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
Thanks, applied as c421c4acdcc8cbe90c40cdc5f3f29a2f1b24772a.
Michael
[sent from post-receive hook]
On Wed, 08 Feb 2023 12:49:59 +0100, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20230123114833.2965578-1-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/aml.make b/rules/aml.make
> index 2d00329771c2..2335365872ff 100644
> --- a/rules/aml.make
> +++ b/rules/aml.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_AML) += aml
> #
> # Paths and names
> #
> -AML_VERSION := 0.2.2
> -AML_MD5 := 042bbc97040ad7d122af65c11fd5ef29
> +AML_VERSION := 0.3.0
> +AML_MD5 := 72fad42e1b5efc3055055df6a7b5f1d8
> AML := aml-$(AML_VERSION)
> AML_SUFFIX := tar.gz
> AML_URL := https://github.com/any1/aml/archive/refs/tags/v$(AML_VERSION).$(AML_SUFFIX)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ptxdist] [APPLIED] neatvnc: version bump 0.5.4 -> 0.6.0
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
0 siblings, 0 replies; 6+ messages in thread
From: Michael Olbrich @ 2023-02-08 11:50 UTC (permalink / raw)
To: ptxdist; +Cc: Philipp Zabel
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-02-08 11:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [ptxdist] [APPLIED] " 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox