[ptxdist] [PATCH v2] gettext: add envsubst option

2019-08-26 Thread Lars Pedersen
For environment variable templating Signed-off-by: Lars Pedersen --- v2: Fix prompt spacing and remove default line rules/gettext.in | 15 +-- rules/gettext.make | 4 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/rules/gettext.in b/rules/gettext.in index

[ptxdist] [PATCH] u-boot: Add u-boot-dtb.imx install option

2019-07-29 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- platforms/u-boot.in | 8 rules/u-boot.make | 3 +++ 2 files changed, 11 insertions(+) diff --git a/platforms/u-boot.in b/platforms/u-boot.in index d474e64e3..9bac4a758 100644 --- a/platforms/u-boot.in +++ b/platforms/u-boot.in @@ -137,6 +137,14

[ptxdist] [PATCH] Install configuration files for systemd-modules-load.service

2019-07-23 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/systemd.in | 5 + rules/systemd.make | 4 2 files changed, 9 insertions(+) diff --git a/rules/systemd.in b/rules/systemd.in index 5ce43b99c..c7f410cf7 100644 --- a/rules/systemd.in +++ b/rules/systemd.in @@ -169,6 +169,11 @@ config

[ptxdist] [PATCH] grep: version bump 2.26 -> 3.3

2019-07-24 Thread Lars Pedersen
No new configure options Signed-off-by: Lars Pedersen --- rules/grep.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/grep.make b/rules/grep.make index 6e6a78416..c73da1b04 100644 --- a/rules/grep.make +++ b/rules/grep.make @@ -15,8 +15,8 @@ PACKAGES

[ptxdist] [PATCH] modemmanager: version bump 1.8.2 -> 1.10.2

2019-07-24 Thread Lars Pedersen
No new configure options Signed-off-by: Lars Pedersen --- rules/modemmanager.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index b80c6d5f5..827999896 100644 --- a/rules/modemmanager.make +++ b/rules

[ptxdist] [PATCH v2] modemmanager: version bump 1.8.2 -> 1.10.2

2019-07-24 Thread Lars Pedersen
No new configure options Signed-off-by: Lars Pedersen --- v2: Don't add CREDITS details again rules/modemmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index b80c6d5f5..f3d0a17f8 100644 --- a/rules

[ptxdist] [PATCH] modemmanager: version bump 1.8.2 -> 1.10.4

2019-07-26 Thread Lars Pedersen
No new configure options Signed-off-by: Lars Pedersen --- rules/modemmanager.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index b80c6d5f5..c74ce76db 100644 --- a/rules/modemmanager.make +++ b/rules

Re: [ptxdist] [PATCH v2] modemmanager: version bump 1.8.2 -> 1.10.2

2019-07-26 Thread Lars Pedersen
Did see that it already was that old. So I created an new patch for 1.10.4. On Wed, 24 Jul 2019 at 18:24, Ladislav Michl wrote: > > Hello Lars, > > as 1.10.4 is few weeks old already, what about bumping to that version > instead? > > On Wed, Jul 24, 2019 at 02:32:23PM +0200

[ptxdist] [PATCH] strongswan: Version bump 5.6.1 -> 5.8.1

2019-11-18 Thread Lars Pedersen
. Option to set sysconfdir. Default /etc. Signed-off-by: Lars Pedersen --- rules/strongswan.in | 25 ++-- rules/strongswan.make | 129 ++ 2 files changed, 76 insertions(+), 78 deletions(-) diff --git a/rules/strongswan.in b/rules/strongswan.in index

[ptxdist] [PATCH v2] python3-iniherit: new package

2019-12-04 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- v2: - Removed dependency on host-python3-setuptools - Fixed glob to only install pyc files - Added license files field rules/python3-iniherit.in | 8 ++ rules/python3-iniherit.make | 54 + 2 files changed, 62

[ptxdist] [PATCH v2] python3-text-unidecode: new package

2019-12-04 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- v2: - Removed dependency for host-python3-setuptools - Fixed glob install. Now only installs pyc and bin files - Added license_files field - Fixed license name to short name SPDX identifier rules/python3-text-unidecode.in | 8 rules/python3-text

