[ptxdist] [PATCH] modemmanager: version bump 1.18.10 -> 1.18.12

2022-09-29 Thread Bruno Thomsen
NEWS ModemManager 1.18.12 https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/commit/180c171e8d10340b2bb618f4e2bf2fc6eb13b0e6 This release fixes a bearer issue that is caused by longer network registration time after 2G and 3G network shutdown in Europe.

[ptxdist] [PATCH v2 3/3] util-linux-ng: Rename to util-linux

2022-09-29 Thread Ladislav Michl
From: Ladislav Michl The util-linux-ng project has been renamed back to util-linux as per maintainer's annoucement dated 1 Dec 2010: https://lkml.org/lkml/2010/12/1/464 Signed-off-by: Ladislav Michl --- CHANGES: v2: - rebased on top of previous patch - -M10% option to format-patch to

[ptxdist] [PATCH 2/3] util-linux-ng: Use for loop to install libs and tools

2022-09-29 Thread Ladislav Michl
From: Ladislav Michl Options are sorted alphabetically inside each group. Please keep it that way. Signed-off-by: Ladislav Michl --- CHANGES: - v2: $(ptx/nl) instead of ; rules/util-linux-ng.make | 240 --- 1 file changed, 74 insertions(+), 166

[ptxdist] [PATCH v2 1/3] util-linux-ng: Sort config entries

2022-09-29 Thread Ladislav Michl
From: Ladislav Michl Split menu entries into groups and sort them alphabetically. Signed-off-by: Ladislav Michl --- CHANGES: - v2: None rules/util-linux-ng.in | 610 + 1 file changed, 312 insertions(+), 298 deletions(-) diff --git

[ptxdist] [PATCH] treewide: use $(ptx/nl) instead of ; in foreach loops

2022-09-29 Thread Ladislav Michl
From: Ladislav Michl Signed-off-by: Ladislav Michl --- rules/barebox.make| 2 +- rules/connman.make| 2 +- rules/easy-rsa.make | 4 ++-- rules/ecryptfs-utils.make | 2 +- rules/gtk-engines.make| 2 +- rules/kbd.make| 2 +- rules/libdrm.make | 3 ++-

[ptxdist] [PATCH v4 4/5] lz4: version bump to 1.9.4 + adjust license files checksum

2022-09-29 Thread Marc Kleine-Budde
- LICENSE: Paragraph about '`programs`, `tests` or `examples`' was changed from 'receive more limited attention and support for such scenario.' to 'are intended to be used "as is", as part of their intended scenarios, with no intention to support 3rd party integration use cases.' -

[ptxdist] [PATCH v4 5/5] nettle: version bump to 3.8.1

2022-09-29 Thread Marc Kleine-Budde
Signed-off-by: Marc Kleine-Budde --- rules/nettle.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/nettle.make b/rules/nettle.make index c27f2116be66..43e0b41581e9 100644 --- a/rules/nettle.make +++ b/rules/nettle.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH v4 3/5] dhcp: version bump to 4.4.3 + adjust license files checksum

2022-09-29 Thread Marc Kleine-Budde
- LICENSE: Copyright years changed from "2004-2020" to "2004-2022". Paragraph 'THE SOFTWARE IS PROVIDED "AS IS"' removed. Address of "Internet Systems Consortium, Inc." removed. - server/ldap.c: Copyright years changed from "2010-2019" to "2010-2022". - server/ldap_casa.c: removed

[ptxdist] [PATCH v4 1/5] libcurl: fix configure if no SSL backend is selected

2022-09-29 Thread Marc Kleine-Budde
If no SSL backend is selected configure will fail with the following error: | configure: error: TLS not detected, you will not be able to use HTTPS, FTPS, NTLM and more. | Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls, | --with-nss, --with-schannel, --with-secure-transport,

[ptxdist] [PATCH v4 2/5] bind: version bump to 9.11.37 + adjust license files checksum

2022-09-29 Thread Marc Kleine-Budde
- COPYRIGHT: Copyright years changed from "1996-2021" to "1996-2022". Signed-off-by: Marc Kleine-Budde --- rules/bind.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/bind.make b/rules/bind.make index b547eeff0993..18eac0eaee50 100644 --- a/rules/bind.make

[ptxdist] [PATCH v4 0/5] various version bumps

2022-09-29 Thread Marc Kleine-Budde
this series contains a few versions bumps and a configure fix for libcurl with deactivated ssl backend. regards, Marc changes since v1: https://lore.ptxdist.org/ptxdist/20220920125705.2728029-1-...@pengutronix.de - clarify subject and patch description for 1/7 changes since v2:

Re: [ptxdist] [PATCH v3 2/5] bind: version bump to 9.11.37 + adjust license files checksum

2022-09-29 Thread Michael Olbrich
Hi, I meant, adding to the commit message what change in the license. Real changes? Whitespaces? Copyright year? Same for the other patches. Michael On Wed, Sep 28, 2022 at 02:16:06PM +0200, Marc Kleine-Budde wrote: > Signed-off-by: Marc Kleine-Budde > --- > rules/bind.make | 6 +++--- > 1

Re: [ptxdist] [PATCH] util-linux-ng: Rename to util-linux

2022-09-29 Thread Michael Olbrich
On Sun, Sep 25, 2022 at 10:10:06AM +0200, Ladislav Michl wrote: > From: Ladislav Michl > > The util-linux-ng project has been renamed back to util-linux as > per maintainer's annoucement dated 1 Dec 2010: > https://lkml.org/lkml/2010/12/1/464 > > Signed-off-by: Ladislav Michl > --- > This one

Re: [ptxdist] [PATCH 2/2] util-linux-ng: Use for loop to install libs and tools

2022-09-29 Thread Michael Olbrich
On Sat, Sep 24, 2022 at 10:19:42PM +0200, Ladislav Michl wrote: > From: Ladislav Michl > Date: Sat, 24 Sep 2022 21:42:39 +0200 > > Options are sorted alphabetically inside each group. Please keep > it that way. > > Signed-off-by: Ladislav Michl > --- > rules/util-linux-ng.make | 239