[ptxdist] [PATCH] sdl2: Version bump. 2.26.3 -> 2.26.4

2023-03-09 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.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 4cb56cf55..8bbbf0ce8 100644 --- a/rules

Re: [ptxdist] Image package creating several files

2023-03-08 Thread Christian Melki
Hi. On 3/8/23 16:56, Guillermo Rodriguez Garcia wrote: > Hello all, > > I have created an image package that signs some files. > This package creates two separate files. > > What is the recommended way to handle this? From the documentation >

[ptxdist] [PATCH] hwdata: Version bump. 0.367 -> 0.368

2023-03-02 Thread Christian Melki
Usual churn of 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 bf141c3a8..8e14cae4e 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

[ptxdist] [PATCH] jimtcl: Version bump. 0.81 -> 0.82

2023-03-01 Thread Christian Melki
http://jim.tcl.tk/index.html/doc/www/www/articles/jim-release-0-82/ Signed-off-by: Christian Melki --- rules/jimtcl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/jimtcl.make b/rules/jimtcl.make index 29a9d85a3..066cd695c 100644 --- a/rules/jimtcl.make +++ b

[ptxdist] [PATCH] strace: Version bump. 6.1 -> 6.2

2023-03-01 Thread Christian Melki
Minor enhancements and bugfixes. https://github.com/strace/strace/releases/tag/v6.2 Signed-off-by: Christian Melki --- rules/strace.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index 4a99e4b93..9b37d8927 100644 --- a/rules

[ptxdist] [PATCH] procps-ng: Version bump 3.3.17 -> 4.0.3

2023-02-27 Thread Christian Melki
. * Library renamed to libproc2. This might cause issues if anyone is depending on a specific library name and SO library versions. Signed-off-by: Christian Melki --- rules/procps.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/procps.make b/rules/procps.make

[ptxdist] [PATCH] gdb: Bump default version. 12.1 -> 13.1

2023-02-25 Thread Christian Melki
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-13.1-release Among others changes, zstd compressed ELF debug sections. Signed-off-by: Christian Melki --- rules/gdb-menu.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gdb

[ptxdist] [PATCH] glib: Version bump. 2.74.5 -> 2.74.6

2023-02-24 Thread Christian Melki
Very minor release. https://gitlab.gnome.org/GNOME/glib/-/releases/2.74.6 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 1a368268d..27e4b1b5a 100644 --- a/rules/glib.make +++ b

[ptxdist] [PATCH] ethtool: Version bump. 6.1 -> 6.2

2023-02-22 Thread Christian Melki
Minor fixes and UAPI update. Introduces support for PLCA (PHY Level Collision Avoidance, 802.3cg-2019 Clause 148). Used for determinism in industrial networks when dealing with collisions in half-duplex environments. Signed-off-by: Christian Melki --- rules/ethtool.make | 4 ++-- 1 file

[ptxdist] [PATCH] iproute2: Version bump. 6.1.0 -> 6.2.0

2023-02-22 Thread Christian Melki
Minor bugfix release. 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 7e64f91fb..72f348f15 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -15,8 +15,8

[ptxdist] [PATCH] libcurl: Version bump. 7.88.0 -> 7.88.1

2023-02-22 Thread Christian Melki
Minor bugfix release. https://curl.se/changes.html#7_88_1 Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index f2a6f86b9..d2eaed764 100644 --- a/rules/libcurl.make +++ b/rules

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

2023-02-16 Thread Christian Melki
. Copyright years completely removed. Signed-off-by: Christian Melki --- rules/libcurl.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libcurl.make b/rules/libcurl.make index bb989d8fc..f2a6f86b9 100644 --- a/rules/libcurl.make +++ b/rules/libcurl.make @@ -15,15

Re: [ptxdist] rsync3: trap invalid opcode on x86_64 (ptxdist 2023.02.0)

2023-02-15 Thread Christian Melki
Hi Artur. On 2/15/23 21:11, Artur Wiebe wrote: > Hi, > > rsync fails with invalid opcode on my x86_64 target: > traps: rsync[245] trap invalid opcode ip:441a40 sp:7ffef7883068 error:0 in > rsync[403000+51000] > > It works when roll-simd is disabled: > --disable-roll-simd > iiuc it looks like

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

