[ptxdist] [PATCH] libqmi: Version bump. 1.30.6 -> 1.30.8.

2022-07-17 Thread Christian Melki
Very minor bugfixes/changes. Signed-off-by: Christian Melki --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index 2c4a61b5a..4607cf778 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -14,8 +14,8

[ptxdist] [PATCH] linux-firmware: Version bump 20220610 -> 20220708

2022-07-17 Thread Christian Melki
Some minor updates. A few firmwares dropped. * Minor whitespace fix. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make index 5790fdae3..9a8f1db47 100644

[ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7.1 -> 1.2.7.2

2022-07-17 Thread Christian Melki
Minor bugfixes. * Move patchset forward. Largefile support applies with an offset in configure.ac. Signed-off-by: Christian Melki --- .../0001-add-largefile-support.patch | 0 patches/{alsa-lib-1.2.7.1 => alsa-lib-1.2.7.2}/autogen.sh | 0 patches/{alsa-lib-1.2.

[ptxdist] [PATCH] efibootmgr: Version bump. 17 -> 18.

2022-07-17 Thread Christian Melki
Minor bugfixes. https://github.com/rhboot/efibootmgr/releases/tag/18 Signed-off-by: Christian Melki --- rules/efibootmgr.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/efibootmgr.make b/rules/efibootmgr.make index 1fbdaff8b..904622abd 100644 --- a/rules

[ptxdist] [PATCH] libnl3: Version bump. 3.6.0 -> 3.7.0

2022-07-17 Thread Christian Melki
Various bugfixes. Signed-off-by: Christian Melki --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index df927878d..da203042c 100644 --- a/rules/libnl3.make +++ b/rules/libnl3.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] hwdata: Version bump. 0.360 -> 0.361

2022-07-17 Thread Christian Melki
Misc id updates. Uses sh instead of bash for minimal configure script and tries to clean it up ever so slightly. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index 335e8101c

[ptxdist] [PATCH] openssl: Version bump. 1.1.1o -> 1.1.1q.

2022-07-17 Thread Christian Melki
Plug CVEs: CVE-2022-2068 https://nvd.nist.gov/vuln/detail/CVE-2022-2068 CVE-2022-2097 https://nvd.nist.gov/vuln/detail/CVE-2022-2097 * Move patch set forward. Applies cleanly. Signed-off-by: Christian Melki --- .../0001-debian-targets.patch | 0 patches/{openssl

[ptxdist] [PATCH] libkmod: Version bump. 29 -> 30.

2022-07-14 Thread Christian Melki
: Christian Melki --- rules/libkmod.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libkmod.make b/rules/libkmod.make index 8a085601a..f9076f09f 100644 --- a/rules/libkmod.make +++ b/rules/libkmod.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBKMOD) += libkmod

Re: [ptxdist] [PATCH] glib: Version bump. 2.72.2 -> 2.73.1

2022-07-01 Thread Christian Melki
On 7/1/22 13:05, Michael Olbrich wrote: > On Tue, Jun 28, 2022 at 03:54:54PM +0200, Christian Melki wrote: >> Bunch of features and bugfixes. >> https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS >> >> Glib has "reuse"-ified the codebase. >> * Licens

[ptxdist] [PATCH 1/2] qemu: Version bump. 6.2.0 -> 7.0.0

2022-06-29 Thread Christian Melki
xdist patches to this version. * Delete old patch set. Signed-off-by: Christian Melki --- ...low-real-symlinks-for-security_model-mapped-f.patch | 10 +- .../0002-let-ninja-use-the-jobserver.patch | 4 ++-- patches/{qemu-6.2.0 => qemu-7.0.0}/series |

[ptxdist] [PATCH 2/2] host-qemu: Follow the changes of target qemu 7.0.0.

2022-06-29 Thread Christian Melki
* Remove deleted configure options libxml2, xfsctl. * Disable block replication. Wouldn't build, investigation ongoing. Signed-off-by: Christian Melki --- rules/host-qemu.make | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rules/host-qemu.make b/rules/host-qemu

[ptxdist] [PATCH] mesalib: Version bump 22.1.1 -> 22.1.2

2022-06-28 Thread Christian Melki
Bugfix release. https://docs.mesa3d.org/relnotes/22.1.2.html Signed-off-by: Christian Melki --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index ba644f897..26538b99d 100644 --- a/rules/mesalib.make +++ b

