[ptxdist] [PATCH] libffi: Version bump. 3.4.4 -> 3.4.5

2024-02-16 Thread Christian Melki
https://github.com/libffi/libffi/releases/tag/v3.4.5 * License file changed. Dates, years etc. * Forward patches, minor corrections, applies cleanly. Signed-off-by: Christian Melki --- ...bffi-Fix-location-of-libraries-for-multilib-toolch.patch | 2 +- ...2-libffi-ensure-sysroot-paths

[ptxdist] [PATCH] host-pkgconf: Version bump. 1.9.5 -> 2.1.1

2024-02-13 Thread Christian Melki
Another bump to host tools, looks ok. Mostly dependency solver and graphing fixes. Worked in my builds. https://github.com/pkgconf/pkgconf/blob/pkgconf-2.1.1/NEWS Signed-off-by: Christian Melki --- rules/host-pkgconf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] host-cmake: Version bump. 3.27.4 -> 3.28.3

2024-02-13 Thread Christian Melki
New minor version. Doesn't look dangerous, but tread lightly. https://cmake.org/cmake/help/latest/release/3.27.html https://cmake.org/cmake/help/latest/release/3.28.html * Fix license file hash. Version and year changed in cmzlib. Signed-off-by: Christian Melki --- rules/host-cmake.make | 6

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

2024-02-12 Thread Christian Melki
https://git.yoctoproject.org/opkg-utils/log/?h=0.6.3 Added acls and xattrs. Not sure they'll be used? Othersise, minor changes. Looks like they're trying to follow the opkg version number. * Rework the patch set. Try to follow the intentions of the previous diff. Signed-off-by: Christian Melki

[ptxdist] [PATCH] opkg: Version bump. 0.6.1 -> 0.6.3

2024-02-12 Thread Christian Melki
https://git.yoctoproject.org/opkg/log/?h=v0.6.3 Minor changes really. Just bump it so host-opkg follows. Signed-off-by: Christian Melki --- rules/opkg.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/opkg.make b/rules/opkg.make index b4c2d1020..9e80a0494 100644

[ptxdist] [PATCH] expat: Version bump. 2.5.0 -> 2.6.0

2024-02-08 Thread Christian Melki
https://github.com/libexpat/libexpat/blob/R_2_6_0/expat/Changes Plugs CVEs: CVE-2023-52425 - Fix quadratic runtime issues with big tokens CVE-2023-52426 - Fix billion laughs attacks without XML_DTD Signed-off-by: Christian Melki --- rules/expat.make | 4 ++-- 1 file changed, 2 insertions(+), 2

[ptxdist] [PATCH] hwdata: Version bump. 0.378 -> 0.379

2024-02-08 Thread Christian Melki
Minor updates. 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 cf5d7e132..6ffcbba70 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] orc: Version bump. 0.4.36 -> 0.4.37

2024-02-08 Thread Christian Melki
Minor fixes. https://gitlab.freedesktop.org/gstreamer/orc/-/blob/0.4.37/RELEASE Signed-off-by: Christian Melki --- rules/orc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/orc.make b/rules/orc.make index 8baa69fc5..1c1e1979b 100644 --- a/rules/orc.make +++ b

[ptxdist] [PATCH] host-makedepend: Version bump. 1.0.8 -> 1.0.9

2024-02-06 Thread Christian Melki
Minor bugfixes. Autoconf 2.70+. * Code stopped depending on xorgproto. Two macros included in source instead. Fix .in file. Signed-off-by: Christian Melki --- rules/host-makedepend.in | 1 - rules/host-makedepend.make | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git

[ptxdist] [PATCH] openssl: Version bump. 3.2.0 -> 3.2.1

2024-02-06 Thread Christian Melki
registers on PowerPC CPUs which support PowerISA 2.07. * Remove one patch. Code was added to the release. Signed-off-by: Christian Melki --- ...frag_len-checking-if-no-Max-Fragment.patch | 41 --- .../0001-debian-targets.patch | 0 .../0002-pic.patch

[ptxdist] [PATCH] xkeyboard-config: Version bump. 2.40 -> 2.41