2023-02-15 Thread Christian Melki
Minor changes. Nothing interesting. https://github.com/tpm2-software/tpm2-tools/releases/tag/5.5 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 ccfaa5393

[ptxdist] [PATCH] host-xorg-util-macros: Version bump. 1.19.3 -> 1.20.0.

2023-02-15 Thread Christian Melki
Minor changes. https://gitlab.freedesktop.org/xorg/util/macros/-/commits/cb147377e9341af05232f95814022abdecf14024/ * Change tarball format. bz2 was dropped. Signed-off-by: Christian Melki --- rules/host-xorg-util-macros.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

Re: [ptxdist] Globally define GIT_CEILING_DIRECTORIES?

2023-02-13 Thread Christian Melki
On 2/13/23 16:03, Sven Püschel wrote: > Hi Christian, > > >> Just to summarize so I understand this. >> You want to limit the searching for git repos, >> so that if it isn't found in the current posix PWD (cwd), it's not a >> git repo? >> I'm assuming it's expandable by doing an export to $PWD?

Re: [ptxdist] Globally define GIT_CEILING_DIRECTORIES?

2023-02-13 Thread Christian Melki
Hi Sven. On 2/13/23 2:58 PM, Sven Püschel wrote: I would suggest globally setting the GIT_CEILING_DIRECTORIES environment variable when building packages. Besides lshw, sockperf is now the second time I've encountered the buildsystem to check the current git repository. But as Git also

[ptxdist] [PATCH] linux-firmware: Version bump. 20230117 -> 20230210

2023-02-12 Thread Christian Melki
Mostly AMDGPU firmware and radio stuff. iwlwifi removed a bunch of older firmwares, with an unclear meaning for the actual support with older kernels. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/linux

[ptxdist] [PATCH] host-localedef: Version bump. 2.36 -> 2.37.

2023-02-12 Thread Christian Melki
Not much of interest here. Bump localedef from glibc 2.36 to 2.37. * Forward and fix patch series so that they apply properly. * Be explicit about added configure options. Signed-off-by: Christian Melki --- .../0001-HACK-only-build-and-install-localedef.patch | 0 ...fail-on-unknown

[ptxdist] [PATCH] ca-certificates: Version bump. 3.87 -> 3.88.

2023-02-12 Thread Christian Melki
Same as last, no changes to the raw cert textfile. Bump the version to the latest one anyway. This eliminates the question of "latest". Signed-off-by: Christian Melki --- rules/ca-certificates.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/ca-certifica

[ptxdist] [PATCH] nss: Version bump. 3.87 -> 3.88

2023-02-12 Thread Christian Melki
Minor changes, bugfixes. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_88.html * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- .../{nss-3.87 => nss-3.88}/0001-nss-fix-nsinstall-build.patch | 0 patches/{nss-3.87 => nss-3.88}/00

[ptxdist] [PATCH] libjpeg: Version bump. 2.1.5 -> 2.1.5.1

2023-02-10 Thread Christian Melki
Very minor bugfix release. Just a fix for assymetrical insn. set CPUs. (f.ex x86_64 Intels with P/E cores.) https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.5.1 Signed-off-by: Christian Melki --- rules/libjpeg.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[ptxdist] [PATCH] mesalib: Version bump. 22.3.4 -> 22.3.5

2023-02-10 Thread Christian Melki
Minor changes. No new features, just bugfixes. https://docs.mesa3d.org/relnotes/22.3.5.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 37f20939f..fadd4f836 100644

[ptxdist] [PATCH] libdrm: Version bump. 2.4.114 -> 2.4.115.

2023-02-10 Thread Christian Melki
Very minor fixes. Just a handful changes since last release. https://gitlab.freedesktop.org/mesa/drm/-/commits/ee558cea20d1f9d822fe1a28e97beaf365bf9d38/ Signed-off-by: Christian Melki --- rules/libdrm.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libdrm.make

[ptxdist] [PATCH] dbus: Version bump. 1.15.2 -> 1.15.4.

2023-02-10 Thread Christian Melki
https://gitlab.freedesktop.org/dbus/dbus/-/blob/6156578eaa5a23110d7dd73cc9153fb799709e63/NEWS Various bugfixes and enhancements. 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

[ptxdist] [PATCH] zstd: Version bump 1.5.2 -> 1.5.4