[ptxdist] [PATCH] glib: Version bump. 2.72.2 -> 2.73.1

2022-06-28 Thread Christian Melki
Bunch of features and bugfixes. https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS Glib has "reuse"-ified the codebase. * Licensing conditions changed. Signed-off-by: Christian Melki --- rules/glib.make | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --g

[ptxdist] [PATCH v2] host-tf-a: Add more host tools.

2022-06-28 Thread Christian Melki
Beside fiptool, tools for cert handling, and encryption may be used outside the tf-a makefile. They depend on host-openssl. Delay sptool installation until it is actually used by something. Also add ptxdist verbose handling. Signed-off-by: Christian Melki --- platforms/host-tf-a.in | 3

[ptxdist] [PATCH] libinput: Version bump. 1.20.1 -> 1.21.0

2022-06-28 Thread Christian Melki
Bugfixes mostly. Signed-off-by: Christian Melki --- rules/libinput.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index 8d30858c3..19c71f3c9 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8 +14,8

[ptxdist] [PATCH] alsa-lib: Version bump. 1.2.7 -> 1.2.7.1

2022-06-28 Thread Christian Melki
Bugfix release. https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.7.1 * Move patchset forward. Signed-off-by: Christian Melki --- .../0001-add-largefile-support.patch | 0 patches/{alsa-lib-1.2.7 => alsa-lib-1.2.7.1}/autogen.sh | 0 patches/{alsa-

[ptxdist] [PATCH] weston: Version bump. 10.0.0 -> 10.0.1

2022-06-28 Thread Christian Melki
Bugfix release. https://lists.freedesktop.org/archives/wayland-devel/2022-June/042260.html * URL change to gitlab instance under freedesktop.org. Signed-off-by: Christian Melki --- rules/weston.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/weston.make b

[ptxdist] [PATCH] pulseaudio: Version bump. 16.0 -> 16.1

2022-06-28 Thread Christian Melki
Minor bugfixes. https://lists.freedesktop.org/archives/pulseaudio-discuss/2022-June/032287.html * Move patch forward for making gio optional. Signed-off-by: Christian Melki --- ...001-Make-gio-2.0-optional-when-gsettings-is-disabled.patch | 0 patches/{pulseaudio-16.0 => pulseaudio-1

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

2022-06-28 Thread Christian Melki
fix two build errors. Patches from upstream curl repo. Signed-off-by: Christian Melki --- ...ude-sched.h-if-available-to-fix-buil.patch | 25 +++ ...-__asm__-instead-of-asm-to-fix-build.patch | 22 patches/curl-7.84.0/series| 5 rules

[ptxdist] [PATCH] ethtool: Version bump. 5.17 -> 5.18.

2022-06-28 Thread Christian Melki
Minor fixes and header upgrades. Signed-off-by: Christian Melki --- rules/ethtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ethtool.make b/rules/ethtool.make index 5c9f897a5..257e9251d 100644 --- a/rules/ethtool.make +++ b/rules/ethtool.make @@ -15,8

[ptxdist] [WIP PATCH] tf-a: Cleanup and add Trusted Board Boot & Encryption.

2022-06-27 Thread Christian Melki
ld. Most of the variables are to be left empty, beside BL33, which is always external. The non-secure world OS. (U-Boot, Barebox, Kernel, other...). Signed-off-by: Christian Melki --- platforms/tf-a.in | 289 +++--- rules/tf-a.make | 139 +

[ptxdist] [PATCH] host-tf-a: Add more host tools.

2022-06-27 Thread Christian Melki
Beside fiptool, tools for cert handling, encryption and secure partitioning may be used outside the tf-a makefile. They depend on host-openssl. Signed-off-by: Christian Melki --- platforms/host-tf-a.in | 5 +++-- rules/host-tf-a.make | 10 +- 2 files changed, 12 insertions(+), 3

[ptxdist] [PATCH] busybox: Fix CVE-2022-28391, CVE-2022-30065

2022-06-16 Thread Christian Melki
Busybox has not had a release for ~6 months. Plugging CVEs, with fixes that has yet to be accepted upstream. Signed-off-by: Christian Melki --- ...tr-ensure-only-printable-characters-.patch | 36 +++ ...e-all-printed-strings-with-printable.patch | 63 +++ .../0003

[ptxdist] [PATCH] e2fsprogs: Fix CVE-2022-1304.

2022-06-16 Thread Christian Melki
Out-of-bounds read/write vulnerability. Issue leads to segmentation fault and possibly arbitrary code execution via a specially crafted filesystem. Signed-off-by: Christian Melki --- ...-sanity-check-to-extent-manipulation.patch | 51 +++ patches/e2fsprogs-1.46.5/series

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

2022-06-16 Thread Christian Melki
Hi. On 6/16/22 9:25 AM, Lars Pedersen wrote: 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

[ptxdist] [PATCH] iproute2: Version bump. 5.17.0 -> 5.18.0

2022-06-14 Thread Christian Melki
Various minor fixes and enhancements. Kernel header updates. Signed-off-by: Christian Melki --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index 5d630050e..2e84224ab 100644 --- a/rules/iproute2.make +++ b

Re: [ptxdist] freedesktop.org

2022-06-13 Thread Christian Melki
And it seems it's up again. :) On 6/13/22 4:09 PM, Christian Melki wrote: In case someone missed it. https://www.phoronix.com/scan.php?page=news_item&px=FreeDesktop-GitLab-2022-Crash Ptxdist currently has around 75 packages pointing to freedesktop. This currently results in a roya

[ptxdist] freedesktop.org

2022-06-13 Thread Christian Melki
In case someone missed it. https://www.phoronix.com/scan.php?page=news_item&px=FreeDesktop-GitLab-2022-Crash Ptxdist currently has around 75 packages pointing to freedesktop. This currently results in a royal pain in the behind if fetching packages from scratch. Regards, Christian

[ptxdist] [PATCH] libdrm: Version bump. 2.4.110 -> 2.4.111

2022-06-13 Thread Christian Melki
detest. It should not be dependent on libkms. * Remove repetitive KMS help text, it might mislead user to thinking this is related to libkms. I think it's sufficient to say that libdrm has support for various underlying hardware. Signed-off-by: Christian Melki --- rules/l

[ptxdist] [PATCH] hwdata: Version bump. 0.359 -> 0.360.

2022-06-13 Thread Christian Melki
A few ID changes only. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index e0fbcb55e..335e8101c 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] linux-firmware: Version bump. 20220509 -> 20220610.