2024-02-06 Thread Christian Melki
Minor fixes, translation updates. Signed-off-by: Christian Melki --- rules/xkeyboard-config.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/xkeyboard-config.make b/rules/xkeyboard-config.make index a51065772..50899f715 100644 --- a/rules/xkeyboard-config.make

Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Christian Melki
On 2/5/24 21:49, Sebastian Muxel wrote: > [Du f?r inte e-post ofta fr?n sebastian.mu...@entner-electronics.com. L?s om > varf?r det h?r ?r viktigt p? https://aka.ms/LearnAboutSenderIdentification ] > > Hello > >> Just curious. In what situation would you need to alter the default >> padding

Re: [ptxdist] [PATCH] u-boot: Allow specification of padding byte for custom env images

2024-02-05 Thread Christian Melki
On 2/5/24 21:16, Sebastian Muxel wrote: > [Du får inte e-post ofta från sebastian.mu...@entner-electronics.com. Läs om > varför det här är viktigt på https://aka.ms/LearnAboutSenderIdentification ] > > The env image is currently always padded with the default bytes 0xFF. > New configuration

[ptxdist] [PATCH] sdl2: Version bump. 2.28.5 -> 2.30.0

2024-02-05 Thread Christian Melki
Some changes, but interface wise looks ok. Ie mostly fixes and some enhancements. Still (if I got it right), 400+ commits... So something interesting might pop up. https://github.com/libsdl-org/SDL/releases/tag/release-2.30.0 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file

[ptxdist] [PATCH] libpciaccess: Version bump. 0.17 -> 0.18

2024-02-05 Thread Christian Melki
Some minor bugfixes and a dropped autotools build system. * Convert to meson. * Remove MTRR overrides. Don't think there are x86s without MTRR/PATs this side of the millenia. It should be automatically detected just fine. * Explicitly enable HWDATA dependency. Signed-off-by: Christian Melki

[ptxdist] [PATCH] batctl: Version bump. 2023.2 -> 2024.0

2024-02-05 Thread Christian Melki
Some minor changes. https://github.com/open-mesh-mirror/batman-adv/blob/v2024.0/CHANGELOG.rst Signed-off-by: Christian Melki --- rules/batctl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/batctl.make b/rules/batctl.make index 8545e4c05..035fa42b1 100644

[ptxdist] [PATCH] libpng: Version bump. 1.6.41 -> 1.6.42

2024-02-05 Thread Christian Melki
Minor bugfix only. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES Signed-off-by: Christian Melki --- rules/libpng.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libpng.make b/rules/libpng.make index aaada5825..4fe4bb7c3 100644 --- a/rules

[ptxdist] [PATCH] host-tz-database: Version bump. 2023c -> 2024a.

2024-02-04 Thread Christian Melki
Some internal build changes. And afaict, no mishaps on the most common host platform. https://github.com/eggert/tz/blob/2024a/NEWS https://github.com/eggert/tz/blob/2023d/NEWS Signed-off-by: Christian Melki --- rules/host-tz-database.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions

[ptxdist] [PATCH] libusb: Version bump. 1.0.26 -> 1.0.27

2024-02-02 Thread Christian Melki
Nothing overly exciting. Some new API calls, will probably replace older ones at some point. https://github.com/libusb/libusb/blob/v1.0.27/ChangeLog * License hash changed. File had copyright year changes. Signed-off-by: Christian Melki --- rules/libusb.make | 6 +++--- 1 file changed, 3

[ptxdist] [PATCH] efivar: Version bump. 38 -> 39.

2024-02-02 Thread Christian Melki
in this release. * Disable doc building. Was part of the patches, now has a flag. Signed-off-by: Christian Melki --- ...uild-util.c-separately-for-makeguids.patch | 34 .../0002-docs-Remove-docs-building.patch | 25 - ...0003-fix-building-with-binutils-2.36.patch | 26

[ptxdist] [PATCH] libcurl: Version bump. 8.5.0 -> 8.6.0

2024-02-01 Thread Christian Melki
The usual. A few enhancements, a bunch of bugfixes. https://curl.se/changes.html#8_6_0 Plugs CVE: CVE-2024-0853: OCSP verification bypass with TLS session reuse * License file changed. Copyright year updates. * Explicitly disable a new option. Signed-off-by: Christian Melki --- rules

[ptxdist] [PATCH] qemu: Version bump. 8.1.4 -> 8.2.1

2024-01-31 Thread Christian Melki
Notable changes, kernel 4.4+, deprecated HAX. I think qemu could use an options cleaning pass at some point. https://wiki.qemu.org/ChangeLog/8.2 * Remove hax option. * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- ...pfs-allow-real-symlinks-for-security_model-mapped

[ptxdist] [PATCH] host-qemu: Follow target qemu.

2024-01-31 Thread Christian Melki
This requires the work done to move HOST_DTC and DTC from platform configurations to hosttools_noprompt.␘ * Disable hax. Signed-off-by: Christian Melki --- rules/host-qemu.in | 1 + rules/host-qemu.make | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host-qemu.in b

[ptxdist] [PATCH] orc: Version bump. 0.4.35 -> 0.4.36

2024-01-31 Thread Christian Melki
Minor bugfix for crashes on some x86 machines. https://github.com/GStreamer/orc/blob/d025a28fb990f04998fa020fe99bcb4fb87dac79/RELEASE Signed-off-by: Christian Melki --- rules/orc.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/orc.make b/rules/orc.make index

[ptxdist] [PATCH] alsa-utils: Version bump. 1.2.10 -> 1.2.11

2024-01-31 Thread Christian Melki
Same issue as with alsa-lib. Could not find summary of changes. Looks mostly like minor changes and fixes. https://github.com/alsa-project/alsa-utils/releases/tag/v1.2.11 * Forward patchset. Applies cleanly. * Pin down configure options. Signed-off-by: Christian Melki --- ...lsactl-info.c-fix

[ptxdist] [PATCH] alsa-lib: Version bump. 1.2.10 -> 1.2.11

2024-01-31 Thread Christian Melki
Can't find useful summary of changes. URL might be updated later on? Looks mostly like minor fixes and enhancements. https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.11 Signed-off-by: Christian Melki --- rules/alsa-lib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] ethtool: Version bump. 6.6 -> 6.7

2024-01-31 Thread Christian Melki
Minor changes, uapi update. https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/log/?h=v6.7 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 13be57957..66ca739e9

[ptxdist] [PATCH v2] strace: Version bump. 6.6 -> 6.7

2024-01-31 Thread Christian Melki
Minor fixes and enhancements. https://github.com/strace/strace/releases/tag/v6.7 * License file changed, copyright year changes only. Signed-off-by: Christian Melki --- rules/strace.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/strace.make b/rules

[ptxdist] [PATCH] strace: Version bump. 6.6 -> 6.7

2024-01-31 Thread Christian Melki
Minor fixes and enhancements. https://github.com/strace/strace/releases/tag/v6.7 Signed-off-by: Christian Melki --- rules/strace.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index f61fdecea..2b505e57e 100644 --- a/rules

[ptxdist] [PATCH] pixman: Version bump. 0.43.0 -> 0.43.2

2024-01-30 Thread Christian Melki
Almost no changes. Just keeping it up to latest. https://lists.freedesktop.org/archives/pixman/2024-January/005010.html Signed-off-by: Christian Melki --- rules/pixman.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pixman.make b/rules/pixman.make index

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

2024-01-29 Thread Christian Melki
A new major release. https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/releases/v17.0 * Clear some textual remnants of autoconf. * Remove patchset, is now integrated. Signed-off-by: Christian Melki --- ...-optional-when-gsettings-is-disabled.patch | 21 --- patches

[ptxdist] [PATCH] host-harfbuzz: Follow the meson conversion of target harfbuzz.

2024-01-29 Thread Christian Melki
I don't have a test target for host-harfbuzz (can't find a selection of it). So maybe someone else can test this? Signed-off-by: Christian Melki --- rules/host-harfbuzz.in | 1 + rules/host-harfbuzz.make | 47 2 files changed, 25 insertions(+), 23

[ptxdist] [PATCH v2] harfbuzz: Version bump. 5.3.1 -> 8.3.0

2024-01-29 Thread Christian Melki
://github.com/harfbuzz/harfbuzz/releases/tag/8.2.1 https://github.com/harfbuzz/harfbuzz/releases/tag/8.2.2 https://github.com/harfbuzz/harfbuzz/releases/tag/8.3.0 * Meson rewrite. * License file changed. Contributor copyright changes. * Disable the new wasm engine. Signed-off-by: Christian Melki

Re: [ptxdist] [PATCH] harfbuzz: Version bump. 5.3.1 -> 8.3.0

2024-01-29 Thread Christian Melki
On 1/29/24 16:40, Michael Olbrich wrote: > On Fri, Jan 26, 2024 at 08:41:46PM +0100, Christian Melki wrote: >> Major version bumps. >> A lot of work went into the releases. >> Harfbuzz is a victim bump for sdl2-ttf. >> sdl2-ttf in ptxdist uses freetype and harfbuzz ext

[ptxdist] [PATCH v2] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0

2024-01-29 Thread Christian Melki
-off-by: Christian Melki --- ...0001-configure-make-opengl-support-switchable.patch | 6 +++--- .../{SDL2_ttf-2.20.2 => SDL2_ttf-2.22.0}/autogen.sh| 0 patches/{SDL2_ttf-2.20.2 => SDL2_ttf-2.22.0}/series| 0 rules/sdl2-ttf.make| 10 +- 4

[ptxdist] [PATCH v2] libpng: Version bump. 1.6.40 -> 1.6.41

2024-01-29 Thread Christian Melki
A couple of changes to the build options and build mechanisms. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES * Disable tests and tools. Not used by the ruleset. * Pin down some new options. Signed-off-by: Christian Melki --- rules/libpng.make | 8 ++-- 1 file changed, 6

[ptxdist] [PATCH] sdl2-ttf: Version bump. 2.20.2 -> 2.22.0

2024-01-26 Thread Christian Melki
Major release. The summary is a bit thin on details. https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.22.0 (.21 was prerelease). * License file changed. Copyright year changed. * Rearrange options for cleane option parsing. Signed-off-by: Christian Melki --- rules/sdl2-ttf.make

[ptxdist] [PATCH] harfbuzz: Version bump. 5.3.1 -> 8.3.0

2024-01-26 Thread Christian Melki
-by: Christian Melki --- rules/harfbuzz.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/harfbuzz.make b/rules/harfbuzz.make index 6726fd196..95459c038 100644 --- a/rules/harfbuzz.make +++ b/rules/harfbuzz.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_HARFBUZZ

[ptxdist] [PATCH] mesalib: Version bump. 23.3.3 -> 23.3.4

2024-01-26 Thread Christian Melki
Minor changeset. https://docs.mesa3d.org/relnotes/23.3.4.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 a57ef7648..49dc247a4 100644 --- a/rules/mesalib.make +++ b

[ptxdist] [PATCH] libpng: Version bump. 1.6.40 -> 1.6.41

2024-01-26 Thread Christian Melki
A couple of changes to the build options and build mechanisms. https://sourceforge.net/p/libpng/code/ci/libpng16/tree/CHANGES * Disable tests and tools. Not used by the ruleset. * Pin down some new options. Signed-off-by: Christian Melki --- rules/libpng.make | 8 ++-- 1 file changed, 6

[ptxdist] [PATCH] libjpeg: Version bump. 3.0.1 -> 3.0.2

2024-01-26 Thread Christian Melki
Minor fix version. https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.2 * Change download URL. Old host does not seem to carry the new releases anymore. Downloads from the main home page point to github. Signed-off-by: Christian Melki --- rules/libjpeg.make | 6 +++--- 1 file

[ptxdist] [PATCH] zlib: Version bump. 1.3 -> 1.3.1

2024-01-26 Thread Christian Melki
Minor fix version. https://github.com/madler/zlib/releases/tag/v1.3.1 Includes fixes to CVE-2023-45853 (minizip). But hasn't affected the ptxdist installation afaict. Signed-off-by: Christian Melki --- rules/zlib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[PATCH] barebox_imd: Add IMD sections to mpc-85xx.

2024-01-25 Thread Christian Melki
Seems PowerPC in general is missing the IMD sections. Placement might be suboptimal, please correct if so. Signed-off-by: Christian Melki --- arch/powerpc/mach-mpc85xx/barebox.lds.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/mach-mpc85xx/barebox.lds.S b/arch/powerpc

Re: [ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97

2024-01-25 Thread Christian Melki
On 1/25/24 18:27, Michael Olbrich wrote: > On Tue, Jan 23, 2024 at 06:13:33PM +0100, Christian Melki wrote: >> Looks minor. >> https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM >> https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_

[ptxdist] [PATCH] nss: Version bump. 3.96 -> 3.97

2024-01-23 Thread Christian Melki
Looks minor. https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (expected) * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- .../{nss-3.96 => nss-3.97}/0001-nss-fix-nsinst

[ptxdist] [PATCH] ca-certificates: Version bump. 3.96 -> 3.97

2024-01-23 Thread Christian Melki
Looks minor. https://github.com/nss-dev/nss/compare/NSS_3_96_RTM...NSS_3_97_RTM https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_97.html (expected) Signed-off-by: Christian Melki --- rules/ca-certificates.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[ptxdist] [PATCH] glib: Version bump. 2.78.3 -> 2.78.4

2024-01-23 Thread Christian Melki
Very minor fix release. https://gitlab.gnome.org/GNOME/glib/-/releases/2.78.4 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 97a83efcf..67c60227c 100644 --- a/rules/glib.make

[ptxdist] [PATCH] host-dtc: Move devicetree compiler from platform to hosttools_noprompt.

2024-01-22 Thread Christian Melki
tools. This work preps for the QEMU upgrade by using the previous work of target DTC to provide HOST_DTC as a normal ptxconf hosttool. The end result is that HOST_DTC is reachable for HOST_QEMU. This also removes the specific version for the platform side. Signed-off-by: Christian Melki

PPC initrd placement.

2024-01-22 Thread Christian Melki
Hi. I encountered some initrd issues I can't explain. Using a 2023.05 and can't find any significant differences to master related to this. Barebox iomem output looks like: 0x - 0x (size 0x) iomem 0x - 0x1fff (size

[ptxdist] [PATCH] libinput: Version bump. 1.24.0 -> 1.25.0

2024-01-18 Thread Christian Melki
Various quirk fixes mostly. https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.25.0 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 59aea1a16..f28917752

[ptxdist] [PATCH] mesalib: Version bump. 23.3.1 -> 23.3.3

2024-01-18 Thread Christian Melki
Minor fixes. https://docs.mesa3d.org/relnotes/23.3.2.html https://docs.mesa3d.org/relnotes/23.3.3.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 af6b6ce70..a57ef7648

[ptxdist] [PATCH] linux-firmware: Version bump. 20231211 -> 20240115

2024-01-16 Thread Christian Melki
* Add intel ivsc (Intel Visual Sensing Controller present in various Tiger lake, Alder lake and Raptor Lake SoCs) license. * Update cirrus license. A bunch of cirrus firmwares were added. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 7 --- 1 file changed, 4 insertions

[ptxdist] [PATCH] libdrm: Version bump. 2.4.119 -> 2.4.120

2024-01-16 Thread Christian Melki
Again, a very small changeset. https://gitlab.freedesktop.org/mesa/drm/-/commits/libdrm-2.4.120?ref_type=tags Signed-off-by: Christian Melki --- rules/libdrm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.make b/rules/libdrm.make index b411d9d51

[ptxdist] [PATCH] libunwind: Version bump. 1.7.2 -> 1.8.0

2024-01-16 Thread Christian Melki
A bunch of bugfixes mostly. https://github.com/libunwind/libunwind/releases/tag/v1.8.0 * Remove patchset, included in the release. * Rearrange options for a cleaner configure_helper call. Add disable-nto (neutrino). Signed-off-by: Christian Melki --- .../0001-Fix-FTBFS-on-Linux-ppc32.patch

Re: [ptxdist] Reporting difficulties to build usbutils package, RFC EUDEV?

2024-01-13 Thread Christian Melki
On 1/13/24 08:22, Mariusz Pielat wrote: > Hello, > > I've tried to enable and build the usbutils package in PTXDIST-2023.07.0 > and it was not possible due to unfulfilled requirements.  > > In the given PTXDIST version the usbutils rulefile points to version > 015. According to

[ptxdist] [PATCH v2] linux-firmware: Version bump. 20231111 -> 20231211

2024-01-10 Thread Christian Melki
license for Airoha, a 2.5G Eth. PHY. Signed-off-by: Christian Melki --- ...-Don-t-depend-on-exotic-binaries-tha.patch | 29 --- patches/linux-firmware-2023/series| 4 --- rules/linux-firmware.make | 13 +++-- 3 files changed, 11 insertions

[ptxdist] [PATCH] iproute2: Version bump. 6.6.0 -> 6.7.0

2024-01-09 Thread Christian Melki
Mostly various bridge changes. There is a new color output option, but it's by default set to "never". https://github.com/iproute2/iproute2/compare/v6.6.0...v6.7.0 Signed-off-by: Christian Melki --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[ptxdist] [PATCH] hwdata: Version bump. 0.377 -> 0.378.

2024-01-08 Thread Christian Melki
The id updates/changes. 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 2ae233525..cf5d7e132 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] sdl2-image: Version bump. 2.8.1 -> 2.8.2

2024-01-08 Thread Christian Melki
Very minor changeset. https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.2 Signed-off-by: Christian Melki --- rules/sdl2-image.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make index 5b9a83968..bf9167d29

Re: [ptxdist] Difficulties to compile package utils-linux while upgrading from PTXDIST-2023.09.0 to PTXDIST-2023.19.0.

2024-01-08 Thread Christian Melki
Hi, On 1/8/24 1:14 PM, ruggero wrote: [Du f?r inte e-post ofta fr?n rro...@atb-biomag.de. L?s om varf?r det h?r ?r viktigt p? https://aka.ms/LearnAboutSenderIdentification ] Hello everybody, my BSP still uses an old version of linux / libC, that does not provide all modern features.

Re: [ptxdist] [EXT] Re: [PATCH] libfdt: New package.

2024-01-05 Thread Christian Melki
, 2024 12:16 PM To: ptxdist@pengutronix.de Subject: [EXT] Re: [ptxdist] [PATCH] libfdt: New package. [EXTERNAL EMAIL] Hi Christian! On Thu, Jan 04, 2024 at 10:26:42AM +0100, Christian Melki wrote: Hi Ladis, On 1/4/24 10:12 AM, Ladislav Michl wrote: Hi, On Wed, Jan 03, 2024 at 08:23:52PM +0100

Re: [ptxdist] [PATCH] libfdt: New package.

2024-01-04 Thread Christian Melki
Hi Ladis, On 1/4/24 10:12 AM, Ladislav Michl wrote: Hi, On Wed, Jan 03, 2024 at 08:23:52PM +0100, Christian Melki wrote: Add the device-tree-compiler source as libfdt. I guess the package could have been named dtc as a target variant with libfdt, but I don't know of any uses of the dtc

[ptxdist] [PATCH] libfdt: New package.

2024-01-03 Thread Christian Melki
+, as it requires libfdt as a separate library. It has stopped providing one internally. Signed-off-by: Christian Melki --- rules/libfdt.in | 9 +++ rules/libfdt.make | 69 +++ 2 files changed, 78 insertions(+) create mode 100644 rules/libfdt.in

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

2024-01-03 Thread Christian Melki
Minor changes. https://github.com/stevegrubb/libcap-ng/compare/v0.8.3...v0.8.4 * Python2 support has been dropped, not that we used to create bindings, but the option is removed, so drop it on our side too. Signed-off-by: Christian Melki --- rules/libcap-ng.make | 5 ++--- 1 file changed, 2

[ptxdist] [PATCH] mesalib: Version bump. 23.3.0 -> 23.3.1

2023-12-28 Thread Christian Melki
Minor bugfix release. https://docs.mesa3d.org/relnotes/23.3.1.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 b29180c57..af6b6ce70 100644 --- a/rules/mesalib.make

[ptxdist] [PATCH] iw: Version bump. 5.19 -> 6.7

2023-12-27 Thread Christian Melki
Minor fixes. Adds printing of Peer Measurement (PMSR) and Flight Time Measurement (FTM) capabilities. https://git.kernel.org/pub/scm/linux/kernel/git/jberg/iw.git/log/?h=v6.7 Signed-off-by: Christian Melki --- rules/iw.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH 1/2] libcap-ng: Version bump. 0.8.3 -> 0.8.4

2023-12-27 Thread Christian Melki
Minor changes. https://github.com/stevegrubb/libcap-ng/compare/v0.8.3...v0.8.4 * Python2 support has been dropped, not that we used to create bindings, but the option is removed, so drop it on our side too. Signed-off-by: Christian Melki --- rules/libcap-ng.make | 5 ++--- 1 file changed, 2

[ptxdist] [PATCH 2/2] host-libcap-ng: Follow suite from target libcap-ng.

2023-12-27 Thread Christian Melki
* Drop python2 option. Language isn't supported any more. Signed-off-by: Christian Melki --- rules/host-libcap-ng.make | 1 - 1 file changed, 1 deletion(-) diff --git a/rules/host-libcap-ng.make b/rules/host-libcap-ng.make index 35a378f9d..3e0569693 100644 --- a/rules/host-libcap-ng.make +++ b

[ptxdist] [PATCH] libdrm: Version bump. 2.4.118 -> 2.4.119

2023-12-27 Thread Christian Melki
Very small changeset. https://gitlab.freedesktop.org/mesa/drm/-/commits/libdrm-2.4.119?ref_type=tags Signed-off-by: Christian Melki --- rules/libdrm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.make b/rules/libdrm.make index fc6d249ba..b411d9d51

[ptxdist] [PATCH] qemu: Version bump. 8.1.3 -> 8.1.4

2023-12-27 Thread Christian Melki
Minor bugfix release. https://github.com/qemu/qemu/compare/v8.1.3...v8.1.4 * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 .../0101-let-ninja-use-the-jobserver.patch| 0 patches/{qemu

[ptxdist] [PATCH] openssh: Version bump. 9.5p1 -> 9.6p1

2023-12-19 Thread Christian Melki
Minor changes. https://www.openssh.com/txt/release-9.6 Signed-off-by: Christian Melki --- rules/openssh.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssh.make b/rules/openssh.make index c8cdf645e..7f55b2ba3 100644 --- a/rules/openssh.make +++ b/rules

[PATCH] habv4: Fix parsing of unresonable events.

2023-12-18 Thread Christian Melki
the end of scope. Signed-off-by: Christian Melki --- drivers/hab/habv4.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/hab/habv4.c b/drivers/hab/habv4.c index f74de009fc..1a55a3e448 100644 --- a/drivers/hab/habv4.c +++ b/drivers/hab/habv4.c

[ptxdist] [PATCH] nss: Version bump. 3.92 -> 3.96

2023-12-18 Thread Christian Melki
/security/nss/releases/nss_3_96.html (expected) * Forward patchset, fix minor offset, applies cleanly. Signed-off-by: Christian Melki --- .../0001-nss-fix-nsinstall-build.patch | 0 patches/{nss-3.92 => nss-3.96}/0002-add-nss.pc.in.patch | 0 .../0003-HACK-don-t-bu

[ptxdist] [PATCH] ca-certificates: Version bump. 3.92 -> 3.96

2023-12-18 Thread Christian Melki
/security/nss/releases/nss_3_96.html (expected) Signed-off-by: Christian Melki --- rules/ca-certificates.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ca-certificates.make b/rules/ca-certificates.make index 297fa40be..5ddf2b6d7 100644 --- a/rules/ca

[ptxdist] [PATCH] glib: Version bump. 2.78.2. -> 2.78.3

2023-12-16 Thread Christian Melki
Very minor fix release. https://gitlab.gnome.org/GNOME/glib/-/releases/2.78.3 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 be5919e8c..97a83efcf 100644 --- a/rules/glib.make

[ptxdist] [PATCH] sdl2-image: Version bump. 2.8.0 -> 2.8.1

2023-12-16 Thread Christian Melki
Minor fixes and enhancements. https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.1 Signed-off-by: Christian Melki --- rules/sdl2-image.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2-image.make b/rules/sdl2-image.make index 86f624032

[ptxdist] [PATCH] linux-firmware: Version bump. 20231111 -> 20231211

2023-12-12 Thread Christian Melki
license for Airoha, a 2.5G Eth. PHY. Signed-off-by: Christian Melki --- ...-Don-t-depend-on-exotic-binaries-tha.patch | 29 --- patches/linux-firmware-2023/series| 4 --- rules/linux-firmware.make | 13 +++-- 3 files changed, 11 insertions

Re: [ptxdist] [PATCH v2] libxml2: Version bump. 2.11.6 -> 2.12.2

2023-12-11 Thread Christian Melki
On 12/11/23 17:41, Michael Olbrich wrote: > On Thu, Dec 07, 2023 at 08:19:27PM +0100, Christian Melki wrote: >> Major rework, I guess mostly speed related. >> https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.12.0 >> https://gitlab.gnome.org/GNOME/libxml2/-/rele

[ptxdist] [PATCH] chrony: Version bump. 4.4 -> 4.5

2023-12-07 Thread Christian Melki
Various fixes. https://github.com/mlichvar/chrony/compare/4.4...4.5 https://github.com/mlichvar/chrony/blob/4.5/NEWS Chrony could do with a little bit of option polishing. * Forward patch, fix offset. Applies ok. Signed-off-by: Christian Melki --- ...001-configure-make-unrecognized-option

[ptxdist] [PATCH] libcurl: Version bump. 8.4.0 -> 8.5.0

2023-12-07 Thread Christian Melki
Bunch of fixes. https://curl.se/changes.html#8_5_0 Plugs noncritical CVEs: CVE-2023-46218: cookie mixed case PSL bypass CVE-2023-46219: HSTS long file name clears contents Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH v2] libxml2: Version bump. 2.11.6 -> 2.12.2

2023-12-07 Thread Christian Melki
. It's still MIT and ISC, but over a different set of files. Remove hash.c, add dict.c and list.c. Copyright file had some references to copyrighted files removed. They have been replaced. Signed-off-by: Christian Melki --- .../0200-xml2-config-is-not-SYSROOT-aware.patch| 0 patches

[ptxdist] [PATCH] libxslt: Version bump. 1.1.37 -> 1.1.39

2023-12-07 Thread Christian Melki
Victim bump for the libxml2 bump. Bunch of fixes and improvements. Looks mostly harmless. Let's try it and see. https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.38 https://gitlab.gnome.org/GNOME/libxslt/-/releases/v1.1.39 * Forward patchset, applies cleanly. Signed-off-by: Christian Melki

[ptxdist] [PATCH] sdl2-image: Version bump. 2.6.3 -> 2.8.0

2023-12-06 Thread Christian Melki
WEBP animations and minor updates. https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.0 * Change URL to github. For whatever reason, the sdl.org tarball was giving me weird libarchive warnings. * Rearrange options and be more explicit. Signed-off-by: Christian Melki --- rules

[ptxdist] [PATCH v2] util-linux: Version bump. 2.39.2 -> 2.39.3

2023-12-06 Thread Christian Melki
Minor changes. https://github.com/util-linux/util-linux/compare/v2.39.2...v2.39.3 * Add resizepart and setsid utils. Fix setsid collision with busybox setsid. * Move patchset, applies cleanly. Signed-off-by: Christian Melki --- ...-properly-handle-gettext-non-existence.patch | 0 .../series

[ptxdist] [PATCH] glib: Version bump. 2.78.1 -> 2.78.2

2023-12-06 Thread Christian Melki
Minor bugfix release. https://gitlab.gnome.org/GNOME/glib/-/releases/2.78.2 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 15c8520b7..be5919e8c 100644 --- a/rules/glib.make +++ b

[ptxdist] [PATCH] util-linux: Version bump. 2.39.2 -> 2.39.3

2023-12-06 Thread Christian Melki
Minor changes. https://github.com/util-linux/util-linux/compare/v2.39.2...v2.39.3 * Add resizepart and setsid utils. * Move patchset, applies cleanly. Signed-off-by: Christian Melki --- ...eson-properly-handle-gettext-non-existence.patch | 0 .../{util-linux-2.39.2 => util-linux-2.3

Re: [ptxdist] [PATCH] mesalib: Version bump. 23.1.9 -> 23.3.0

2023-12-06 Thread Christian Melki
Hi Philipp. Sorry, I missed your bump in the mailing list. One would obviously go for your version, I did very little testing beside my existing configuration. Regards, Christian On 12/6/23 10:46, Philipp Zabel wrote: > Hi Christian, > > On Di, 2023-12-05 at 20:27 +0100, Christian Me

[ptxdist] [PATCH] libnl3: Version bump. 3.8.0 -> 3.9.0

2023-12-05 Thread Christian Melki
Mostly minor fixes. https://github.com/thom311/libnl/compare/libnl3_8_0...libnl3_9_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 4c0f1a256..abb661b90 100644 --- a/rules

[ptxdist] [PATCH] hwdata: Version bump. 0.376 -> 0.377

2023-12-05 Thread Christian Melki
Usual id enhancements. 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 ade5d42d8..2ae233525 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] mesalib: Version bump. 23.1.9 -> 23.3.0

2023-12-05 Thread Christian Melki
Nvidia. 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 77cc3e00a..f6ab92d5b 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] libxml2: Version bump. 2.11.6 -> 2.12.1

2023-12-04 Thread Christian Melki
dict.c and list.c. Copyright file had some references to copyrighted files removed. They have been replaced. Signed-off-by: Christian Melki --- .../0200-xml2-config-is-not-SYSROOT-aware.patch| 0 patches/{libxml2-2.11.6 => libxml2-2.12.1}/series | 0 rules/libxml2.m

[ptxdist] [PATCH] weston: Version bump. 12.0.2 -> 13.0.0

2023-12-04 Thread Christian Melki
https://lists.freedesktop.org/archives/wayland-devel/2023-November/043326.html logind backend is gone, sort of makes seatd mandatory afaict. * Remove deprecated options. * seatd is a hard dependency now(?) * Forward patchset applies cleanly. Signed-off-by: Christian Melki --- .../0001-HACK

[ptxdist] [PATCH] libseccomp: Version bump. 2.5.4 -> 2.5.5

2023-12-03 Thread Christian Melki
Very minor syscall table update. * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- ...1-run-time-use-a-broadly-supported-shell-interpreter.patch | 0 patches/{libseccomp-2.5.4 => libseccomp-2.5.5}/series | 0 rules/libseccomp.m

[ptxdist] [PATCH] ethtool: Version bump. 6.5 -> 6.6

2023-11-25 Thread Christian Melki
Very minor changes. UAPI update to latest kernel. 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 a80c0fef9..13be57957 100644 --- a/rules/ethtool.make +++ b/rules

[ptxdist] [PATCH] qemu: Version bump. 8.1.2 -> 8.1.3

2023-11-24 Thread Christian Melki
Minor fixes. https://github.com/qemu/qemu/compare/v8.1.2...v8.1.3 * Forward patchset, applies cleanly Signed-off-by: Christian Melki --- ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 .../0101-let-ninja-use-the-jobserver.patch| 0 .../0102-HACK-use

[ptxdist] [PATCH] libdrm: Version bump. 2.4.117 -> 2.4.118.

2023-11-21 Thread Christian Melki
Minor fixes. https://gitlab.freedesktop.org/mesa/drm/-/commits/libdrm-2.4.118?ref_type=tags Signed-off-by: Christian Melki --- rules/libdrm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.make b/rules/libdrm.make index 787dd9311..fc6d249ba 100644

[ptxdist] [PATCH] libxml2: Version bump. 2.11.5 -> 2.11.6

2023-11-17 Thread Christian Melki
Just a minor bump. https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.6 Plugs CVE: CVE-2023-45322: use-after-free in xmlParseCharDataInternal * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- .../0200-xml2-config-is-not-SYSROOT-aware.patch | 0 patches

[ptxdist] [PATCH v2] linux-firmware: Version bump. 20231030 -> 20231111

2023-11-15 Thread Christian Melki
tel ixp4xx series. * Add patch to remove strict dependency on finding rdfind. https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/diff/copy-firmware.sh?id=cf8315ded9b422d2e8b620ffe8bb661221639c8f Signed-off-by: Christian Melki --- ...-Don-t-depend-on-exotic-binaries-tha.

[ptxdist] [PATCH] linux-firmware: Version bump. 20231030 -> 20231111

2023-11-14 Thread Christian Melki
A shorter release cycle. But otherwise, the usual stuff. GPU, radio stuff. Nvidia firmware for Turing and later included. * Add license for the old Intel ixp4xx series. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH] tpm2-tools: Version bump. 5.5. -> 5.6

2023-11-14 Thread Christian Melki
Looks like minor feature changes and bugfixes. https://github.com/tpm2-software/tpm2-tools/releases/tag/5.6 Signed-off-by: Christian Melki --- rules/tpm2-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tpm2-tools.make b/rules/tpm2-tools.make index

<    1   2   3   4   5   6   7   8   9   10   >