2023-02-10 Thread Christian Melki
file handling. Signed-off-by: Christian Melki --- rules/zstd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/zstd.make b/rules/zstd.make index 7198117c3..fee30fa8c 100644 --- a/rules/zstd.make +++ b/rules/zstd.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ZSTD) += zst

[ptxdist] [PATCH v2] sdl2-ttf: Version bump + rework. 2.20.1 -> 2.20.2.

2023-02-10 Thread Christian Melki
for external libraries only. * License file copyright year changed. * Move patchset forward, applies cleanly. * Add options to disable internal libraries. * Add option to enable optional harfbuzz. * Disable the freetypetest tool. Signed-off-by: Christian Melki --- ...onfigure-make-opengl-support

Re: [ptxdist] [PATCH] sdl2-ttf: Version bump + rework. 2.20.1 -> 2.20.2.

2023-02-10 Thread Christian Melki
On 2/10/23 12:17 PM, Michael Olbrich wrote: On Wed, Feb 08, 2023 at 10:42:50AM +0100, Christian Melki wrote: Very minor bugfix release. https://github.com/libsdl-org/SDL_ttf/releases/tag/release-2.20.2 Also do some fixes. As the configuration was very non-complete. This should help reduce

[ptxdist] [PATCH] freetype: Version bump + fixes. 2.12.1 -> 2.13.0

2023-02-09 Thread Christian Melki
aswell give freetype the capability if one wants. * Minor whitespace removal. * Forward port patches, a minor offset now corrected. Signed-off-by: Christian Melki --- ...pe-config-and-freetype2.pc-correctly.patch | 8 .../autogen.sh| 0 .../series

[ptxdist] [PATCH] host-e2fsprogs: Be explicit about configure options.

2023-02-09 Thread Christian Melki
Explicitly define two configure options that has been added lately. Signed-off-by: Christian Melki --- rules/host-e2fsprogs.make | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules/host-e2fsprogs.make b/rules/host-e2fsprogs.make index ebb011186..19db2f8c9 100644 --- a/rules/host

[ptxdist] [PATCH] e2fsprog: Version bump + fixes. 1.46.6 -> 1.47.0

2023-02-09 Thread Christian Melki
sed. * Add patch to fix LDCONFIG permission mishap. Choosen solution is to disable the LDCONFIG call through this patch. Signed-off-by: Christian Melki --- .../0001-e2fsprogs-Disable-docs.patch | 37 +++ .../0002-e2fsprogs-Disable-ldconfig.patch | 29 +++ patc

Re: [ptxdist] [PATCH] openssl: Version bump. 1.1.1t -> 1.1.1s.

2023-02-08 Thread Christian Melki
Oops! mol acked changing it locally. Thanks for pointing out my difficulties with alphabetical ordering. :D /C On 2/8/23 10:38 AM, Ladislav Michl wrote: Hi Christian! On Wed, Feb 08, 2023 at 09:01:07AM +0100, Christian Melki wrote: Plug 4 CVEs. https://www.openssl.org/news/cl111.txt X.400

[ptxdist] [PATCH] sdl2-ttf: Version bump + rework. 2.20.1 -> 2.20.2.

2023-02-08 Thread Christian Melki
. * Make the options default reflect the old behavior. Ie, internal freetype and harfbuzz as default. * Disable the freetypetest tool. Signed-off-by: Christian Melki --- ...igure-make-opengl-support-switchable.patch | 0 .../autogen.sh| 0 .../series

[ptxdist] [PATCH] openssl: Version bump. 1.1.1t -> 1.1.1s.