2022-06-13 Thread Christian Melki
The usual suspects. Wifi, bluetooth and GPUs. No license file changes. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make index 1c9082c8b..5790fdae3 100644

[ptxdist] [PATCH] sysklogd: Version bump. 2.3.0 -> 2.4.0

2022-06-13 Thread Christian Melki
Minor fixes and changes. https://github.com/troglobit/sysklogd/releases/tag/v2.4.0 Signed-off-by: Christian Melki --- rules/sysklogd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sysklogd.make b/rules/sysklogd.make index 2ba2ca019..f788fd66b 100644 --- a

[ptxdist] [PATCH v2 2/2] barebox: Add option to install barebox generated dtbs.

2022-06-09 Thread Christian Melki
if/when barebox decides to promote dtbs to the barebox-flash-images file. Although one would probably still want to rename the dtbs to avoid a name collision. Signed-off-by: Christian Melki --- platforms/barebox.in | 8 rules/barebox.make | 5 + 2 files changed, 13 insertions(+

[ptxdist] [PATCH v2 1/2] barebox: Simplify/cleanup barebox image installations.

2022-06-09 Thread Christian Melki
ted. Signed-off-by: Christian Melki --- rules/barebox.make | 35 ++- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/rules/barebox.make b/rules/barebox.make index 753a47b59..e2ad43893 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -179

[ptxdist] [PATCH 2/2] barebox: Add option to install barebox generated dtbs.

2022-06-07 Thread Christian Melki
if/when barebox decides to promote dtbs to the barebox-flash-images file. Although one would probably still want to rename the dtbs to avoid a name collision. Signed-off-by: Christian Melki --- platforms/barebox.in | 8 rules/barebox.make | 5 + 2 files changed, 13 insertions(+

[ptxdist] [PATCH 1/2] barebox: Simplify/cleanup barebox image installations.

2022-06-07 Thread Christian Melki
ted. Signed-off-by: Christian Melki --- rules/barebox.make | 35 ++- 1 file changed, 10 insertions(+), 25 deletions(-) diff --git a/rules/barebox.make b/rules/barebox.make index 753a47b59..581fd1ff9 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -179

[ptxdist] [PATCH] platforms/u-boot: Add host-system python3 dependency.

2022-06-02 Thread Christian Melki
Some target configurations require a host-system python3. Esp. U-boot > 2020.01. For example the stm32mp1x series. Signed-off-by: Christian Melki --- platforms/u-boot.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/platforms/u-boot.in b/platforms/u-boot.in in

Re: [ptxdist] Best practice integrating firmwares in U-Boot builds

2022-05-25 Thread Christian Melki
On 5/25/22 17:22, Felix Mellmann wrote: > Hi, > > when I tried to set up a PTXdist environment for a NXP i.MX8MP based > board (Phytec phyBoard Pollux) I stumbled across the need to provide > firmware images during the U-Boot build process (LPDDR4 training data > and TF-A BL31 firmware). > > I

Re: [ptxdist] Best practice integrating firmwares in U-Boot builds

2022-05-25 Thread Christian Melki
Hi Felix. I added something like this to u-boot.in a while ago. IIRC it got nack:ed with the comment that we should follow the Barebox way. I haven't gotten back to that sidetrack with u-boot. But maybe you can start there and do something more useful? https://www.mail-archive.com/ptxdist@pengut

[ptxdist] [PATCH] libltdl: Version bump. 2.4.3 -> 2.4.7.

2022-05-24 Thread Christian Melki
Bump target libtool to the same version as host libtool. Nicer than having two different versions. Provides a dlopen wrapper. Used by a few programs to resolve runtime plugins etc. Signed-off-by: Christian Melki --- rules/libltdl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH v3] cairo: Fix CVEs

2022-05-18 Thread Christian Melki
* Plug CVEs: CVE-2017-7475, CVE-2018-19876, CVE-2019-6461, CVE-2019-6462, CVE-2020-35492. Signed-off-by: Christian Melki --- ...-of-Service-Attack-due-to-Logical-Pr.patch | 32 ++ ...76-Upstream-Status-Backport-Signed-o.patch | 36 +++ ...tial-infinite-loop-in-function-_arc_

[ptxdist] [PATCH] usb-modeswitch: Version bump. 2.6.0 -> 2.6.1

2022-05-17 Thread Christian Melki
Minor fixes. Handle non-continous usb interface numbering and graceful handling of various broken interface descriptor fetch. Signed-off-by: Christian Melki --- rules/usb-modeswitch.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/usb-modeswitch.make b/rules

[ptxdist] [PATCH] iptables: Version bump. 1.8.7 -> 1.8.8

2022-05-17 Thread Christian Melki
Minor release & fixes. https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.8.txt Signed-off-by: Christian Melki --- rules/iptables.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iptables.make b/rules/iptables.make index 994cc0898..93132

[ptxdist] [PATCH v2] cairo: Fix CVEs & try to get rid of gtkdoc dependencies.

2022-05-17 Thread Christian Melki
tions from rulefile. * Plug CVEs: CVE-2017-7475, CVE-2018-19876, CVE-2019-6461, CVE-2019-6462, CVE-2020-35492. Signed-off-by: Christian Melki --- ...to-get-rid-of-gtkdocize-dependencies.patch | 89 +++ ...-of-Service-Attack-due-to-Logical-Pr.patch | 32 +++ .../0006-CVE-CVE-2018-

[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

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

[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 --- a/rules

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

2022-05-13 Thread Christian Melki
tions from rulefile. Signed-off-by: Christian Melki --- ...to-get-rid-of-gtkdocize-dependencies.patch | 89 +++ patches/cairo-1.16.0/series | 3 +- rules/cairo.make | 3 - 3 files changed, 91 insertions(+), 4 deletions(-) create

[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 --- ...n-t-add-rpaths-for-build

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

2022-05-13 Thread Christian Melki
, contributors, whitespace, file references and a removal of a bsd-3-clause in cmlibuv. Signed-off-by: Christian Melki --- rules/host-cmake.make | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index d93573fdb..44d43fbe5

[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
OOT. But lets keep it as it was for now. Disable OOT. * Drop the old patchset which was the jobserver beside the fix for ptxdist file descriptor handling. * Forward file descriptor handling to a new patchset. Signed-off-by: Christian Melki --- .../0001-don-t-close-open-fds.patch} | 6

[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 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 --- a/ru

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

2022-05-13 Thread Christian Melki
by default. * Remove signature handling from installation. * Remove signature handling variables from opkg.conf * Remove signature handling variables from ptxdist internal "prepare_work_dir.sh" Signed-off-by: Christian Melki --- projectroot/etc/opkg/opkg.conf| 4 --- rul

[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

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

2022-05-13 Thread Christian Melki
match with the previous rules. Add a separate one as it might get removed either way in the next version. Looks like the autoconf team is planning a rewrite in the generation mechanism using perl instead(?). Signed-off-by: Christian Melki --- rules/host-autotools-autoconf.make | 13 ---

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

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

2022-05-11 Thread Christian Melki
://curl.se/docs/security.html Plugs CVEs: CVE-2022-30115, CVE-2022-27782, CVE-2022-27781, CVE-2022-27780, CVE-2022-27779, CVE-2022-27778 Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcurl.make b/rules

[ptxdist] [PATCH] hwdata: Version bump. 0.358 -> 0.359

2022-05-10 Thread Christian Melki
Misc ids update. Nothing exciting. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index 2aad71177..e0fbcb55e 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

[ptxdist] [PATCH] libarchive: Version bump. 3.5.1 -> 3.6.1

2022-05-10 Thread Christian Melki
Various bugfixes over the last year. Fixes CVE-2021-31566, CVE-2021-36976 and plugs various other detected security issues. https://github.com/libarchive/libarchive/releases Signed-off-by: Christian Melki --- rules/libarchive.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH] libmbim: Version bump. 1.26.2 -> 1.26.4

2022-05-10 Thread Christian Melki
Various minor fixes. https://github.com/freedesktop/libmbim/commits/mbim-1-26 Signed-off-by: Christian Melki --- rules/libmbim.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libmbim.make b/rules/libmbim.make index ba9941653..781f9c0ce 100644 --- a/rules

[ptxdist] [PATCH] libnl3: Version bump. 3.5.0 -> 3.6.0

2022-05-10 Thread Christian Melki
https://github.com/thom311/libnl/commits/libnl3_6_0 Signed-off-by: Christian Melki --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index 191e00126..df927878d 100644 --- a/rules/libnl3.make +++ b/rules/libnl3

[ptxdist] [PATCH] libqmi: Version bump. 1.30.4 -> 1.30.6

2022-05-10 Thread Christian Melki
Very trivial changes. https://github.com/freedesktop/libqmi/commit/12026552672531013c0cd2a78b18a13a60f206b0 Signed-off-by: Christian Melki --- rules/libqmi.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libqmi.make b/rules/libqmi.make index b1b2f1648

[ptxdist] [PATCH] linux-firmware: Version bump. 20220411 -> 20220509

2022-05-10 Thread Christian Melki
Usual churn of firmware updates. Mostly wifi and gpu firmwares. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/?h=20220509 Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[ptxdist] [PATCH] host-makedepend: Version bump. 1.0.4 -> 1.0.6

2022-05-10 Thread Christian Melki
Quite a few years between the releases. Various bugfixes. https://gitlab.freedesktop.org/xorg/util/makedepend/-/commits/master/ Signed-off-by: Christian Melki --- rules/host-makedepend.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-makedepend.make b

[ptxdist] [PATCH] host-mtools: Version bump. 4.0.37 -> 4.0.39

2022-05-10 Thread Christian Melki
Regular host tool maintenance. Signed-off-by: Christian Melki --- rules/host-mtools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-mtools.make b/rules/host-mtools.make index fc147dcf0..a205bd0f7 100644 --- a/rules/host-mtools.make +++ b/rules/host

[ptxdist] [PATCH] sdl2: Version bump. 2.0.20 -> 2.0.22.

2022-05-10 Thread Christian Melki
Various improvements. https://www.libsdl.org/tmp/SDL/WhatsNew.txt Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b/rules/sdl2.make index 0489ded86..bdd50daa1 100644 --- a/rules/sdl2.make +++ b/rules/sdl2

[ptxdist] [PATCH] openssl: Version bump. 1.1.1n -> 1.1.1o

2022-05-10 Thread Christian Melki
Minor bugfixes. * Move patchset, applies cleanly. Signed-off-by: Christian Melki --- .../0001-debian-targets.patch | 0 patches/{openssl-1.1.1n => openssl-1.1.1o}/0002-pic.patch | 0 ...003-Set-systemwide-default-settings-for-libssl-users.patch | 0 patc

Re: [ptxdist] How to get ptxdist recognize changes in busybox Config.src?

2022-05-03 Thread Christian Melki
On 5/3/22 11:24 AM, Andreas Helmcke wrote: Hello, I am trying to make / change a patch for busybox. The patch contains some changes to the busybox configuration in loginutils/Config.src. Calling make menuconfig in ptxdist/platform-.../build-target/busybox-1.35.0 works and shows the new menu

[ptxdist] [PATCH] libevdev: Add python dependency.

2022-04-28 Thread Christian Melki
* Add missing host-system-python3 (>=2.6) dependency. Signed-off-by: Christian Melki --- rules/libevdev.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libevdev.in b/rules/libevdev.in index 3cdc372db..4d90db437 100644 --- a/rules/libevdev.in +++ b/rules/libevdev.in @@ -2,6 +

[ptxdist] [PATCH v2] libcurl: Version bump. 7.82.0 -> 7.83.0

2022-04-27 Thread Christian Melki
: https://curl.se/docs/security.html * Builds without nss per default. * Explicitly disable headers-api. * Explicitly disable msh3. * lber is disabled by not selecting ldap (no change from previous). Signed-off-by: Christian Melki --- rules/libcurl.make | 6 -- 1 file changed, 4 insertions

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

2022-04-27 Thread Christian Melki
: https://curl.se/docs/security.html * Builds without nss per default. * msh3 is disabled by not selecting ngtcp2. * lber is disabled by not selecting ldap. Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[ptxdist] [PATCH] dbus: Version bump. 1.12.22 -> 1.14.0

2022-04-14 Thread Christian Melki
Major version. https://github.com/freedesktop/dbus/blob/master/NEWS * Change compression format of tarball. xz seems to be the new preferred method. Signed-off-by: Christian Melki --- rules/dbus.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/dbus.make b

[ptxdist] [PATCH] linux-firmware: Version bump. 20220310 -> 20220411.

2022-04-14 Thread Christian Melki
Notable changes: New AMD CPU ucode. 2,5 years newer for family 17h. Various AMD gpu firmwares. Intel bluetooth chipsets and stray wifi stuff. * Add comment about license data generation to ease maintainer understanding of existing ordering. * Fix whitespace mishap. Signed-off-by: Christian Melki

[ptxdist] [PATCH] host-autotools-libtool: Version bump. 2.4.6 -> 2.4.7

2022-04-14 Thread Christian Melki
Some 7 years in the making. Although a long time between releases, libtool didn't change that much. https://savannah.gnu.org/forum/forum.php?forum_id=10139 Mostly bugfixes. * Drop the entire patchset as everything seems to be included. Signed-off-by: Christian Melki --- .../0001-libool.m

[ptxdist] [PATCH] libcap: Version bump. 2.63 -> 2.64.

2022-04-14 Thread Christian Melki
Minor bugfixes. Release notes: https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.e8k97s2ae0nc Signed-off-by: Christian Melki --- rules/libcap.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcap.make b/rules/libcap.make index 745295e8f

[ptxdist] [PATCH] dump1090fa: Version bump. 7.1 -> 7.2

2022-04-14 Thread Christian Melki
Minor cosmetic fixes, mostly html/css related. Signed-off-by: Christian Melki --- rules/dump1090fa.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dump1090fa.make b/rules/dump1090fa.make index 366209805..6e63edeef 100644 --- a/rules/dump1090fa.make +++ b/rules

[ptxdist] [PATCH] libmnl: Version bump. 1.0.4 -> 1.0.5

2022-04-14 Thread Christian Melki
Nothing exiting. Almost entirely examples and documentation changes. Signed-off-by: Christian Melki --- rules/libmnl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libmnl.make b/rules/libmnl.make index f2ce45178..9106a5bf4 100644 --- a/rules/libmnl.make +++ b

[ptxdist] [PATCH] hwdata: Version bump. 0.357 -> 0.358.

2022-04-14 Thread Christian Melki
Nothing exiting. Run of the mill ids update. Signed-off-by: Christian Melki --- rules/hwdata.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/hwdata.make b/rules/hwdata.make index 885aa9111..2aad71177 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make

[ptxdist] [PATCH v2] ntp: Version bump. 4.2.8p12 -> 4.2.8p15

2022-04-13 Thread Christian Melki
year, whitespace, contributors. Signed-off-by: Christian Melki --- .../0001-make-the-build-reproducible.patch| 26 - patches/ntp-4.2.8p12/series | 4 --- ...o-not-use-PTHREAD_STACK_MIN-on-glibc.patch | 29 +++ patches/ntp-4.2.8p15/series

[ptxdist] [PATCH] openssh: Version bump. v8.9p1 -> v9.0p1

2022-04-13 Thread Christian Melki
he curious. https://en.wikipedia.org/wiki/NTRU Non portable changelog: https://www.openssh.com/releasenotes.html * Remove patch for improved detection of -fzero-call-used-regs. Signed-off-by: Christian Melki --- ...n-of-fzero-call-used-regs-all-suppor.patch | 31 --- patches/ope

[ptxdist] [PATCH] ntp: Version bump. 4.2.8p12 -> 4.2.8p15

2022-04-12 Thread Christian Melki
Almost 4 years worth of bugfixes. https://fossies.org/linux/ntp/ChangeLog * Drop old patchset, it was fixed in p14. * Add new patch to circumvent issues with glibc-2.34+. Signed-off-by: Christian Melki --- .../0001-make-the-build-reproducible.patch| 26 - patches/ntp

[ptxdist] [PATCH] host-freetype: Version bump. 2.10.4 -> 2.11.1

2022-04-11 Thread Christian Melki
* Change options. disable-biarch-config is gone. Also disable new brotli option. Signed-off-by: Christian Melki --- rules/host-freetype.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-freetype.make b/rules/host-freetype.make index d28362190..838cc8e84 100644

[ptxdist] [PATCH v2] gnutls: Version bump. 3.7.3 -> 3.7.4.

2022-04-11 Thread Christian Melki
are misspelled (configure help vs actual option). They will be corrected in the next release. * Disable stricter x509 checking. Signed-off-by: Christian Melki --- rules/gnutls.make | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rules/gnutls.make b/rules

[ptxdist] [PATCH v3] freetype: Version bump. 2.10.4 -> 2.11.1

2022-04-11 Thread Christian Melki
). * Change options. disable-biarch-config is gone. Also disable new brotli option. * Make comment about freetypes top level "configure". It is handcrafted. * Regenerate previous patch set, cosmetic line offset. Patch seems to work fine. Signed-off-by: Christian Melki --- ...freetype-

Re: [ptxdist] Misconfigured server people.redhat.com.

2022-04-11 Thread Christian Melki
Hi. people.redhat.com has been reconfigured. libcap-ng can now be fetched again. Left an issue on github regarding hosting the package somewhere else. Regards, Christian On 3/29/22 11:45 AM, Ian Abbott wrote: On 29/03/2022 09:20, Christian Melki wrote: Hi. libcap-ng currently fails to

Re: [ptxdist] [PATCH] openssh: Version bump. v8.8p1 -> v8.9p1

2022-04-05 Thread Christian Melki
On 4/5/22 12:20, Michael Olbrich wrote: > On Wed, Mar 30, 2022 at 08:53:47PM +0200, Christian Melki wrote: >> On 3/30/22 19:48, Michael Olbrich wrote: >>> On Wed, Mar 30, 2022 at 03:25:39PM +0200, Christian Melki wrote: >>>> Security miss, integer overflow i

[ptxdist] [PATCH] gnutls: Version bump. 3.7.3 -> 3.7.4.

2022-04-04 Thread Christian Melki
Various fixes and function expansion. Notable additions: Certificate compression. RFC8879. More extensive x509 sanity checking configure option. RFC5280. https://gitlab.com/gnutls/gnutls/-/blob/master/NEWS * Remove obsoleted configure options. Signed-off-by: Christian Melki --- rules

[ptxdist] [PATCH] libtasn1: Version bump. 4.17.0 -> 4.18.0

2022-04-04 Thread Christian Melki
Minimal changes. https://github.com/gnutls/libtasn1/blob/master/NEWS Signed-off-by: Christian Melki --- rules/libtasn1.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libtasn1.make b/rules/libtasn1.make index cd6a504c3..7e54635d2 100644 --- a/rules/libtasn1

[ptxdist] [PATCH 1/2] glib: Version bump. 2.70.4 -> 2.72.0

2022-04-04 Thread Christian Melki
Next stable series. https://gitlab.gnome.org/GNOME/glib/-/blob/main/NEWS Needs wringing with various packages. Signed-off-by: Christian Melki --- rules/glib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 0ea3d66ad..3679362e8

[ptxdist] [PATCH 2/2] glib-networking: Version bump. 2.68.1 -> 2.72.0

2022-04-04 Thread Christian Melki
Bump to be coherent with glib. https://gitlab.gnome.org/GNOME/glib-networking/-/blob/master/NEWS Mostly cryptographic related fixes. * Forward port old patch to this release, but since the build system changed slightly, the patch is new. Signed-off-by: Christian Melki --- .../0001-don-t-build

Re: [ptxdist] [PATCH v3] openssh: Version bump. v8.8p1 -> v8.9p1

2022-04-04 Thread Christian Melki
On 4/4/22 12:45 PM, Roland Hieber wrote: On Wed, Mar 30, 2022 at 10:17:06PM +0200, Christian Melki wrote: Security miss, integer overflow in the user auth path. Not exploitable due to privsep. * Update license. md5crypt removed, bcrypt relicensed. 4-Clause license removed. * Minor spelling

[ptxdist] [PATCH] expat: Version bump. 2.4.7 -> 2.4.8

2022-04-04 Thread Christian Melki
Minor changes, build system stuff. https://github.com/libexpat/libexpat/blob/R_2_4_8/expat/Changes Signed-off-by: Christian Melki --- rules/expat.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/expat.make b/rules/expat.make index ee5850ac1..ccea2d6ba 100644

[ptxdist] [PATCH] ethtool: Version bump. 5.16 -> 5.17.

2022-04-04 Thread Christian Melki
Minor feature addition release. https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=37f0586eff42acbcd1c7425c04ca996a22e0c05d Signed-off-by: Christian Melki --- rules/ethtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ethtool.make b/rules

[ptxdist] [PATCH] libcap-ng: Version bump. 0.8.2 -> 0.8.3

2022-04-04 Thread Christian Melki
ust a repo archive. So they dont hash the same as the release archive. Signed-off-by: Christian Melki --- rules/libcap-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make index ccd650b79..530af64ef 100644 --- a/rules/libcap-ng.

[ptxdist] [PATCH v2] dbus: Version bump. 1.12.20 -> 1.12.22

2022-04-01 Thread Christian Melki
Minor bugfix release. https://gitlab.freedesktop.org/dbus/dbus/blob/dbus-1.12/NEWS Signed-off-by: Christian Melki --- rules/dbus.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dbus.make b/rules/dbus.make index 168c58956..e0d596879 100644 --- a/rules/dbus.make

[ptxdist] [PATCH] dbus: Version bump. 1.2.20 -> 1.2.22

2022-04-01 Thread Christian Melki
Minor bugfix release. https://gitlab.freedesktop.org/dbus/dbus/blob/dbus-1.12/NEWS Signed-off-by: Christian Melki --- rules/dbus.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dbus.make b/rules/dbus.make index 168c58956..e0d596879 100644 --- a/rules/dbus.make

[ptxdist] [PATCH v2] libevdev: Version bump. 1.11.0 -> 1.12.1

2022-04-01 Thread Christian Melki
with Linux 5.17. Signed-off-by: Christian Melki --- rules/libevdev.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libevdev.make b/rules/libevdev.make index 95d5b6ea9..98b403ab5 100644 --- a/rules/libevdev.make +++ b/rules/libevdev.make @@ -14,8 +1

[ptxdist] [PATCH] libinput: Version bump. 1.18.0 -> 1.20.0

2022-03-31 Thread Christian Melki
gitlab. * Tarballs not provided as xz anymore. Signed-off-by: Christian Melki --- rules/libinput.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/libinput.make b/rules/libinput.make index 016cea8b6..f0b0781bb 100644 --- a/rules/libinput.make +++ b/rules

[ptxdist] [PATCH] util-linux-ng: Version bump. 2.37.4 -> 2.38.

2022-03-31 Thread Christian Melki
to 2.38, not patchlevels. * Opted to not introduce lsfd yet. Signed-off-by: Christian Melki --- rules/util-linux-ng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/util-linux-ng.make b/rules/util-linux-ng.make index 65fc63983..49b9d2bcb 100644 --- a/rules/util

<    3   4   5   6   7   8   9   10   11   12   >