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

2023-10-01 Thread Christian Melki
Minor fixes and enhancements. Module loading with dependencies should now resolve from anywhere, instead of just selected paths. https://lwn.net/Articles/946017/ * Pin down some more options. Signed-off-by: Christian Melki --- rules/libkmod.make | 7 +-- 1 file changed, 5 insertions(+), 2

[ptxdist] [PATCH] minicom: Version bump. 2.8 -> 2.9

2023-09-25 Thread Christian Melki
-by: Christian Melki --- ...b-usleep.c-fix-error-NULL-undeclared.patch | 27 --- patches/minicom-2.8/series| 5 .../0001-build-reproducibly.patch | 6 ++--- patches/minicom-2.9/series| 4 +++ rules/minicom.make

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

2023-09-23 Thread Christian Melki
Minor bugfix release. https://www.mail-archive.com/qemu-devel@nongnu.org/msg991192.html 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-existing-meson

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

2023-09-21 Thread Christian Melki
Minor bugfix release. https://docs.mesa3d.org/relnotes/23.1.8.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 586332c2a..7b562004c 100644 --- a/rules/mesalib.make

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

2023-09-20 Thread Christian Melki
Minor changes. https://github.com/openssl/openssl/compare/openssl-3.1.2...openssl-3.1.3 Plugs CVE: CVE-2023-4807: POLY1305 MAC implementation corrupts XMM registers on Windows * Forward port patches with line fixes. Applies cleanly. Signed-off-by: Christian Melki --- .../0001-debian

[ptxdist] [PATCH] linux-firmware: Version bump. 20230804 -> 20230919.

2023-09-20 Thread Christian Melki
The usual. GPU, radio etc. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make index 2e43fe733..c6a8d3a19 100644 --- a/rules/linux-firmware.make +++ b/rules

[ptxdist] [PATCH v2] procps: Version bump. 4.0.3 -> 4.0.4

2023-09-18 Thread Christian Melki
Minor release. Bugfixes and some minor enhancements. https://gitlab.com/procps-ng/procps/-/releases/v4.0.4 Plugs CVE: CVE-2023-4016 ps buffer overflow. * Add patch to explicitly link w with the correct library. Needed to build with systemd. Signed-off-by: Christian Melki --- ...1-build-sys

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

2023-09-15 Thread Christian Melki
basic-auth that is. That was always enabled. * Move some options to better adapt to options filtering. * Make bindlocal enabled, as it used to be. * Make form-api dependant on mime, afaiu, this is how it works. Signed-off-by: Christian Melki --- rules/libcurl.make | 18 -- 1

[ptxdist] [PATCH] ethtool: Version bump 6.4.0 -> 6.5.0

2023-09-14 Thread Christian Melki
The usual bump after the kernel. Very minor changeset. 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 5a01f19ab..a80c0fef9 100644 --- a/rules/ethtool.make +++ b/rules

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

2023-09-14 Thread Christian Melki
Looks like a bugfix release, but I am unsure if this is related to the last stable release or the latest "beta", if any. Either way, works fine for me. https://gitlab.gnome.org/GNOME/glib/-/releases/2.78.0 Signed-off-by: Christian Melki --- rules/glib.make | 4 ++-- 1 file

Re: [ptxdist] [PATCH 1/3] RFC: ptxd_make_world: Extract CPE for packages

2023-09-13 Thread Christian Melki
On 9/13/23 18:05, Simon Falsig wrote: > From: Simon Falsig > > If a package specifies a CPE, this is extracted into the fast report for > that package. If no CPE is specified, then no value is added. > > The CPE (Common Platform Enumerator) allows matching CVEs to specific > packages, and see

[ptxdist] [PATCH] kernel: fix whitespace.

2023-09-12 Thread Christian Melki
Signed-off-by: Christian Melki --- rules/kernel.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/kernel.make b/rules/kernel.make index 59ecdf199..3d200eaec 100644 --- a/rules/kernel.make +++ b/rules/kernel.make @@ -32,7 +32,7 @@ KERNEL_DTS:= $(call

Re: [ptxdist] SBOM support

2023-09-11 Thread Christian Melki
Shameless plug here. We (t2data) have been developing devsecops tools for quite some time. MAIA, our internally developed tool is capable of a lot of things. Among them is various classifications of software with licenses, CPE, CVE, CWE etc. Including availability of new versions etc. Built in is

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

2023-09-07 Thread Christian Melki
Bugfix release. https://github.com/shemminger/iproute2/compare/v6.4.0...v6.5.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 2d68f17fc..cf4b5963a 100644 --- a/rules

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

2023-09-07 Thread Christian Melki
Minor bugfixes and enhancements. https://gitlab.freedesktop.org/dbus/dbus/-/blob/c4c868a84b3815b9ece9672d0a6dbad4e1ac5f07/NEWS A side note here. dbus has decided to deprecate autotools. So next updater gets to move this configuration to meson. Signed-off-by: Christian Melki --- patches/dbus

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

2023-09-06 Thread Christian Melki
The usual updates of various IDs. 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 9fd22ed9f..9e9473e22 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

[ptxdist] [PATCH] dbus: Fix the updated dbus autoconf.

2023-09-06 Thread Christian Melki
Since we're relying on generating the scripts, we now need the autoconf archive. Signed-off-by: Christian Melki --- rules/dbus.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/dbus.in b/rules/dbus.in index 3af3e5ca1..93cc95425 100644 --- a/rules/dbus.in +++ b/rules/dbus.in @@ -3,6

[ptxdist] [PATCH] mesalib: Version bump. 23.1.5 -> 23.1.6

2023-09-05 Thread Christian Melki
Bugfix release. https://docs.mesa3d.org/relnotes/23.1.6.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 f57ee5fd4..b8e27e53e 100644 --- a/rules/mesalib.make +++ b

[ptxdist] [PATCH] libarchive: Version bump. 3.7.0 -> 3.7.1

2023-09-05 Thread Christian Melki
Minor fixes, including security related ones. https://github.com/libarchive/libarchive/releases/tag/v3.7.1 Signed-off-by: Christian Melki --- rules/libarchive.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libarchive.make b/rules/libarchive.make index

[ptxdist] [PATCH] xorgproto: Version bump. 2023.1 -> 2023.2

2023-09-05 Thread Christian Melki
Very trivial changeset. Signed-off-by: Christian Melki --- rules/xorgproto.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/xorgproto.make b/rules/xorgproto.make index c5fdd8d3a..8243c59f5 100644 --- a/rules/xorgproto.make +++ b/rules/xorgproto.make @@ -14,8

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

2023-09-03 Thread Christian Melki
Mostly bugfixes. https://github.com/alsa-project/alsa-utils/releases/tag/v1.2.10 * Forward patch, but fix some fuzz. Signed-off-by: Christian Melki --- ...sactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch | 6 +++--- patches/{alsa-utils-1.2.9 => alsa-utils-1.2.10}/series | 0 ru

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

2023-09-03 Thread Christian Melki
Some bugfixes and enhancements. Looks like midi-2.0 made it. https://github.com/alsa-project/alsa-lib/releases/tag/v1.2.10 * Remove patchset. Afacit, largefile is finally included in this release. Signed-off-by: Christian Melki --- .../0001-add-largefile-support.patch | 32

[ptxdist] [PATCH] procps: Version bump. 4.0.3 -> 4.0.4

2023-09-03 Thread Christian Melki
Minor release. Bugfixes and some minor enhancements. https://gitlab.com/procps-ng/procps/-/releases/v4.0.4 Plugs CVE: CVE-2023-4016 ps buffer overflow. Signed-off-by: Christian Melki --- rules/procps.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/procps.make

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

2023-09-03 Thread Christian Melki
Minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.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 8eaa2e0ff..0d7cce26a 100644 --- a/rules/sdl2

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

2023-09-03 Thread Christian Melki
Minor changes. https://github.com/strace/strace/releases/tag/v6.5 Signed-off-by: Christian Melki --- rules/strace.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index 3d92d8db5..5b81d0d9d 100644 --- a/rules/strace.make +++ b

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

2023-09-03 Thread Christian Melki
Minor changes, including zlib version handling. https://github.com/Kitware/CMake/compare/v3.27.3...v3.27.4 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

[ptxdist] [PATCH] glib: Version bump. 2.76.4 -> 2.76.5

2023-09-02 Thread Christian Melki
Bugfix minor. https://gitlab.gnome.org/GNOME/glib/-/releases/2.76.5 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 56e94361b..b81b963bf 100644 --- a/rules/glib.make +++ b/rules

[ptxdist] [PATCH] mtd-utils: Version bump. 2.1.5 -> 2.1.6

2023-09-01 Thread Christian Melki
Minor bugfixes, small enhancements. https://lists.infradead.org/pipermail/linux-mtd/2023-August/100922.html * Forward patch series. Applies cleanly. Signed-off-by: Christian Melki --- .../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0 patches/{mtd-utils-2.1.5 => mtd-utils-2.

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

2023-08-31 Thread Christian Melki
Couldn't find a comprehensive summary. https://github.com/thom311/libnl/compare/libnl3_7_0...libnl3_8_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 2af062ac2..4c0f1a256

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

2023-08-30 Thread Christian Melki
option to help some programs in post 2038 situations. Signed-off-by: Christian Melki --- rules/coreutils.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/coreutils.make b/rules/coreutils.make index b10738d5d..6f9bb64fa 100644 --- a/rules/coreutils.make +++ b/rules

[ptxdist] [PATCH] freetype: Version bump. 2.13.1 -> 2.13.2

2023-08-28 Thread Christian Melki
Minor changes. https://gitlab.freedesktop.org/freetype/freetype/-/blob/920c5502cc3ddda88f6c7d85ee834ac611bb11cc/docs/CHANGES * Forward patches, applies cleanly. Signed-off-by: Christian Melki --- ...-generate-freetype-config-and-freetype2.pc-correctly.patch | 0 patches/{freetype-2.13.1

[ptxdist] [PATCH] libinput: 1.23.0 -> 1.24.0

2023-08-28 Thread Christian Melki
Minor fixes. https://gitlab.freedesktop.org/libinput/libinput/-/releases/1.24.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 48a5a9680..59aea1a16 100644 --- a/rules

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

2023-08-24 Thread Christian Melki
Very minor changes. https://gitlab.freedesktop.org/mesa/drm/-/commits/libdrm-2.4.116?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 1be8f47da..bfa677e99 100644

[ptxdist] [PATCH 1/2] qemu: Version bump. 8.0.4 -> 8.1.0

2023-08-23 Thread Christian Melki
option. Signed-off-by: Christian Melki --- ...ow-real-symlinks-for-security_model-mapped-f.patch | 4 ++-- .../0101-let-ninja-use-the-jobserver.patch| 4 ++-- patches/{qemu-8.0.4 => qemu-8.1.0}/series | 0 rules/qemu.in |

[ptxdist] [PATCH 2/2] host-qemu: Follow target qemu version 8.1.0 bump.

2023-08-23 Thread Christian Melki
Signed-off-by: Christian Melki --- rules/host-qemu.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/host-qemu.make b/rules/host-qemu.make index db29c4682..eb60635b0 100644 --- a/rules/host-qemu.make +++ b/rules/host-qemu.make @@ -50,14 +50,13

[ptxdist] [PATCH] host-cmake: Version bump. 3.27.2 -> 3.27.3

2023-08-23 Thread Christian Melki
Minor changes. https://github.com/Kitware/CMake/compare/v3.27.2...v3.27.3 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 b4c0905b1..535ada4b6 100644 --- a/rules

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

2023-08-23 Thread Christian Melki
No changes. According to the developers empty releases is because they release a set of tools with the same version numbers, regardless. This happens at predetermined intervals afaict. Signed-off-by: Christian Melki --- rules/batctl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[ptxdist] [PATCH] sysklogd: Version bump. 2.5.1 -> 2.5.2

2023-08-23 Thread Christian Melki
Minor bugfix release. https://github.com/troglobit/sysklogd/releases/tag/v2.5.2 Signed-off-by: Christian Melki --- rules/sysklogd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sysklogd.make b/rules/sysklogd.make index a985ad60e..91e6ef0b3 100644 --- a/rules

[ptxdist] [PATCH] crda: Regdb version bump. 2023.02.13 -> 2023.05.02

2023-08-21 Thread Christian Melki
A few regulatory changes only. Signed-off-by: Christian Melki --- rules/crda.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/crda.make b/rules/crda.make index 9dc47e725..376cb1b5e 100644 --- a/rules/crda.make +++ b/rules/crda.make @@ -26,8 +26,8

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

2023-08-19 Thread Christian Melki
Minor changes. Mostly bugfixes to statx handling. https://github.com/util-linux/util-linux/compare/v2.39.1...v2.39.2 Signed-off-by: Christian Melki --- rules/util-linux.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/util-linux.make b/rules/util-linux.make

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

2023-08-19 Thread Christian Melki
release tarball, same hash as the primary archive. Author seems to move to github. Signed-off-by: Christian Melki --- ..._FILE_OFFSET_BITS-when-_LARGEFILE64_.patch | 33 --- patches/zlib-1.2.13/series| 4 --- rules/zlib.make | 9

[ptxdist] [PATCH] screen: Version bump. 4.9.0 -> 4.9.1

2023-08-18 Thread Christian Melki
Bugfixes. https://git.savannah.gnu.org/cgit/screen.git/log/?h=v.4.9.1 Plugs CVE: CVE-2023-24626: Missed signal sending permission check on failed query messages * Forward patchset, but remove the CVE patch, as it included in the release. Signed-off-by: Christian Melki --- ...al-sending

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

2023-08-14 Thread Christian Melki
Was actually two bumps in very quick succession. Mostly fixes. https://github.com/libsndfile/libsndfile/releases/tag/1.2.1 https://github.com/libsndfile/libsndfile/releases/tag/1.2.2 * Pin down some config opts. Signed-off-by: Christian Melki --- rules/libsndfile.make | 8 +--- 1 file

[ptxdist] [PATCH] json-c: Version bump. 0.16 -> 0.17

2023-08-14 Thread Christian Melki
Mostly bugfixes. https://github.com/json-c/json-c/blob/85ed501a3d49650e62c724253c9e15a6d5b5621e/ChangeLog Signed-off-by: Christian Melki --- rules/json-c.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index dc53d0fd3..18665172a

[ptxdist] [PATCH] host-cmake: Version bump. 3.27.1 -> 3.27.2

2023-08-13 Thread Christian Melki
Minor version bump. Could not find a release changelog. But https://github.com/Kitware/CMake/compare/v3.27.1...v3.27.2 looks harmless enough. 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

[ptxdist] [PATCH] qemu: Version bump. 8.0.3 -> 8.0.4

2023-08-11 Thread Christian Melki
Bugfix release. A bunch of small fixes. Also plugs CVE: CVE-2023-3255: ui/vnc-clipboard: fix infinite loop in inflate_buffer * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- ...9pfs-allow-real-symlinks-for-security_model-mapped-f.patch | 0 .../0101-let-ninja-use

[ptxdist] [PATCH] mesalib: Version bump. 23.1.3 -> 23.1.5

2023-08-11 Thread Christian Melki
Bugfix releases. https://docs.mesa3d.org/relnotes/23.1.4.html https://docs.mesa3d.org/relnotes/23.1.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 12632fb16

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

2023-08-11 Thread Christian Melki
Minor fixes. https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.11.5 * Move patchset forward. Applies cleanly. Signed-off-by: Christian Melki --- .../0200-xml2-config-is-not-SYSROOT-aware.patch | 0 patches/{libxml2-2.11.4 => libxml2-2.11.5}/series | 0 ru

[ptxdist] [PATCH] libcap-ng: Add another fetch option.

2023-08-11 Thread Christian Melki
people.redhat.com is down again. Not a lot depend on it but libcap-ng is common in a lot of builds. The github variant doesn't come in a "make dist" release. A debian mirror of the source might do. Signed-off-by: Christian Melki --- rules/libcap-ng.make | 4 +++- 1 file changed, 3

[ptxdist] people.redhat.com gone.. again.

2023-08-11 Thread Christian Melki
Expired cert. Hope someone notices. Fallout: keyutils.make latrace.make libcap-ng.make

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

2023-08-10 Thread Christian Melki
https://www.openssh.com/txt/release-9.4 * Add another mirror, since the .de ones were a bit lacking at the time of update. Signed-off-by: Christian Melki --- rules/openssh.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/openssh.make b/rules/openssh.make

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

2023-08-10 Thread Christian Melki
Some enhancements. https://chrony.tuxfamily.org/news.html * Move patchset forward. Applies cleanly. Chrony could do with configure pinning cleanup if someone would care. Signed-off-by: Christian Melki --- ...001-configure-make-unrecognized-option-a-fatal-error.patch | 0 patches/{chrony-4.3

[ptxdist] [PATCH] host-meson: Version bump. 1.2.0 -> 1.2.1

2023-08-09 Thread Christian Melki
Minor bugfix release. Signed-off-by: Christian Melki --- ...don-t-add-rpaths-for-build-directories-when-cross-co.patch | 0 .../0002-HACK-enable-NEON-only-for-ARMv7.patch| 0 .../0003-HACK-don-t-fail-if-lrelease-is-missing.patch | 0 patches/{meson-1.2.0 => meson-1.

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

2023-08-05 Thread Christian Melki
Bugfix release. https://lists.freedesktop.org/archives/wayland-devel/2023-August/042923.html * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- .../0001-HACK-don-t-build-tests.patch | 0 patches/{weston-12.0.1 => weston-12.0.2}/ser

[ptxdist] [PATCH] linux-firmware: Version bump. 20230625 -> 20230804.

2023-08-05 Thread Christian Melki
A bit of everything this time around. GPU, AMD CPU microcode, some radio and a little bit of audio firmwares. * Add new license file for SC8280XP audio in X13s (linaro). Signed-off-by: Christian Melki --- rules/linux-firmware.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions

[ptxdist] [PATCH] sdl2: Version bump. 2.28.1 -> 2.28.2

2023-08-05 Thread Christian Melki
Minor bugfix release. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.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 f8a573ac2..8eaa2e0ff 100644 --- a/rules/sdl2

[ptxdist] [PATCH] hwdata: Version bump. 0.372 -> 0.373

2023-08-05 Thread Christian Melki
Usual churn of updates to ids. 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 9ecd32125..9fd22ed9f 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

[ptxdist] [PATCH] xz: Version bump. 5.4.3 -> 5.4.4

2023-08-05 Thread Christian Melki
Very minor changes. https://github.com/tukaani-project/xz/releases/tag/v5.4.4 Signed-off-by: Christian Melki --- rules/xz.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/xz.make b/rules/xz.make index a5f16d819..139d48704 100644 --- a/rules/xz.make +++ b/rules

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

2023-08-03 Thread Christian Melki
Yet another minor bugfix release. https://github.com/libunwind/libunwind/releases/tag/v1.7.2 * Forward patchset. Applies cleanly. 1.7.2 was made from a stable 1.7 branch. So it does not contain the upstream fix that was pushed to master. Signed-off-by: Christian Melki --- .../0001-Fix-FTBFS

[ptxdist] [PATCH] sysklogd: Version bump. 2.5.0 -> 2.5.1

2023-08-03 Thread Christian Melki
Minor bugfix release. https://github.com/troglobit/sysklogd/releases/tag/v2.5.1 * Be more explicit about option for the logger binary since we install the tool by default. Signed-off-by: Christian Melki --- rules/sysklogd.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff

[ptxdist] [PATCH] openssl: Version bump. 3.1.1 -> 3.1.2

2023-08-03 Thread Christian Melki
-2975 - AES-SIV implementation ignores empty associated data entries * Forward patches. Applies cleanly. And still looks about the same from the debian origin in their 3.1.2. Signed-off-by: Christian Melki --- .../0001-debian-targets.patch | 0 patches/{openssl

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

2023-07-28 Thread Christian Melki
Minor changes. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_92.html * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- .../{nss-3.91 => nss-3.92}/0001-nss-fix-nsinstall-build.patch | 0 patches/{nss-3.91 => nss-3.92}/0002-add-nss.pc.in

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

2023-07-28 Thread Christian Melki
Usual ca-certificate updates. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_92.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

[ptxdist] [PATCH] host-cmake: Version bump. 3.27.0 -> 3.27.1

2023-07-28 Thread Christian Melki
Could not find any minor changelog. Looks harmless enough. https://cmake.org/cmake/help/latest/release/3.27.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

[ptxdist] [PATCH] libcurl: Version bump. 8.2.0 -> 8.2.1

2023-07-28 Thread Christian Melki
A new minor with bugfixes. https://curl.se/changes.html#8_2_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 f28ed43a1..c19f828e5 100644 --- a/rules/libcurl.make +++ b

[ptxdist] [PATCH 1/2] libarchive: Version bump. 3.6.2 -> 3.7.0

2023-07-25 Thread Christian Melki
Some minor enhancements and fixes. https://github.com/libarchive/libarchive/releases/tag/v3.7.0 * Add new tool, bsdunzip. Add menuconfig option for it. Signed-off-by: Christian Melki --- rules/libarchive.in | 4 rules/libarchive.make | 8 ++-- 2 files changed, 10 insertions(+), 2

[ptxdist] [PATCH 2/2] host-libarchive: Follow suit from target libarchive.

2023-07-25 Thread Christian Melki
* Fixup unused options. Signed-off-by: Christian Melki --- rules/host-libarchive.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/host-libarchive.make b/rules/host-libarchive.make index 0b57f587d..5fe9494e4 100644 --- a/rules/host-libarchive.make +++ b/rules/host

Re: [ptxdist] [PATCH] libunwind: Version bump. 1.70 -> 1.7.1

2023-07-24 Thread Christian Melki
On 7/24/23 19:04, Ladislav Michl wrote: > Hi, > > On Mon, Jul 24, 2023 at 05:58:15PM +0200, Christian Melki wrote: >> Developers fixed the tarball misnomer and released a new version. >> No other changes. >> >> * (Re-)fix URL and remove comment. > Normal

[ptxdist] [PATCH] libunwind: Version bump. 1.70 -> 1.7.1

2023-07-24 Thread Christian Melki
Developers fixed the tarball misnomer and released a new version. No other changes. * (Re-)fix URL and remove comment. Signed-off-by: Christian Melki --- rules/libunwind.make | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/rules/libunwind.make b/rules/libunwind.make

[ptxdist] [PATCH] batctl: Version bump. 2023.0 -> 2023.1

2023-07-23 Thread Christian Melki
Version bump for almost no code change. Don't know why they do it, but they do. 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 bbf06b55e..5324131fd 100644 --- a/rules

[ptxdist] [PATCH] libpthread-stubs: Version bump. 0.4 -> 0.5

2023-07-22 Thread Christian Melki
Looks like a very minor changeset. libpthread-stubs is just a meta package. No actual contents beside a .pc file which really doesn't add much to anything. * Change tarball compression. They've moved from bz2. Signed-off-by: Christian Melki --- rules/libpthread-stubs.make | 6 +++--- 1 file

[ptxdist] [PATCH] host-cmake: Version bump. 3.25.3 -> 3.27.0

2023-07-22 Thread Christian Melki
). Signed-off-by: Christian Melki --- rules/host-cmake.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/host-cmake.make b/rules/host-cmake.make index 4e735de87..fcdd40b64 100644 --- a/rules/host-cmake.make +++ b/rules/host-cmake.make @@ -15,8 +15,8

[ptxdist] [PATCH] openssh: Version bump. 9.3p1 -> 9.3p2

2023-07-22 Thread Christian Melki
Patchlevel release to fix CVE. https://www.openssh.com/txt/release-9.3p2 CVE-2023-38408 - Remote exec in ssh-agent PKCS#11 support. Signed-off-by: Christian Melki --- rules/openssh.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/openssh.make b/rules

[ptxdist] [PATCH] xxhash: Version bump. 0.8.1 -> 0.8.2

2023-07-22 Thread Christian Melki
https://github.com/Cyan4973/xxHash/releases/tag/v0.8.2 Mostly bugfixes and speedups. * Update license file hash. Copyright year changes. Signed-off-by: Christian Melki --- rules/xxhash.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/xxhash.make b/rules

[ptxdist] [PATCH] libcurl: Version bump. 8.1.2 -> 8.2.0

2023-07-22 Thread Christian Melki
A new minor mostly bugfixes. https://curl.se/changes.html#8_2_0 Including plugging one CVE. https://curl.se/docs/vuln-8.1.2.html CVE-2023-32001 - fopen race condition Signed-off-by: Christian Melki --- rules/libcurl.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH] qemu: Version bump. 8.0.2 -> 8.0.3

2023-07-13 Thread Christian Melki
Minor release. Could not find any minor release info. But the git log looks like harmless, small bugfixes. * 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

[ptxdist] [PATCH] sdl2: Version bump. 2.28.0 -> 2.28.1

2023-07-08 Thread Christian Melki
Minor release. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.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 a350f46b5..f8a573ac2 100644 --- a/rules/sdl2.make +++ b

[ptxdist] [PATCH] glib: Version bump. 2.76.3 -> 2.76.4

2023-07-07 Thread Christian Melki
Minor bugfix release. https://gitlab.gnome.org/GNOME/glib/-/releases/2.76.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 5a587019c..56e94361b 100644 --- a/rules/glib.make +++ b

[ptxdist] [PATCH v2] glibc: Don't create object file from gcc test.

2023-07-07 Thread Christian Melki
The test was creating a file named "-.o" in my workdir. We don't want the output. Use -fsyntax-only. Signed-off-by: Christian Melki --- rules/glibc.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/glibc.make b/rules/glibc.make index a550f4b92..e3b357

[ptxdist] [PATCH] glibc: Send test output to /dev/null.

2023-07-06 Thread Christian Melki
The test was creating a file named "-.o" in my workdir. We don't want the output. Be sure to send it to /dev/null Signed-off-by: Christian Melki --- rules/glibc.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/glibc.make b/rules/glibc.make index

[ptxdist] [PATCH] hwdata: Version bump 0.371 -> 0.372

2023-07-04 Thread Christian Melki
Nothing exiting. 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 3c7591033..9ecd32125 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8 @@ PACKAGES

[PATCH] net.c: Don't forget about the first fragment.

2023-07-04 Thread Christian Melki
was for fragment offsets only (0x1fff). But the first frame has fragment offset 0 and would slip through this check. That could result in a seemingly OK frame for the tftp client, but with broken data. Add check for the MF (More Fragments) flag. Should cover the first packet too. Signed-off-by: Christian

[ptxdist] [PATCH v2] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish).

2023-07-03 Thread Christian Melki
-by: Christian Melki --- rules/libunwind.make | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/rules/libunwind.make b/rules/libunwind.make index 71286acd9..8a28aa505 100644 --- a/rules/libunwind.make +++ b/rules/libunwind.make @@ -14,11 +14,12 @@ PACKAGES

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

2023-07-02 Thread Christian Melki
Very minor bugfixes and UAPI update. C11 compiler requirement. Much like the kernel since a year ago. 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 f0b0c6955..5a01f19ab

[ptxdist] [PATCH] nss: Version bump. 3.89.1 -> 3.91

2023-07-02 Thread Christian Melki
Minor bugfixes. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_90.html https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_91.html * Forward patchset applies cleanly. Remove GCC 13 patch. Included in the release. Signed-off-by: Christian Melki --- .../0006

[ptxdist] [PATCH] ca-certificates: Version bump. 3.89.1 -> 3.91

2023-07-02 Thread Christian Melki
Minor changes to certdata. https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_90.html https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_91.html Signed-off-by: Christian Melki --- rules/ca-certificates.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[ptxdist] [PATCH] util-linux: Version bump. 2.39 -> 2.39.1

2023-06-29 Thread Christian Melki
Minor release. Mostly bugfixes to enosys and lsfd. * Introduce ipcmk. No busybox counterpart. * Remove patches. They've been included in this release. Signed-off-by: Christian Melki --- .../0001-build-sys-add-disable-waitpid.patch | 28 - ...y-build-when-pidfd_open-is-available.patch

[ptxdist] [PATCH] sdl2: Version bump. 2.26.5 -> 2.28.0

2023-06-28 Thread Christian Melki
SDL2 enters maintenance mode. A bunch of changes, some major, but looks rather harmless. https://github.com/libsdl-org/SDL/releases/tag/release-2.28.0 Signed-off-by: Christian Melki --- rules/sdl2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sdl2.make b

[ptxdist] [PATCH] freetype: Version bump. 2.13.0 -> 2.13.1

2023-06-28 Thread Christian Melki
Minor release. Small changes. https://gitlab.freedesktop.org/freetype/freetype/-/blob/e4586d960f339cf75e2e0b34aee30a0ed8353c0d/docs/CHANGES * Forward patch. Applies cleanly. * Update file hash. Insignificant changes to one of the files checked for license compat. Signed-off-by: Christian Melki

[ptxdist] [PATCH] iproute2: Version bump. 6.3.0 -> 6.4.0

2023-06-28 Thread Christian Melki
Various minor fixes. https://lore.kernel.org/lkml/20230626093137.2f302acc@hermes.local/T/ 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 47ea76d26..2d68f17fc 100644

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

2023-06-28 Thread Christian Melki
Very minor release. https://github.com/strace/strace/releases/tag/v6.4 * Remove patches. Included in the new release. Signed-off-by: Christian Melki --- ...-take-the-SUBLEVEL-part-of-the-kerne.patch | 28 --- patches/strace-6.3/autogen.sh | 1 - patches/strace

[ptxdist] [PATCH] libunwind: Version bump. 1.6.2 -> 1.7.0 (-ish).

2023-06-28 Thread Christian Melki
-by: Christian Melki --- rules/libunwind.make | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/rules/libunwind.make b/rules/libunwind.make index 71286acd9..af172fab2 100644 --- a/rules/libunwind.make +++ b/rules/libunwind.make @@ -14,11 +14,11 @@ PACKAGES

[ptxdist] [PATCH] linux-firmware: Version bump. 20230515 -> 20230625

2023-06-26 Thread Christian Melki
Bunch of AMDGPU updates plus a bunch of other stuff. Signed-off-by: Christian Melki --- rules/linux-firmware.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/linux-firmware.make b/rules/linux-firmware.make index 4151b4258..449f5f0d0 100644 --- a/rules/linux

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

2023-06-24 Thread Christian Melki
Very minor bugfix release. 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 0cb8e4a1e..5e931fb7d 100644 --- a/rules/libpng.make +++ b/rules/libpng.make @@ -16,8 +16,8

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

2023-06-13 Thread Christian Melki
Mostly 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 c8b386066..53c017b65 100644 --- a/rules/xkeyboard-config.make +++ b

[ptxdist] [PATCH] xorgproto: Version bump. 2022.2 -> 2023.01

2023-06-07 Thread Christian Melki
Minor bugfix changes. Signed-off-by: Christian Melki --- rules/xorgproto.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/xorgproto.make b/rules/xorgproto.make index 32230ac0e..c5fdd8d3a 100644 --- a/rules/xorgproto.make +++ b/rules/xorgproto.make @@ -14,8

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

2023-06-07 Thread Christian Melki
, authors and contributors, but none to the actual license texts. * Remove patch set. Bug fix is now included in this release. * Remove obsolete option. * Enable new bugfixes as configure options. Signed-off-by: Christian Melki --- ...o-not-use-PTHREAD_STACK_MIN-on-glibc.patch | 29

[ptxdist] [PATCH] hwdata: Version bump. 0.370 -> 0.371

2023-06-06 Thread Christian Melki
Usual churn of updates to ids. 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 a4c025901..3c7591033 100644 --- a/rules/hwdata.make +++ b/rules/hwdata.make @@ -14,8 +14,8

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

2023-06-06 Thread Christian Melki
patch set. Bug fix is now included in this release. * Remove obsolete option. * Enable new bugfixes as configure options. Signed-off-by: Christian Melki --- ...o-not-use-PTHREAD_STACK_MIN-on-glibc.patch | 29 --- patches/ntp-4.2.8p15/series | 4 --- rules

[ptxdist] [PATCH] qemu: Version bump. 8.0.0 -> 8.0.2

2023-06-01 Thread Christian Melki
Minor bugfix release. Was actually 8.0.1 but had one more fix and bumped to 8.0.2 I couldn't find a proper release summary for 8.0.2 but the git logs looked rather harmless. * Forward patchset. Applies cleanly. Signed-off-by: Christian Melki --- ...9pfs-allow-real-symlinks-for-security_model

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