2023-02-08 Thread Christian Melki
. Applies cleanly. Signed-off-by: Christian Melki --- .../0001-debian-targets.patch | 0 patches/{openssl-1.1.1s => openssl-1.1.1t}/0002-pic.patch | 0 ...003-Set-systemwide-default-settings-for-libssl-users.patch | 0 patches/{openssl-1.1.1s => openssl-

[ptxdist] [PATCH] gdb: Bump default version. 11.2 -> 12.1

2023-02-07 Thread Christian Melki
Signed-off-by: Christian Melki --- rules/gdb-menu.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gdb-menu.in b/rules/gdb-menu.in index 00c7ef436..308ea1873 100644 --- a/rules/gdb-menu.in +++ b/rules/gdb-menu.in @@ -18,12 +18,12 @@ if !GDB_TOOLCHAIN_VERSION

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

2023-02-07 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL_image/releases/tag/release-2.6.3 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 a01f69daf..bdd3c7415

[ptxdist] [PATCH] sdl2: Version bump. 2.26.2 -> 2.26.3

2023-02-07 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.3 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 b1b9995ae..4cb56cf55 100644 --- a/rules

[ptxdist] [PATCH] mesalib: Version bump. 22.3.3 -> 22.3.4

2023-02-06 Thread Christian Melki
Minor changes. No new features, just bugfixes. https://docs.mesa3d.org/relnotes/22.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 fce66ff52..37f20939f 100644

[ptxdist] [PATCH] nss: Version bump. 3.86 -> 3.87.

2023-02-06 Thread Christian Melki
Follow the ca-certs. Minor changes, bugfixes. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_87.html * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- .../{nss-3.86 => nss-3.87}/0001-nss-fix-nsinstall-build.patch | 0 patches/{nss-3.86 => ns

[ptxdist] [PATCH] ca-certificates: Version bump. 3.86 -> 3.87.

2023-02-06 Thread Christian Melki
Actually, no changes to the raw cert textfile. Bump the version to the latest one anyway. This eliminates the question of "latest". Signed-off-by: Christian Melki --- rules/ca-certificates.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/ca-certifica

[ptxdist] [PATCH] xkeyboard-config: Version bump. 2.37 -> 2.38.

2023-02-06 Thread Christian Melki
.gz, .bz2) release format of the x.org archive. Sigh. But anyway. It looks good. 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 dc4f6776c

[ptxdist] [PATCH] glib: Version bump. 2.74.4 -> 2.74.5

2023-02-05 Thread Christian Melki
Minor bugfix release. https://gitlab.gnome.org/GNOME/glib/-/releases/2.74.5 * Remove patches, as it is now fixed in the release. Signed-off-by: Christian Melki --- ...thread-posix-need-to-include-errno.h.patch | 24 --- patches/glib-2.74.4/series| 4

[ptxdist] [PATCH] batctl: Version bump. 2022.1 -> 2023.01

2023-02-05 Thread Christian Melki
Very minor changes. Unfortunately, this requires kernel > 4.14. 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 5dbc891fd..bbf06b55e 100644 --- a/rules/batctl.make ++

[ptxdist] [PATCH] e2fsprogs: Version bump. 1.46.5 -> 1.46.6

2023-02-04 Thread Christian Melki
Minor fixes, speedups etc. https://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.46.6 * Remove patches. CVE-2022-1304 is fixed in release. * Add missing largefile option. * Explicitly disable new option. Signed-off-by: Christian Melki --- ...-sanity-check-to-extent-manipulation.patch | 51

[ptxdist] [PATCH] libcap: Version bump. 2.66 -> 2.67.

2023-02-04 Thread Christian Melki
Minor bugfix release. https://sites.google.com/site/fullycapable/release-notes-for-libcap#h.o8papfkfh1x9 * License hash changed. License file had SPDX identifiers added. Signed-off-by: Christian Melki --- rules/libcap.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[ptxdist] [PATCH] hwdata: Version bump. 0.366 -> 0.367

2023-02-04 Thread Christian Melki
Usual churn of 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 f42aae099..bf141c3a8 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

[ptxdist] [PATCH] openssh: Version bump. 9.1p1 -> 9.2p1

2023-02-03 Thread Christian Melki
Some security fixes, minor new features and bugfixes. Nothing overly exciting. https://www.openssh.com/txt/release-9.2 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

[ptxdist] [PATCH] libjpeg: Version bump. 2.1.4 -> 2.1.5.

2023-02-02 Thread Christian Melki
Bugfix release. Nothing overly relevant to most users. https://github.com/libjpeg-turbo/libjpeg-turbo/releases/tag/2.1.5 * License file year changes. Fix hash. * Add altivec optimizations since ptxdist now supports it. Signed-off-by: Christian Melki --- rules/libjpeg.make | 9 ++--- 1 file

[ptxdist] [PATCH] tpm2-tss: Version bump. 4.0.0 -> 4.0.1

2023-01-27 Thread Christian Melki
Bugfix release. Plugs CVE-2023-22745. Signed-off-by: Christian Melki --- rules/tpm2-tss.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make index b60bd50d1..729172b4c 100644 --- a/rules/tpm2-tss.make +++ b/rules/tpm2-tss.make

[ptxdist] [PATCH] libinput: 1.22.0 -> 1.22.1

2023-01-19 Thread Christian Melki
Very minor bugfix release. 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 86071e493..751505505 100644 --- a/rules/libinput.make +++ b/rules/libinput.make @@ -14,8

[ptxdist] [PATCH] linux-firmware: Version bump. 20221214 -> 20230117

2023-01-19 Thread Christian Melki
Mostly AMDGPU firmware and radio stuff. * License file for AMDGPU had license year change. * Added qualcomm yamato (the old adreno A20x) license. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/linux

[ptxdist] [PATCH] libpcap: Version bump. 1.10.2 -> 1.10.3.

2023-01-14 Thread Christian Melki
Very minor changes. * Forward port patches to fix minor fuzz. Signed-off-by: Christian Melki --- .../0100-build-and-install-share-lib-only.patch | 2 +- .../0101-pcap-config-add-SYSROOT-support.patch| 4 ++-- patches/{libpcap-1.10.2 => libpcap-1.10.3}/ser

[ptxdist] [PATCH] tcpdump: Version bump. 4.99.2 -> 4.99.3

2023-01-14 Thread Christian Melki
Very minor changes. Unusual for the tcpdump gang to do so small releases with very little time apart the two. Signed-off-by: Christian Melki --- rules/tcpdump.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tcpdump.make b/rules/tcpdump.make index 4a040e017

[ptxdist] [PATCH] iptables: Version bump. 1.8.8 -> 1.8.9 plus cleanups.

2023-01-13 Thread Christian Melki
for installing libraries into an install_glob. install_copy was duplicating links as files, resulting in duplication on target. Plus, less code bloat. * Remove a bunch of rather obvious comments. * Minor whitespace fixes. * Mark termination of larger encompassing endifs Signed-off-by: Christian Melki

Re: [ptxdist] [PATCH 1/2] host-meson: version bump 0.61.4 -> 1.0.0

2023-01-11 Thread Christian Melki
On 1/11/23 12:15, Ladislav Michl wrote: > On Wed, Jan 11, 2023 at 12:02:54PM +0100, Christian Melki wrote: >> On 1/11/23 11:19, Philipp Zabel wrote: >>> https://mesonbuild.com/Release-notes-for-1-0-0.html >>> >>> This bumps the host Python minimum version requi

Re: [ptxdist] [PATCH 1/2] host-meson: version bump 0.61.4 -> 1.0.0

2023-01-11 Thread Christian Melki
On 1/11/23 11:19, Philipp Zabel wrote: > https://mesonbuild.com/Release-notes-for-1-0-0.html > > This bumps the host Python minimum version requirement from 3.6 to 3.7. Highly subjective disclaimer here, This boils down to when ptxdist starts forcing users to python 3.7+ for building. Calling

[ptxdist] [PATCH] glib: Version bump. 2.74.3 -> 2.74.4.

2023-01-10 Thread Christian Melki
. Signed-off-by: Christian Melki --- ...thread-posix-need-to-include-errno.h.patch | 24 +++ patches/glib-2.74.4/series| 4 rules/glib.make | 4 ++-- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644

[ptxdist] [PATCH] hwdata: Version bump. 0.365 -> 0.366.

2023-01-06 Thread Christian Melki
Usual id 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 5eb66c3ee..f42aae099 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] fakeroot: Version bump. 1.29.0 -> 1.30.1