[ptxdist] [PATCH] python3-setuptools: bugfix license_files name

2019-12-04 Thread Lars Pedersen
Wrong license_files field name used. Signed-off-by: Lars Pedersen --- rules/python3-setuptools.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make index 935260741..4e3552a5f 100644 --- a/rules/python3

[ptxdist] [PATCH v2] strongswan: Version bump 5.6.1 -> 5.8.1

2019-12-05 Thread Lars Pedersen
-by: Lars Pedersen --- v2: - Install_lib and plugins installed like before - Set rpath to /usr/lib/plugins - Add license_files field rules/strongswan.in | 25 ++-- rules/strongswan.make | 91 --- 2 files changed, 81 insertions(+), 35 deletions

[ptxdist] [PATCH] host-python3-setuptools: version bump 40.4.3->41.6.0

2019-11-19 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/host-python3-setuptools.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/host-python3-setuptools.make b/rules/host-python3-setuptools.make index cb9b0b5f9..64b058674 100644 --- a/rules/host-python3-setuptools.make +++ b

[ptxdist] [PATCH] python3-text-unidecode: new package

2019-11-19 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-text-unidecode.in | 9 + rules/python3-text-unidecode.make | 63 +++ 2 files changed, 72 insertions(+) create mode 100644 rules/python3-text-unidecode.in create mode 100644 rules/python3-text-unidecode.make diff

[ptxdist] [PATCH] python3-setuptools: new package

2019-11-19 Thread Lars Pedersen
Add python3-setuptools to target as some packages requires the pkg_resources module. Signed-off-by: Lars Pedersen --- rules/python3-setuptools.in | 10 ++ rules/python3-setuptools.make | 60 +++ 2 files changed, 70 insertions(+) create mode 100644 rules

[ptxdist] [PATCH] python3-iniherit: new package

2019-11-19 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-iniherit.in | 9 +++ rules/python3-iniherit.make | 52 + 2 files changed, 61 insertions(+) create mode 100644 rules/python3-iniherit.in create mode 100644 rules/python3-iniherit.make diff --git a/rules

[ptxdist] [PATCH] python3-yoyo-migrations: new package

2019-11-19 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-yoyo-migrations.in | 11 + rules/python3-yoyo-migrations.make | 76 ++ 2 files changed, 87 insertions(+) create mode 100644 rules/python3-yoyo-migrations.in create mode 100644 rules/python3-yoyo-migrations.make

[ptxdist] [PATCH v2] python3-setuptools: new package

2019-11-26 Thread Lars Pedersen
Add python3-setuptools to target as some packages requires the pkg_resources module. Signed-off-by: Lars Pedersen --- v2: - Cleanup in host package since we now have a target package - Updated license to MIT - Added license_files field - Removed cleanup step rules/host-python3-setuptools.make

Re: [ptxdist] [PATCH v2] strongswan: Version bump 5.6.1 -> 5.8.1

2019-11-26 Thread Lars Pedersen
DED) Shared library: [libstrongswan.so.0] 0x0001 (NEEDED) Shared library: [libcharon.so.0] 0x0001 (NEEDED) Shared library: [libc.so.6] 0x0001 (NEEDED) Shared library: [ld-linux.so.3] ... /Lars Pedersen ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH v3] python3-iniherit: new package

2019-12-05 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- v2: - Removed dependency on host-python3-setuptools - Fixed glob to only install pyc files - Added license files field v3: - Fixed in file tab indentation rules/python3-iniherit.in | 8 ++ rules/python3-iniherit.make | 54

[ptxdist] [PATCH v3] python3-text-unidecode: new package

2019-12-05 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- v2: - Removed dependency for host-python3-setuptools - Fixed glob install. Now only installs pyc and bin files - Added license_files field - Fixed license name to short name SPDX identifier v3: - Removed default clean step rules/python3-text-unidecode.in | 8

Re: [ptxdist] [PATCH v3] strongswan: Version bump 5.6.1 -> 5.8.2

