Re: [ptxdist] [PATCH v3 1/3] host-gengetopt: add package

2020-06-05 Thread Michael Olbrich
On Fri, Jun 05, 2020 at 04:50:58PM +0200, Marian Cichy wrote: > I understand now that every new version should be a diff relative to the > previous version. However, I frigged up by generating v1 in a ptxdist-repo > and v2 in a BSP (and now v3 again in ptxdist). So a version-diff now will >

[ptxdist] [PATCH v3 2/2] libmodbus3: version bump 3.1.4 -> 3.1.6

2020-06-05 Thread Bastian Krause
The previous URL redirected to a new location, so use that. Signed-off-by: Bastian Krause --- Changes since v2: - README.md is not referenced in LIBMODBUS3_LICENSE_FILES anymore, so no need to update its line number Changes since (implicit) v1: - update line number of README.md referencing

[ptxdist] [PATCH v3 1/2] libmodbus3: correct license

2020-06-05 Thread Bastian Krause
libmodbus reverted its license with v3.0.0, commit 1275387 ("Revert libmodbus licence from LGPLv3 to LGPLv2.1") to LGPL-2.1-or-later. 820e15f ("SPDX: change LGPL-2.1+ to LGPL-2.1-or-later") updates the SPDX identifier in file headers to the recent version. The tests are licensed under

[ptxdist] [PATCH resend] libftdi1: version bump 1.1 -> 1.4

2020-06-05 Thread Bastian Krause
Signed-off-by: Bastian Krause --- This was part of series along with libmodbus3 license/version bump patches. Those patches are being discussed and at least a v2 is needed. This patch however has nothing to do with those, so resend it independently. --- rules/libftdi1.make | 4 ++-- 1 file

Re: [ptxdist] [PATCH v3 1/3] host-gengetopt: add package

2020-06-05 Thread Marian Cichy
I understand now that every new version should be a diff relative to the previous version. However, I frigged up by generating v1 in a ptxdist-repo and v2 in a BSP (and now v3 again in ptxdist). So a version-diff now will probably break everything. Sorry for the inconvenience. On 6/5/20 4:46

[ptxdist] [PATCH v3 1/3] host-gengetopt: add package

2020-06-05 Thread Marian Cichy
--- rules/host-gengetopt.in | 9 + rules/host-gengetopt.make | 26 ++ 2 files changed, 35 insertions(+) create mode 100644 rules/host-gengetopt.in create mode 100644 rules/host-gengetopt.make diff --git a/rules/host-gengetopt.in b/rules/host-gengetopt.in new

[ptxdist] [PATCH v3 2/3] bayer2rgb3: add package

2020-06-05 Thread Marian Cichy
--- patches/bayer2rgb3-0.4.1/autogen.sh | 1 + rules/bayer2rgb3.in | 18 +++ rules/bayer2rgb3.make | 49 + 3 files changed, 68 insertions(+) create mode 12 patches/bayer2rgb3-0.4.1/autogen.sh create mode 100644

[ptxdist] [PATCH v3 3/3] gst-bayer2rgb-neon: add package

2020-06-05 Thread Marian Cichy
--- patches/gst-bayer2rgb-neon-0.3/autogen.sh | 1 + rules/gst-bayer2rgb-neon.in | 11 + rules/gst-bayer2rgb-neon.make | 56 +++ 3 files changed, 68 insertions(+) create mode 12 patches/gst-bayer2rgb-neon-0.3/autogen.sh create mode 100644

Re: [ptxdist] [PULL] rules: add license information

2020-06-05 Thread Michael Olbrich
Hi, On Wed, May 27, 2020 at 01:22:04PM +0200, Roland Hieber wrote: > Felicitas has spent a good amount of time adding missing _LICENSE > and _LICENSE_FILES variables to (mostly older) package rules. I've > looked over her series, and there were some remaining Makefile syntax > errors, which I've

[ptxdist] [PATCH] host-softhsm: version bump 2.4.0 -> 2.6.1

2020-06-05 Thread Bastian Krause
Signed-off-by: Bastian Krause --- rules/host-softhsm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-softhsm.make b/rules/host-softhsm.make index 7358c620a..b352f8162 100644 --- a/rules/host-softhsm.make +++ b/rules/host-softhsm.make @@ -14,8 +14,8 @@

Re: [ptxdist] [PATCH] openvpn: enable iproute2

2020-06-05 Thread Michael Olbrich
On Fri, Jun 05, 2020 at 11:27:57AM +0200, Ladislav Michl wrote: > On Fri, Jun 05, 2020 at 10:41:37AM +0200, Michael Olbrich wrote: > > On Thu, Jun 04, 2020 at 08:32:40AM +0200, Ladislav Michl wrote: > > > Use (rt)netlink interface provided by 'ip' tool by default. > > > > > > Signed-off-by:

[ptxdist] [PATCH v2] openvpn: enable iproute2

2020-06-05 Thread Ladislav Michl
Use (rt)netlink interface provided by 'ip' tool by default. Signed-off-by: Ladislav Michl --- CHANGES: -v2: simplify according mol comment rules/openvpn.in | 5 ++--- rules/openvpn.make | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/openvpn.in

[ptxdist] [PATCH] opus: version bump 1.2.1 -> 1.3.1

2020-06-05 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/opus.make | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rules/opus.make b/rules/opus.make index 852c4eff2b98..2ee347ad9257 100644 --- a/rules/opus.make +++ b/rules/opus.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_OPUS) += opus

Re: [ptxdist] [PATCH] openvpn: enable iproute2

2020-06-05 Thread Ladislav Michl
On Fri, Jun 05, 2020 at 10:41:37AM +0200, Michael Olbrich wrote: > On Thu, Jun 04, 2020 at 08:32:40AM +0200, Ladislav Michl wrote: > > Use (rt)netlink interface provided by 'ip' tool by default. > > > > Signed-off-by: Ladislav Michl > > --- > > rules/openvpn.in | 13 +++-- > >

Re: [ptxdist] [PATCH] openvpn: enable iproute2

2020-06-05 Thread Michael Olbrich
On Thu, Jun 04, 2020 at 08:32:40AM +0200, Ladislav Michl wrote: > Use (rt)netlink interface provided by 'ip' tool by default. > > Signed-off-by: Ladislav Michl > --- > rules/openvpn.in | 13 +++-- > rules/openvpn.make | 2 +- > 2 files changed, 8 insertions(+), 7 deletions(-) > >

[ptxdist] [ANNOUNCE] PTXdist 2020.06.0 released

2020-06-05 Thread Michael Olbrich
Hi, I'm happy to announce that I've just released ptxdist-2020.06.0. It's a bigger release this time including some changes that may require small modifications to the BSP when upgrading. The code signing infrastructure was improved. The rauc package and the corresponding image now make use of

Re: [ptxdist] [APPLIED] ptxdist: add licensecheck command

2020-06-05 Thread Michael Olbrich
Thanks, applied as d397238e966fe54cc2e9ad2234474e41ae863c1c. Michael [sent from post-receive hook] On Fri, 05 Jun 2020 07:59:06 +0200, Roland Hieber wrote: > Make it possible to check all MD5 sums of license files by building all > report stages without also building the license report (which