2023-01-05 Thread Christian Melki
Minor bugfix release. * Drop the stat hack patch for glibc-2.33+. Afaiu, it's not needed anymore? * Drop the openat patch, it's included. * Forward the ptxdist specific relocateable patch. Signed-off-by: Christian Melki --- ...0001-Also-wrap-the-stat-library-call.patch | 71

[ptxdist] [PATCH] pcre2: Version bump. 10.41 -> 10.42.

2023-01-05 Thread Christian Melki
Minor bugfix release. https://github.com/PCRE2Project/pcre2/blob/52c08847921a324c804cabf2814549f50bce1265/ChangeLog#L5 Signed-off-by: Christian Melki --- rules/pcre2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pcre2.make b/rules/pcre2.make index f3fe01a9a

[ptxdist] [PATCH] mesalib: Version bump. 22.3.1 -> 22.3.2

2023-01-05 Thread Christian Melki
Minor bugfix release. https://docs.mesa3d.org/relnotes/22.3.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 2349e1a10..0f0f514ee 100644 --- a/rules/mesalib.make

[ptxdist] [PATCH] sdl2: Version bump. 2.26.1 -> 2.26.2

2023-01-04 Thread Christian Melki
Very minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.2 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 d04fe1b79..b1b9995ae 100644 --- a/rules