2020-02-03 Thread Lars Pedersen
ends swanctl.conf. https://wiki.strongswan.org/projects/strongswan/wiki/SwanctlDirectory "conf.d Config snippets, included via include conf.d/*.conf in the default swanctl.conf file since 5.6.0" So your fixup sounds fine by me. /Lars Pedersen ___ ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] strongswan: Fix swanctl build without systemd

2020-02-17 Thread Lars Pedersen
Fix compile error when selecting swanctl without systemd. Need either charon-systemd or charon plugin for strongswan. Signed-off-by: Lars Pedersen --- rules/strongswan.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index

Re: [ptxdist] [PATCH v3] strongswan: Version bump 5.6.1 -> 5.8.2

2020-02-17 Thread Lars Pedersen
I'll will create a patch that proposes a fix. I found out that strongswan always need either charon (enable-charon option) or charon-systemd(enable-systemd option). So the bug was that both were disabled when using swanctl without systemd. /Lars Pedersen. On Mon, 17 Feb 2020 at 11:19, Michael

[ptxdist] [PATCH v3] strongswan: Version bump 5.6.1 -> 5.8.2

2020-01-13 Thread Lars Pedersen
Add swanctl support which replaces the old starter, ipsec and stroke backend. Swanctl is only tested with systemd. https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd Signed-off-by: Lars Pedersen --- v3: - Removed unnecessary configuration options - Install/enable strongswan

[ptxdist] [PATCH] strongswan: Version bump 5.8.2 -> 5.8.4

2020-05-13 Thread Lars Pedersen
No new configure options Signed-off-by: Lars Pedersen --- rules/strongswan.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 4ec183ae4..dddf88754 100644 --- a/rules/strongswan.make +++ b/rules/strongswan.make

[ptxdist] [PATCH] Bugfix: python3-urllib3: wrong location

2020-11-24 Thread Lars Pedersen
Fixes: 70199fad77ee ("python3-urllib3: new package") For some reason the patch ended up in the wrong location. Signed-off-by: Lars Pedersen --- python3-urllib3.in => rules/python3-urllib3.in | 0 python3-urllib3.make => rules/python3-urllib3.make | 0 2 files changed, 0

[ptxdist] [PATCH] python3-urllib3: new package

2020-11-11 Thread Lars Pedersen
Urllib3 is a powerful, user-friendly HTTP client for Python Signed-off-by: Lars Pedersen --- python3-urllib3.in | 8 +++ python3-urllib3.make | 54 2 files changed, 62 insertions(+) create mode 100644 python3-urllib3.in create mode 100644

[ptxdist] [PATCH] python3-adbus: new package

2020-11-11 Thread Lars Pedersen
D-Bus Binding for Python utilizing the Python’s asyncio module. Requires libsystemd (sd-bus). Signed-off-by: Lars Pedersen --- rules/python3-adbus.in | 11 +++ rules/python3-adbus.make | 63 2 files changed, 74 insertions(+) create mode 100644

[ptxdist] [PATCH v2] python3-adbus: new package

2020-11-17 Thread Lars Pedersen
D-Bus Binding for Python utilizing the Python’s asyncio module. Requires libsystemd (sd-bus). Signed-off-by: Lars Pedersen --- v2: - Fixed indentation in .in file - Removed clean section in .make file - Fixed wrong name for LICENSE file in .make file rules/python3-adbus.in | 11

[ptxdist] [PATCH 4/4] python3-snmpclitools: new package

2021-07-05 Thread Lars Pedersen
This is a collection of command-line SNMP tools written in pure-Python. This package depends on python3-pysnmp Signed-off-by: Lars Pedersen --- rules/python3-snmpclitools.in | 9 ++ rules/python3-snmpclitools.make | 56 + 2 files changed, 65 insertions

[ptxdist] [PATCH 2/4] python3-pysmi: new package

2021-07-05 Thread Lars Pedersen
A pure-Python implementation of SNMP/SMI MIB parsing and conversion library. New package used by python3-pysnmp. Signed-off-by: Lars Pedersen --- rules/python3-pysmi.in | 9 +++ rules/python3-pysmi.make | 54 2 files changed, 63 insertions

[ptxdist] [PATCH 3/4] python3-pysnmp: new package

2021-07-05 Thread Lars Pedersen
pySNMP is a cross-platform, pure-Python SNMP engine implementation. Depends on new packages python3-pyasn1 and python3-pysmi. Signed-off-by: Lars Pedersen --- rules/python3-pysnmp.in | 13 ++ rules/python3-pysnmp.make | 54 +++ 2 files changed, 67

[ptxdist] [PATCH 1/4] python3-pyasn1: new package

2021-07-05 Thread Lars Pedersen
Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208). New package used by python3-pysnmp Signed-off-by: Lars Pedersen --- rules/python3-pyasn1.in | 9 +++ rules/python3-pyasn1.make | 53 +++ 2 files changed, 62 insertions(+) create

[ptxdist] [PATCH] python3-adbus: version bump 1.1.3 -> 1.2.0

2021-07-05 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-adbus.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-adbus.make b/rules/python3-adbus.make index 6f0dd91b7..9aec636de 100644 --- a/rules/python3-adbus.make +++ b/rules/python3-adbus.make @@ -14,8 +14,8

[ptxdist] [PATCH 1/2] python3-tabulate: new package

2021-07-05 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-tabulate.in | 8 ++ rules/python3-tabulate.make | 54 + 2 files changed, 62 insertions(+) create mode 100644 rules/python3-tabulate.in create mode 100644 rules/python3-tabulate.make diff --git a/rules

[ptxdist] [PATCH] python3-pycryptodomex: new package

2021-07-02 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-pycryptodomex.in | 9 ++ rules/python3-pycryptodomex.make | 54 2 files changed, 63 insertions(+) create mode 100644 rules/python3-pycryptodomex.in create mode 100644 rules/python3-pycryptodomex.make diff

Re: [ptxdist] [PATCH 4/4] python3-snmpclitools: new package

2021-07-12 Thread Lars Pedersen
Hi. Thanks for the feedback. On Wed, 7 Jul 2021 at 16:01, Roland Hieber wrote: > > On Mon, Jul 05, 2021 at 11:33:50AM +0200, Lars Pedersen wrote: > > This is a collection of command-line SNMP tools written in pure-Python. > > This package depends on python3-pysnmp > >

Re: [ptxdist] [PATCH 1/4] python3-pyasn1: new package

2021-07-12 Thread Lars Pedersen
Hi. Thanks for the feedback. On Wed, 7 Jul 2021 at 16:00, Roland Hieber wrote: > > Hi, > > On Mon, Jul 05, 2021 at 11:33:47AM +0200, Lars Pedersen wrote: > > Pure-Python implementation of ASN.1 types and DER/BER/CER codecs > > (X.208). New package used by python3-p

[ptxdist] [PATCH v2 2/4] python3-pysmi: new package

2021-07-12 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- Changes since v1: - Updated LICENSE field to BSD-2-Clause rules/python3-pysmi.in | 9 +++ rules/python3-pysmi.make | 54 2 files changed, 63 insertions(+) create mode 100644 rules/python3-pysmi.in create mode

[ptxdist] [PATCH v2 3/4] python3-pysnmp: new package

2021-07-12 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- Changes since v1: - Updated LICENSE field to BSD-2-Clause rules/python3-pysnmp.in | 13 ++ rules/python3-pysnmp.make | 54 +++ 2 files changed, 67 insertions(+) create mode 100644 rules/python3-pysnmp.in create

[ptxdist] [PATCH v2 4/4] python3-snmpclitools: new package

2021-07-12 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- Changes since v1: - Updated LICENSE field to BSD-2-Clause LICENSE.rst for this package isn't included in tarball it only exists in GIT. I'll create a request on github to get it bundled in the next release rules/python3-snmpclitools.in | 9 ++ rules

[ptxdist] [PATCH v2 1/4] python3-pyasn1: new package

2021-07-12 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- Changes since v1: - Updated LICENSE field to BSD-2-Clause rules/python3-pyasn1.in | 9 +++ rules/python3-pyasn1.make | 53 +++ 2 files changed, 62 insertions(+) create mode 100644 rules/python3-pyasn1.in create mode

[ptxdist] [PATCH] strongswan: version bump 5.8.4 -> 5.9.2

2021-07-07 Thread Lars Pedersen
New configure option but is default disabled. --enable-git-version use output of 'git describe' as version information Signed-off-by: Lars Pedersen --- rules/strongswan.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make

[ptxdist] [PATCH] python3-setuptools: don't install exe files

2021-08-18 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-setuptools.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/python3-setuptools.make b/rules/python3-setuptools.make index f16368a99..85e42ce97 100644 --- a/rules/python3-setuptools.make +++ b/rules/python3

Re: [ptxdist] [PATCH v2 3/4] python3-pysnmp: new package

2021-07-18 Thread Lars Pedersen
Hi. Thanks for the feedbacks. On Fri, 16 Jul 2021 at 15:02, Michael Olbrich wrote: > > On Fri, Jul 16, 2021 at 02:53:42PM +0200, Lars Pedersen wrote: > > Hi. Thanks for the reply > > > > On Fri, 16 Jul 2021 at 14:41, Michael Olbrich > > wrote: > > > &

[ptxdist] [PATCH v3] python3-pysnmp: new package

2021-07-19 Thread Lars Pedersen
;/usr/lib/python3.7/site-packages/pysnmp/smi/builder.py", line 143, in read ValueError: bad marshal data (unknown type code) Signed-off-by: Lars Pedersen --- rules/python3-pysnmp.in | 13 + rules/python3-pysnmp.make | 55 +++ 2 files changed,

Re: [ptxdist] [PATCH v2 3/4] python3-pysnmp: new package

2021-07-16 Thread Lars Pedersen
Hi. Thanks for the reply On Fri, 16 Jul 2021 at 14:41, Michael Olbrich wrote: > > On Mon, Jul 12, 2021 at 01:09:09PM +0200, Lars Pedersen wrote: > > Signed-off-by: Lars Pedersen > > --- > > Changes since v1: > > - Updated LICENSE field to BSD-2-Clause > >

Re: [ptxdist] [PATCH v2 2/4] python3-pysmi: new package

2021-07-16 Thread Lars Pedersen
Hi. On Fri, 16 Jul 2021 at 12:23, Michael Olbrich wrote: > > On Mon, Jul 12, 2021 at 01:09:08PM +0200, Lars Pedersen wrote: > > Signed-off-by: Lars Pedersen > > --- > > Changes since v1: > > - Updated LICENSE field to BSD-2-Clause > > > > rules/

[ptxdist] [PATCH] python3-ply: version bump 3.4 -> 3.11

2021-07-23 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/python3-ply.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-ply.make b/rules/python3-ply.make index d95459988..e5deab4f7 100644 --- a/rules/python3-ply.make +++ b/rules/python3-ply.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] python3-urllib3: version bump 1.25.11->1.26.6

2021-07-23 Thread Lars Pedersen
LICENSE.txt minor change with copyright year Signed-off-by: Lars Pedersen --- rules/python3-urllib3.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/python3-urllib3.make b/rules/python3-urllib3.make index 365c9e87e..0bf952463 100644 --- a/rules/python3

[ptxdist] [PATCH] python3-sqlparse: version bump 0.3.1 -> 0.4.1

2021-07-23 Thread Lars Pedersen
Added LICENSE file to rule Signed-off-by: Lars Pedersen --- rules/python3-sqlparse.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/python3-sqlparse.make b/rules/python3-sqlparse.make index 5590e9473..4a0cef488 100644 --- a/rules/python3-sqlparse.make +++ b

[ptxdist] [PATCH] uhubctl: new package

2021-07-23 Thread Lars Pedersen
uhubctl is utility to control USB power per-port on smart USB hubs. Smart hub is defined as one that implements per-port power switching. Signed-off-by: Lars Pedersen --- rules/uhubctl.in | 8 +++ rules/uhubctl.make | 54 ++ 2 files changed, 62

[ptxdist] [PATCH 1/2] ppp: patch: Makefile add chap_ms.h into headers

2023-11-07 Thread Lars Pedersen
Patch to fix compile error in NetworkManager pppd part: nm-pppd-compat.c:50:10: fatal error: pppd/chap_ms.h: No such file or directory Signed-off-by: Lars Pedersen --- ...02-makefile-add-chap_ms-into-headers.patch | 25 +++ patches/ppp-2.4.9/series | 1

