[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

[ptxdist] [PATCH] bash: Version bump. 5.2.15 -> 5.2.21

2023-11-12 Thread Christian Melki
Minor fixes. Signed-off-by: Christian Melki --- rules/bash.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/bash.make b/rules/bash.make index 7acc67560..fd6370887 100644 --- a/rules/bash.make +++ b/rules/bash.make @@ -13,8 +13,8 @@ PACKAGES-$(PTXCONF_BASH

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

2023-11-05 Thread Christian Melki
Nothing overly exciting. Fixes and uapi updates. https://github.com/iproute2/iproute2/compare/v6.5.0...v6.6.0 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 cf4b5963a

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

2023-11-05 Thread Christian Melki
Usual id bumps. 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 5fb33b9dd..ade5d42d8 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

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

2023-11-05 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.5 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 5d0423c83..8399c747c 100644 --- a/rules

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

2023-11-01 Thread Christian Melki
-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 10a524d11..4068faf18 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib # # Paths and names

[ptxdist] [PATCH] usbutils: Version bump. 016 -> 017.

2023-11-01 Thread Christian Melki
Back to back updates. The changelist is trivial, so I don't know why it got a new release so soon. Bump it anyway. https://github.com/gregkh/usbutils/compare/v016...v017 Signed-off-by: Christian Melki --- rules/usbutils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2023-11-01 Thread Christian Melki
Various improvements and fixes. https://github.com/strace/strace/releases/tag/v6.6 * Fix license hash changed, copyright year updates. 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] linux-firmware: Version bump. 20230919 -> 20231030

2023-10-31 Thread Christian Melki
Radio and GPU updates. AMD CPU microcode update. * Added amlogic license. Bluetooth. * Added AMD PMF (platform management framework) license. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/linux

Re: [ptxdist] util-linux fail to compile with 2023.10.0

2023-10-25 Thread Christian Melki
On 10/25/23 15:48, Mircea Ciocan wrote: > Hello list, > > while attempting to compile ptxdist with 2023.10.0 I've encountered a failure > in cfdisk package, that is build regardless if it is selected or not in the > ptxconfig :(, no one seems to use PTXCONF_UTIL_LINUX_CFDISK to select if the >

[ptxdist] [PATCH] openssl: Version bump. 3.1.3 -> 3.1.4

2023-10-25 Thread Christian Melki
Minor changes. https://github.com/openssl/openssl/compare/openssl-3.1.3...openssl-3.1.4 Plugs CVE: CVE-2023-5363: Incorrect cipher key & IV length processing * Forward patches, they apply cleanly. Signed-off-by: Christian Melki --- .../0001-debian-targets.p

[ptxdist] [PATCH] usbutils: Version bump. 015 -> 016.

2023-10-23 Thread Christian Melki
Minor fixes. https://github.com/gregkh/usbutils/blob/v016/NEWS Signed-off-by: Christian Melki --- rules/usbutils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/usbutils.make b/rules/usbutils.make index a77fb8277..16d104bb3 100644 --- a/rules/usbutils.make

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

2023-10-21 Thread Christian Melki
Minor bugfix release. https://gitlab.freedesktop.org/mesa/drm/-/commits/libdrm-2.4.117?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 bfa677e99..787dd9311

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

2023-10-18 Thread Christian Melki
Minor bugfix release: https://github.com/qemu/qemu/compare/v8.1.1...v8.1.2 Plugs CVE: CVE-2023-42467 division by zero in scsi_disk_reset * Forward patchset, applies cleanly. Signed-off-by: Christian Melki --- ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 .../0101-let

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

2023-10-18 Thread Christian Melki
Minor bugfix release. https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/3.0.1 * license hash on jsimdext.inc changed. Contributor copyright added. Signed-off-by: Christian Melki --- rules/libjpeg.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules

[PATCH] machine_id: Add getter of machine id hashables.

2023-10-17 Thread Christian Melki
Add the possibility for reusing the registered hashables for other functions beside machine id and the truncated sha1 it offers. Signed-off-by: Christian Melki --- common/machine_id.c | 5 + include/machine_id.h | 7 +++ 2 files changed, 12 insertions(+) diff --git a/common

[ptxdist] [PATCH] libqmi: Version bump. 1.33.2 -> 1.34.0

2023-10-13 Thread Christian Melki
Various news and fixes. https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/blob/qmi-1-34/NEWS 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 82b163c2b..03487369c

[ptxdist] [PATCH] libmbim: Version bump. 1.29.2 -> 1.30.0

2023-10-13 Thread Christian Melki
Various fixes and enhancements. https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/blob/mbim-1-30/NEWS 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 36db4c160

Re: [ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10

2023-10-13 Thread Christian Melki
On 10/13/23 16:46, Michael Olbrich wrote: > On Wed, Oct 11, 2023 at 08:05:28PM +0200, Christian Melki wrote: >> Minor fixes and enhancements. >> https://lwn.net/Articles/947199/ > > Fails with: > > checking for libnftnl >= 1.2.6... no > *** Error: no suitable

Re: [ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0

2023-10-13 Thread Christian Melki
On 10/13/23 16:44, Michael Olbrich wrote: > On Wed, Oct 11, 2023 at 08:10:47PM +0200, Christian Melki wrote: >> Some bugfixes and enhancements. >> https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.6.0/NEWS > > Qt5 fails to build with this. > > ../q

[ptxdist] [PATCH] libnftnl: Version bump. 1.2.2 -> 1.2.6

2023-10-13 Thread Christian Melki
Seems the 1.8.9 iptables bump made 1.2.6 the minimum req. The changes look very minor, but it's still required. https://git.netfilter.org/libnftnl/log/?h=libnftnl-1.2.6 * Project changed the tarball compression to xz. Signed-off-by: Christian Melki --- rules/libnftnl.make | 6 +++--- 1 file

[ptxdist] [PATCH] libxkbcommon: Version bump. 1.5.0 -> 1.6.0

2023-10-11 Thread Christian Melki
Some bugfixes and enhancements. https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.6.0/NEWS Signed-off-by: Christian Melki --- rules/libxkbcommon.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libxkbcommon.make b/rules/libxkbcommon.make index

[ptxdist] [PATCH] iptables: Version bump. 1.8.9 -> 1.8.10

2023-10-11 Thread Christian Melki
Minor fixes and enhancements. https://lwn.net/Articles/947199/ 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 c32320254..1444d6d10 100644 --- a/rules/iptables.make

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

2023-10-11 Thread Christian Melki
Mostly smaller fixes. https://curl.se/changes.html#8_4_0 Plugs two CVEs: CVE-2023-38546 cookie injection with none file CVE-2023-38545 SOCKS5 heap buffer overflow Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

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

2023-10-07 Thread Christian Melki
Translation fixes. * License has. File had trailing whitespaces removed. Signed-off-by: Christian Melki --- rules/xkeyboard-config.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/xkeyboard-config.make b/rules/xkeyboard-config.make index 53c017b65..a51065772

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

2023-10-05 Thread Christian Melki
Bugfix release. https://docs.mesa3d.org/relnotes/23.1.9.html * Forward patches, applies cleanly. Signed-off-by: Christian Melki --- ...llvmpipe-only-include-old-Transform-includes-when-ne.patch | 0 patches/{mesa-23.1.8 => mesa-23.1.9}/series | 0 rules/mesalib.m

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

2023-10-05 Thread Christian Melki
Bugfix release. https://docs.mesa3d.org/relnotes/23.1.9.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 db0503f05..e903e3499 100644 --- a/rules/mesalib.make +++ b

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

2023-10-05 Thread Christian Melki
Minor changes, but interesting. ssh-keygen now generates ed25519 keys as default. and ssh tries to obfuscate keystroke timing. This latter feature obviously creates (more) idle traffic. Signed-off-by: Christian Melki --- rules/openssh.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] hwdata: Version bump. 0.374 -> 0.375

2023-10-05 Thread Christian Melki
Usual bunch of ID bumps. 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 9e9473e22..5fb33b9dd 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

[ptxdist] [PATCH] sdl2: Version bump. 2.28.3 -> 2.28.4

2023-10-03 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.4 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 0d7cce26a..5d0423c83 100644 --- a/rules

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