[ptxdist] [PATCH v2] tpm2-tss: Version bump. 3.2.1 -> 4.0.0

2023-01-04 Thread Christian Melki
Looks scarier than it is. https://github.com/tpm2-software/tpm2-tss/releases/tag/4.0.0 Mostly fixes and the additions shouldn't be overwhelming. Note that library so-names (version) have chaged though. * Add libuuid to the dependency list. Signed-off-by: Christian Melki --- rules/tpm2-tss.in

[ptxdist] [PATCH] tpm2-tss: Version bump. 3.2.1 -> 4.0.0

2023-01-04 Thread Christian Melki
Looks scarier than it is. https://github.com/tpm2-software/tpm2-tss/releases/tag/4.0.0 Mostly fixes and the additions shouldn't be overwhelming. Note that library so-names (version) have chaged though. Signed-off-by: Christian Melki --- rules/tpm2-tss.make | 4 ++-- 1 file changed, 2 insertions

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

2023-01-04 Thread Christian Melki
Minor changes. https://github.com/xkbcommon/libxkbcommon/blob/c6ff79d5c148c5e3f3e4735b683c330fc4546f67/NEWS Requires meson 0.51+ Signed-off-by: Christian Melki --- rules/libxkbcommon.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libxkbcommon.make b/rules

[ptxdist] [PATCH] coreutils: Version bump. 8.32 -> 9.1

2023-01-04 Thread Christian Melki
for? * Fix collision with busybox (1.36.0) TSORT. * configure option gpm has been renamed to libgmp. Signed-off-by: Christian Melki --- ...8.31-behavior-on-removed-directories.patch | 113 -- patches/coreutils-8.32/series | 4 - rules/coreutils.in

[ptxdist] [PATCH] tree: Version bump. 1.6.0 -> 2.1.0

2023-01-04 Thread Christian Melki
So, 10+ years since last update. A few releases has been made. https://mama.indstate.edu/users/ice/tree/changes.html * Add patch to try to cleanup the variable handling in makefile. * Fix prefix. * Add busybox tree collision handling. Signed-off-by: Christian Melki --- ...ect-prefix-handling

[ptxdist] [PATCH v2] busybox: Version bump. 1.35.0 -> 1.36.0

2023-01-04 Thread Christian Melki
-2022-30065 * Forward the ptxdist specific patches. * Remove one security patch to awk that has been fixed. * Update busybox imported kconfig tree. Not that many changes, since it has been a slow year. New utilites: tsort, seedrng and tree. Signed-off-by: Christian Melki --- config/busybox

[ptxdist] [PATCH] busybox: Version bump. 1.35.0 -> 1.36.0

2023-01-03 Thread Christian Melki
-2022-30065 * Forward the ptxdist specific patches. * Remove one security patch to awk that has been fixed. * Update busybox imported kconfig tree. Not that many changes, since it has been a slow year. New utilites: tsort, seedrng and tree. Signed-off-by: Christian Melki --- config/busybox

[ptxdist] [PATCH v2] ethtool: Version bump. 6.0 -> 6.1

2023-01-03 Thread Christian Melki
Minor fixes and UAPI update. * Force enable netlink interface. Since ethtool is already dependent on libmnl per .in-file, might aswell be explicit with the netlink interface. Signed-off-by: Christian Melki --- rules/ethtool.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions

[ptxdist] [PATCH] ncurses: Version bump. 6.3 -> 6.4

2023-01-02 Thread Christian Melki
(configure warning). Signed-off-by: Christian Melki --- ...01-teach-ncurses-config-about-sysroot.patch | 18 +++--- patches/{ncurses-6.3 => ncurses-6.4}/series| 0 rules/ncurses.make | 8 3 files changed, 15 insertions(+), 11 deleti

[ptxdist] [PATCH] tcpdump: Version bump. 4.99.1 -> 4.99.2

2023-01-02 Thread Christian Melki
completely different library related to POSIX capabilities. It's needed for tcpdump to run in non-root mode. Don't make them sound like they're similar. * Some other minor text fixes. Signed-off-by: Christian Melki --- rules/tcpdump.in | 23 +-- rules/tcpdump.make | 4 ++-- 2 fil

[ptxdist] [PATCH] libpcap: Version bump. 1.10.1 -> 1.10.2

2023-01-02 Thread Christian Melki
in 2018 something. So this is mostly for builds that don't use that (or before 2018). I'll leave this up to the maintainer to remove. Signed-off-by: Christian Melki --- ...100-build-and-install-share-lib-only.patch | 10 +- ...0101-pcap-config-add-SYSROOT-support.patch | 19

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

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

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

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

[ptxdist] [PATCH] ethtool: Version bump. 6.0 -> 6.1

2022-12-21 Thread Christian Melki
Minor fixes and UAPI update. * Force enable netlink interface. Since ethtool is already dependent on libmnl per .in-file, might aswell be explicit with the netlink interface. --- rules/ethtool.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/ethtool.make

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

2022-12-19 Thread Christian Melki
Just a couple of changes. Nothing important. 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 095b16e36..36db4c160 100644 --- a/rules/libmbim.make +++ b/rules/libmbim.make

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

2022-12-19 Thread Christian Melki
Very minor 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 cfdfb65b1..82b163c2b 100644 --- a/rules/libqmi.make +++ b/rules/libqmi.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] host-makedepend: Version bump.

2022-12-19 Thread Christian Melki
Minor bugfix. 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/rules/host-makedepend.make index 801683a88..bb1826004 100644 --- a/rules/host-makedepend.make +++ b/rules/host

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

2022-12-16 Thread Christian Melki
Actually a rather minor bugfix release Mostly some version number inflation. https://github.com/flightaware/dump1090/blob/master/debian/changelog Signed-off-by: Christian Melki --- rules/dump1090fa.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules

[ptxdist] [PATCH] weston: Version bump. 11.0.0 -> 11.0.1

2022-12-16 Thread Christian Melki
kety-click release trainwreck. * Change URL. * Change tarball format. Signed-off-by: Christian Melki --- rules/weston.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/weston.make b/rules/weston.make index 53cf9a4d6..cee8d290f 100644 --- a/rules/weston.make +

[ptxdist] [PATCH] libpng: Version bump. 1.6.38 -> 1.6.39.

2022-12-15 Thread Christian Melki
Minor bugfix release. Nothing major. Refrained from adding PPC Altivec optimizations. (PPC Altivec != Power VSX). Libpng seems to be POWER only? * Align arm neon optimization with the other formats. The configure is fine with just enable. Signed-off-by: Christian Melki --- rules/libpng.make

[ptxdist] [PATCH 1/2] qemu: Version bump. 7.1.0 -> 7.2.0

2022-12-15 Thread Christian Melki
, with a minor correction, seems to apply cleanly. * Be more explicit about libvduse, disable it. Signed-off-by: Christian Melki --- ...fs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 .../0101-let-ninja-use-the-jobserver.patch | 6 +++--- patches/{qemu-7.1.0 => q

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

2022-12-15 Thread Christian Melki
* Be more explicit about libvduse configuration. Signed-off-by: Christian Melki --- rules/host-qemu.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-qemu.make b/rules/host-qemu.make index 0c3a89a6e..31e94f54b 100644 --- a/rules/host-qemu.make +++ b/rules/host-qemu.make

[ptxdist] [PATCH] linux-firmware: Version bump. 20221109 -> 20221214

2022-12-15 Thread Christian Melki
A slew of baseline AMDGPU firmware updates. Otherwise mostly the usual radio firmwares. * Add nxp license. Added by the NXP SR150 UWB hw. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/linux

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

2022-12-15 Thread Christian Melki
Minor bugfixes. This changelog is easiest to read from the gitlog @ 5.2 patch 15. https://git.savannah.gnu.org/cgit/bash.git/log/?id=ec8113b9861375e4e17b3307372569d429dec814 Signed-off-by: Christian Melki --- rules/bash.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] iproute2: Version bump. 6.0.0 -> 6.1.0

2022-12-15 Thread Christian Melki
Minor bugfix release. 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 f811d0fb0..7e64f91fb 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -15,8 +15,8

[ptxdist] [PATCH] strace: Version bump. 6.0 -> 6.1, plus configure fix.

2022-12-14 Thread Christian Melki
Minor bugfixes and enhancements. * Be explicit and disable libselinux support. Signed-off-by: Christian Melki --- rules/strace.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index 17a01b2b0..4a99e4b93 100644 --- a/rules

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

2022-12-13 Thread Christian Melki
Bugfix release. https://github.com/tpm2-software/tpm2-tss/releases/tag/3.2.1 Signed-off-by: Christian Melki --- rules/tpm2-tss.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tpm2-tss.make b/rules/tpm2-tss.make index 310ec8014..979dd4eca 100644 --- a/rules

[ptxdist] [PATCH 2/2] libarchive: Version bump. 3.61 -> 3.62 plus config changes.

2022-12-12 Thread Christian Melki
Minor bugfixes. https://github.com/libarchive/libarchive/releases/tag/v3.6.2 * Wire up zstd in case anyone needs it. * Same for openssl. In case anyone needs it. Signed-off-by: Christian Melki --- rules/libarchive.in | 10 ++ rules/libarchive.make | 8 2 files changed, 14

[ptxdist] [PATCH 1/2] host-libarchive: Disable zstd.

2022-12-12 Thread Christian Melki
Only host-opkg uses host-libarchive. And we don't use zstd there yet. Signed-off-by: Christian Melki --- rules/host-libarchive.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make index 6d22d6846..0b57f587d 100644 --- a/rules/host

[ptxdist] [PATCH] ca-certificates: Version bump. 3.85 -> 3.86.

2022-12-11 Thread Christian Melki
Bugfixes release. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_86.html 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

[ptxdist] [PATCH] pcre2: Version bump. 10.40 - > 10.41.

2022-12-11 Thread Christian Melki
Minor bugfixes and enhancements. https://github.com/PCRE2Project/pcre2/blob/master/ChangeLog Signed-off-by: Christian Melki --- rules/pcre2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/pcre2.make b/rules/pcre2.make index cf8f11efb..f3fe01a9a 100644

Re: [ptxdist] [PATCH] util-linux: add an option to enable rfkill

2022-12-08 Thread Christian Melki
Hi Philipp, On 12/8/22 1:38 PM, Philipp Zabel wrote: Add a configuration option UTIL_LINUX_RFKILL to enable the rfkill tool. Signed-off-by: Philipp Zabel --- rules/util-linux.in | 9 + rules/util-linux.make | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git

[ptxdist] [PATCH] tpm2-tools: Version bump. 5.3 -> 5.4

2022-12-08 Thread Christian Melki
Minor feature and bugfix release. https://github.com/tpm2-software/tpm2-tools/releases/tag/5.4 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 42a473fb3

[ptxdist] [PATCH] host-localedef: Version bump. 2.27 -> 2.36.

2022-12-05 Thread Christian Melki
Not much of interest here. Bump localedef from glibc 2.27 to 2.36. Might aswell, in case bugs in locale generation were fixed. * Forward and fix patch series so that they apply properly. * Newer glibc seem to require host-system python. Signed-off-by: Christian Melki --- .../0001-HACK-only

[ptxdist] [PATCH] host-cmake: Version bump. 3.25.0 -> 3.25.1

2022-12-05 Thread Christian Melki
Very minor bugfix release. https://cmake.org/cmake/help/latest/release/3.25.html Signed-off-by: Christian Melki --- rules/host-cmake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 305e90d87..338009f3b 100644

[ptxdist] [PATCH] busybox: Plug CVE-2022-30065.

2022-12-05 Thread Christian Melki
A use after free fix. * Add upstream patch but remove the testcase that didn't apply. Testcase isn't relevant for plugging the CVE. * Place patch in the ptx tag as it is part modified. Signed-off-by: Christian Melki --- ...wk-fix-use-after-free-CVE-2022-30065.patch | 29

[ptxdist] [PATCH] SDL2: Version bump. 2.26.0 - > 2.26.1

2022-12-05 Thread Christian Melki
Minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.26.1 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 c33199ccf..d04fe1b79 100644 --- a/rules/sdl2

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

2022-12-05 Thread Christian Melki
Minor bugfixes. https://github.com/gregkh/usbutils/blob/master/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 9a44b5c6e..a77fb8277 100644 --- a/rules

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