[ptxdist] [PATCH 1/2] paho-mqtt-c.make: add missing libraries

2022-12-26 Thread Robert Schwebel
The build system creates a client library (c) and an async library (a), both in a non-SSL and SSL variant. Let's install all of them, as we don't know which ones are needed. Signed-off-by: Robert Schwebel --- rules/paho-mqtt-c.make | 7 +++ 1 file changed, 7 insertions(+) diff --git

[ptxdist] [PATCH 2/2] paho-mqtt-c: version bump 1.3.0 -> 1.3.12

2022-12-26 Thread Robert Schwebel
The license has changed from EPL-1.0 to EPL-2.0. Signed-off-by: Robert Schwebel --- rules/paho-mqtt-c.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/paho-mqtt-c.make b/rules/paho-mqtt-c.make index 143433128..3fbcd7d57 100644 --- a/rules/paho-mqtt-c.make

[ptxdist] [PATCH] pcre2: clarify help text

2022-12-26 Thread Robert Schwebel
In contrast to what the initial commit (a62611b3ecc234892f5043532b3c0e551ed9d29c) says, this option is about 8/16/32 bit character support, not about an 8/16/32 bit library. Clarify the help text a bit. Signed-off-by: Robert Schwebel --- rules/pcre2.in | 6 +++--- 1 file changed, 3

[ptxdist] [PATCH] libcurl: Version bump. 7.86.0 -> 7.87.0

2022-12-26 Thread Christian Melki
Nothing major. No security fixes. https://curl.se/changes.html#7_87_0 Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index c4f528f69..bb989d8fc 100644 --- a/rules/libcurl.make

[ptxdist] [PATCH] libsndfile: Version bump. 1.1.0 -> 1.2.0

2022-12-26 Thread Christian Melki
Just a few minor bugfixes. Signed-off-by: Christian Melki --- rules/libsndfile.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libsndfile.make b/rules/libsndfile.make index cc5649de2..bfe68f10e 100644 --- a/rules/libsndfile.make +++ b/rules/libsndfile.make @@