[ptxdist] [PATCH 2/2] networkmanager: Version bump 1.30.4 to 1.44.2

2023-11-07 Thread Lars Pedersen
dnssec_trigger and iptables configure options removed Signed-off-by: Lars Pedersen --- rules/networkmanager.make | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/networkmanager.make b/rules/networkmanager.make index 9b47fadad..af310bd13 100644 --- a/rules

Re: [ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8

2022-06-10 Thread Lars Pedersen
Hi. Thanks for the feedback On Thu, 9 Jun 2022 at 19:48, Michael Olbrich wrote: > > On Thu, Jun 09, 2022 at 01:12:18PM +0200, Lars Pedersen wrote: > > * New configure options matched with grep package > > * License file COPYING changed and COPYING.DOC removed > > When

[ptxdist] [PATCH v2] sed: version bump 4.2.2 -> 4.8

2022-06-10 Thread Lars Pedersen
New configure options matched with grep package License file COPYING changed because of indentation and COPYING.DOC removed GNU Free Documentation License removed from rule Signed-off-by: Lars Pedersen --- v2 changes: More detailed license description added and removed the GNU Free

[ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
New configure options --with-selinux and --disable-kdf Enabled generic modularized KDF (prf/prf+) implementation Signed-off-by: Lars Pedersen --- rules/strongswan.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index

Re: [ptxdist] [PATCH] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
Hello Alex, On Thu, 16 Jun 2022 at 08:48, Alexander Dahl wrote: > > Hello Lars, > > Am Thu, Jun 16, 2022 at 08:42:35AM +0200 schrieb Lars Pedersen: > > New configure options --with-selinux and --disable-kdf > > That first option is not considered in the patch below

[ptxdist] [PATCH v2] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
New configure options --with-selinux and --disable-kdf Enabled generic modularized KDF (prf/prf+) implementation Signed-off-by: Lars Pedersen --- v2 changes: Use ptxdist global selinux option rules/strongswan.make | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH v3] strongswan: version bump 5.9.2 -> 5.9.6

2022-06-16 Thread Lars Pedersen
New configure options --enable-selinux and --disable-kdf Enabled generic modularized KDF (prf/prf+) implementation Signed-off-by: Lars Pedersen --- v3 changes: Fixed configure option --enable-selinux naming v2 changes: Use ptxdist global selinux option rules/strongswan.make | 7 +-- 1

[ptxdist] [PATCH] sed: version bump 4.2.2 -> 4.8

2022-06-09 Thread Lars Pedersen
* New configure options matched with grep package * License file COPYING changed and COPYING.DOC removed Signed-off-by: Lars Pedersen --- rules/sed.make | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/rules/sed.make b/rules/sed.make index b7ac7ed07..e059003ba

[ptxdist] [PATCH 2/2] strongswan: version bump 5.9.6 -> 5.9.8

2022-12-05 Thread Lars Pedersen
not found and no plugin file available Signed-off-by: Lars Pedersen --- rules/strongswan.make | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 07a7ade73..f8e8236a5 100644 --- a/rules/strongswan.make +++ b/rules

[ptxdist] [PATCH 1/2] strongswan: Always install strongswan.d dir

2022-12-05 Thread Lars Pedersen
The default strongswan.conf loads plugins via strongswan.d/charon/*.conf files. Signed-off-by: Lars Pedersen --- rules/strongswan.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 99f2fae74..07a7ade73 100644 --- a/rules

[ptxdist] [PATCH v2] strongswan: version bump 5.9.6 -> 5.9.8

2022-12-15 Thread Lars Pedersen
strongswan gave following error: plugin 'mgf1': failed to load - mgf1_plugin_create not found and no plugin file available Signed-off-by: Lars Pedersen --- v2 changes: * Removed pki since it wasn't used (Not included in Fedora 37 too) rules/strongswan.make | 14 -- 1 file changed

Re: [ptxdist] [PATCH] networkmanager: Version bump 1.30.4 to 1.44.2

2023-11-28 Thread Lars Pedersen
On Tue, 28 Nov 2023 at 09:31, Michael Olbrich wrote: > > On Tue, Nov 21, 2023 at 08:29:17AM +0100, Lars Pedersen wrote: > > dnssec_trigger and iptables configure options has been removed > > > > select PPP_MS_CHAP if NETWORKMANAGER_PPP is enabled to fix compile error:

Re: [ptxdist] [PATCH] networkmanager: Version bump 1.30.4 to 1.44.2

2023-11-28 Thread Lars Pedersen
On Tue, 28 Nov 2023 at 14:26, Michael Olbrich wrote: > > On Tue, Nov 28, 2023 at 02:10:59PM +0100, Lars Pedersen wrote: > > On Tue, 28 Nov 2023 at 09:31, Michael Olbrich > > wrote: > > > > > > On Tue, Nov 21, 2023 at 08:29:17AM +0100, Lars Pedersen wrote:

[ptxdist] [PATCH v2] networkmanager: Version bump 1.30.4 to 1.44.2

2023-12-01 Thread Lars Pedersen
-target/NetworkManager-1.44.2/po .../sysroot-host/usr/bin/msgfmt: cannot locate ITS rules for data/org.freedesktop.NetworkManager.policy.in Signed-off-by: Lars Pedersen --- v1 -> v2: Flag NETWORKMANAGER_POLKIT as BROKEN rules/networkmanager.in | 2 ++ rules/networkmanager.make | 6 ++

[ptxdist] [PATCH] modemmanager: Version bump 1.20.2 -> 1.20.6

2023-12-08 Thread Lars Pedersen
Disabled new option to install examples Signed-off-by: Lars Pedersen --- rules/modemmanager.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/modemmanager.make b/rules/modemmanager.make index 94b327c43..27d2da805 100644 --- a/rules/modemmanager.make +++ b

Re: [ptxdist] [PATCH 1/2] ppp: patch: Makefile add chap_ms.h into headers

2023-11-17 Thread Lars Pedersen
Hi. On Fri, 17 Nov 2023 at 08:26, Michael Olbrich wrote: > > On Mon, Nov 13, 2023 at 11:30:27AM +0100, Lars Pedersen wrote: > > Hi. Thanks for the review. > > > > On Sat, 11 Nov 2023 at 07:09, Michael Olbrich > > wrote: > > > > > > On Tue, Nov 0

Re: [ptxdist] [PATCH 1/2] ppp: patch: Makefile add chap_ms.h into headers

2023-11-13 Thread Lars Pedersen
Hi. Thanks for the review. On Sat, 11 Nov 2023 at 07:09, Michael Olbrich wrote: > > On Tue, Nov 07, 2023 at 03:02:09PM +0100, Lars Pedersen wrote: > > Patch to fix compile error in NetworkManager pppd part: > > > > nm-pppd-compat.c:50:10: fatal error: pppd

[ptxdist] [PATCH] networkmanager: Version bump 1.30.4 to 1.44.2

2023-11-20 Thread Lars Pedersen
-by: Lars Pedersen --- Version 1.30.4 was getting pretty old and with this patch it will match the one in Fedora 39. Surprisingly no major changes in configure options. Note: Updating ppp to version 2.5.0 seemed pretty straight forward, but I ran into issue https://github.com/ppp-project/ppp/issues/419

[ptxdist] [PATCH] strongswan: version bump 5.9.8 -> 5.9.14

2024-03-21 Thread Lars Pedersen
enrollment via EST or SCEP) --enable-cert-enroll-timer (enable installation of cert-enroll as a systemd) Signed-off-by: Lars Pedersen --- rules/strongswan.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/strongswan.make b/rules/strongswan.make index 5f4e840dc

[ptxdist] [PATCH] libqmi: Add option to enable QMI firmware update tool

2024-03-21 Thread Lars Pedersen
Signed-off-by: Lars Pedersen --- rules/libqmi.in | 3 +++ rules/libqmi.make | 6 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/libqmi.in b/rules/libqmi.in index 571bfa3a0..1b4c8c88c 100644 --- a/rules/libqmi.in +++ b/rules/libqmi.in @@ -15,4 +15,7 @@ config