[ptxdist] [PATCH v2 2/2] opensc: Reactivate testsuite option

2019-12-05 Thread Alexander Dahl
This allows to run prepare stage successfully, cmocka is found now, but compile stage fails with opensc 0.19.0 because apparently a header file 'p11test_common.h' which is present in opensc git tree is missing in the tarball … Signed-off-by: Alexander Dahl --- rules/opensc.in | 4 ++-- 1 file ch

[ptxdist] [PATCH v2 1/2] cmocka: new package

2019-12-05 Thread Alexander Dahl
From: Alexander Dahl This adds the unit testing framework for C called 'cmocka'. Signed-off-by: Alexander Dahl --- Notes: v1 -> v2: * use make $(basename …) for building URL from VERSION rules/cmocka.in | 13 ++ rules/cmocka.make | 60 +++

[ptxdist] [PATCH v2 0/2] cmocka and packages depending on it

2019-12-05 Thread Alexander Dahl
Hei hei, I revised the implicit v1 and added a second patch. However, have a close look at that one, compiling with OPENSC_TESTSUITE currently fails, maybe the upcoming 0.20.0 (rc4 came out today) will fix that? I opened a ticket for that: https://github.com/OpenSC/OpenSC/issues/1885 Greets Alex

Re: [ptxdist] [PATCH] cmocka: new package

2019-12-05 Thread Alexander Dahl
Hei hei, seems I stumbled over some magic I was not aware of, see below. On Thu, Dec 05, 2019 at 04:19:15PM +0100, Michael Olbrich wrote: > On Fri, Nov 29, 2019 at 10:11:24AM +0100, Alexander Dahl wrote: > > From: Alexander Dahl > > > > This adds the unit testing framework for C called 'cmocka'

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

2019-12-05 Thread Michael Olbrich
On Thu, Dec 05, 2019 at 10:34:26AM +0100, Lars Pedersen wrote: > Add swanctl support which replaces the old starter, ipsec and stroke > backend. In this patch swanctl requires systemd. > https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd > > Option to enable strongswan service if

Re: [ptxdist] [PATCH] cmocka: new package

2019-12-05 Thread Michael Olbrich
On Fri, Nov 29, 2019 at 10:11:24AM +0100, Alexander Dahl wrote: > From: Alexander Dahl > > This adds the unit testing framework for C called 'cmocka'. > > Signed-off-by: Alexander Dahl > --- > I tried modifying the opensc package for building its cmocka based > tests, but autoconf could not fin

[ptxdist] [PATCH] sdbus-cpp: version bump 0.7.2 -> 0.7.5

2019-12-05 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- rules/sdbus-cpp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdbus-cpp.make b/rules/sdbus-cpp.make index 6bac2beab..e58998738 100644 --- a/rules/sdbus-cpp.make +++ b/rules/sdbus-cpp.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_S

[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 +

[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 ++

Re: [ptxdist] [PATCH v3] git-ptx-patches: call git in a pristine environment

2019-12-05 Thread Roland Hieber
On Wed, Nov 27, 2019 at 10:41:20AM +0100, Roland Hieber wrote: > On Mon, Nov 18, 2019 at 08:39:22AM -0500, Jon Ringle wrote: > > On Mon, Nov 18, 2019 at 4:32 AM Roland Hieber wrote: > > > > > > > > @@ -129,7 +144,7 @@ fi > > > GIT_EXTRA_ARGS="$GIT_EXTRA_ARGS --summary --stat=80" > > > > > > cat

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

2019-12-05 Thread Lars Pedersen
Add swanctl support which replaces the old starter, ipsec and stroke backend. In this patch swanctl requires systemd. https://wiki.strongswan.org/projects/strongswan/wiki/Charon-systemd Option to enable strongswan service if systemd is used. Option to set sysconfdir. Default /etc. Signed-off-by: