[ptxdist] [PATCH] Freetype: version bump 2.11.1 -> 2.12.1

2022-05-13 Thread Linnea Gunnarsson
- It now handles OT-SVG fonts, can be controlled with the FT_CONFIG_OPTION_SVG macro. - Some improvements on font handling and other things. - Some bug fixes. - The internal zlib is in sync with zlib v. 1.2.12. - In version 2.12.1 there are some fixes for bugs introduced in version 2.12.0. - New

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

2022-05-13 Thread Michael Olbrich
On Mon, May 09, 2022 at 02:05:47PM +0200, Bruno Thomsen wrote: > Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. > > Requirement for python3-falcon package. > > Signed-off-by: Bruno Thomsen > --- > rules/python3-gunicorn.in | 11 +++ > rules/python3-gunicorn.make | 57

[ptxdist] [PATCH] git-ptx-patches: Fix corner case when searching for a tag in series file

2022-05-13 Thread Uwe Kleine-König
Require a space after the tag name, otherwise searching for tag=foo might match a line #tag:foobar ... Fixes: 957c6c663cdd ("git-ptx-patches: Allow patches before base tag") Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 2 +- 1 file changed, 1 insertion(+), 1

Re: [ptxdist] [PATCH] libcurl: Version bump. 7.83.0 -> 7.83.1

2022-05-13 Thread Michael Olbrich
On Wed, May 11, 2022 at 09:20:28AM +0200, Christian Melki wrote: > Usual churn of fixes. > Curl is seeing an accelerated CVE ticketing. > Probably due to a functioning bug bounty program. > https://hackerone.com/curl?type=team > With 30 reports in the last 90 days. > So probably expect more CVEs

[ptxdist] [PATCH] git-ptx-patches: Remove useless assignment

2022-05-13 Thread Uwe Kleine-König
range is overwritten unconditionally after option parsing, so drop the assignment. Its only effect was irritating a human reader. Signed-off-by: Uwe Kleine-König --- scripts/git-ptx-patches | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/git-ptx-patches b/scripts/git-ptx-patches

[ptxdist] [PATCH] host-autotools-autoconf: Version bump. 2.69 -> 2.71.

2022-05-13 Thread Christian Melki
Tools are starting to prereq version 2.71. So might aswell swallow the bitter pill and upgrade autoconf. * License file changed. Nothing but whitespace, misspelling and URL fixes. * Add a sed line for a standalone line in the autoconf binary. It's a full path trailer.m4, which didn't match with

[ptxdist] [PATCH] host-fakeroot: Version bump. 1.25.3 -> 1.28

2022-05-13 Thread Christian Melki
fakeroot has a bunch of fixes, esp. for newer glibc. * Change URL. Now stored in another snapshot. * Remove old patches, but forward the make-fakeroot-relocateable. * Add the debian patch series for 1.28. Signed-off-by: Christian Melki --- ...fine-_STAT_VER-if-not-already-define.patch | 33

Re: [ptxdist] [PATCH] libcurl: Version bump. 7.83.0 -> 7.83.1

2022-05-13 Thread Christian Melki
My bad. It needs to be removed. Included in the release. Daniel added it: https://github.com/curl/curl/commit/d7b970e46ba29a7e558e21d19f485977ffed6266 /Christian On 5/13/22 10:35 AM, Michael Olbrich wrote: On Wed, May 11, 2022 at 09:20:28AM +0200, Christian Melki wrote: Usual churn of fixes.

Re: [ptxdist] [PATCH] libcurl: Version bump. 7.83.0 -> 7.83.1

2022-05-13 Thread Michael Olbrich
On Fri, May 13, 2022 at 10:42:51AM +0200, Christian Melki wrote: > My bad. > > It needs to be removed. Included in the release. > Daniel added it: > https://github.com/curl/curl/commit/d7b970e46ba29a7e558e21d19f485977ffed6266 Ok, I'll fix it here. Michael > /Christian > > On 5/13/22 10:35

[ptxdist] [PATCH] host-opkg-utils: Version bump. 0.4.2 -> 0.5.0

2022-05-13 Thread Christian Melki
Follow opkg upgrade. Minor bugfixes. Notable features is zstd which follows the inclusion of zstd in opkg. * Remove old patches. The one in the upstream tag series is now included in the release. Forward the rest. * Add patch directory with non upstream patches. Signed-off-by: Christian Melki

[ptxdist] [PATCH] host-ninja: Version bump and fork change. 0.8.2 -> 1.10.2.g51db2.kitware.jobserver-1

2022-05-13 Thread Christian Melki
Almost 5 years in the making. Lots of bugs and behavior has changed. Upstream release notes from v1.8.2 (mostly referrals to git changes). v1.9.0: https://groups.google.com/forum/#!topic/ninja-build/nY5Kb7zUvcg v1.10.0: https://groups.google.com/d/msg/ninja-build/piOltAhywFA/zPfkrTtRCwAJ v1.10.1:

[ptxdist] [PATCH] host-cmake: Version bump 3.20.5 -> 3.23.1

2022-05-13 Thread Christian Melki
~1 year release time difference. Release notes, somewhat readable: https://cmake.org/cmake/help/v3.21/release/3.21.html https://cmake.org/cmake/help/v3.22/release/3.22.html https://cmake.org/cmake/help/v3.23/release/3.23.html * License file changes are composed of year changes, spelling errors,

[ptxdist] [PATCH 1/2] opkg: Version bump. 0.4.5 -> 0.5.0.

2022-05-13 Thread Christian Melki
Various fixes and updates. Notable addition is zstd compression support. Deprecated functions: Openssl signature validation and pathfinder validation. Seems the preferred validation method is using gpg. https://git.yoctoproject.org/opkg/log/ * Remove openssl, pathfinder support. * Disable zstd

[ptxdist] [PATCH 2/2] host-opkg: Follow options after upgrade of opkg.

2022-05-13 Thread Christian Melki
* Add / remove options according to the upgrade of opkg from 0.4.5 -> 0.5.0 Signed-off-by: Christian Melki --- rules/host-opkg.make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/host-opkg.make b/rules/host-opkg.make index 68c26e48b..a8cae57ce 100644 ---

[ptxdist] [PATCH] host-meson: Version bump. 0.60.3 -> 0.62.1

2022-05-13 Thread Christian Melki
Approx. half a year between the releases. Release notes, somewhat summarized: https://mesonbuild.com/Release-notes-for-0-61-0.html https://mesonbuild.com/Release-notes-for-0-62-0.html * Forward all patches. Ptxdist specific. Signed-off-by: Christian Melki ---

[ptxdist] [PATCH] cairo: Try to get rid of gtkdoc dependencies.

2022-05-13 Thread Christian Melki
Since the autoconf update, gtk-doc dependencies seems to have become hard when running autoreconf. Several other build environments default to building gtk-doc. I'd prefer not to so this is an effort to disable doc building entirely. * Add patch to remove doc building. * Remove gtk-doc options

[ptxdist] [PATCH 2/3] host-glib: Add host-system-python3 dependency.

2022-05-13 Thread Christian Melki
For whatever reason, mesons own python3 dependency does not seem to cover python usage through meson. Signed-off-by: Christian Melki --- rules/host-glib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-glib.in b/rules/host-glib.in index b87c33937..f7d5a479e 100644 ---

[ptxdist] [PATCH 1/3] glib: Add host-system-python3 dependency.

2022-05-13 Thread Christian Melki
For whatever reason, mesons own python3 dependency does not seem to cover python usage through meson. Signed-off-by: Christian Melki --- rules/glib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/glib.in b/rules/glib.in index d4215a0df..14e9cd359 100644 --- a/rules/glib.in +++

[ptxdist] [PATCH 3/3] xkeyboard-config: Add host-system-python3 dependency.

2022-05-13 Thread Christian Melki
For whatever reason, mesons own python3 dependency does not seem to cover python usage through meson. Signed-off-by: Christian Melki --- rules/xkeyboard-config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/xkeyboard-config.in b/rules/xkeyboard-config.in index 0219ca68b..e8498c7b3