[ptxdist] [PATCH] host-meson: version bump 1.0.0 -> 1.1.0

2023-04-11 Thread Philipp Zabel
https://mesonbuild.com/Release-notes-for-1-1-0.html Signed-off-by: Philipp Zabel --- rules/host-meson.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-meson.make b/rules/host-meson.make index 08b62748d8e0..e86b89e14b39 100644 --- a/rules/host-meson.make

[ptxdist] [PATCH] mesalib: version bump 23.0.1 -> 23.0.2

2023-04-11 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 47ce7015fb62..f918a4ffc316 100644 --- a/rules/mesalib.make +++ b/rules/mesalib.make @@ -14,8 +14,8 @@

[ptxdist] [PATCH] barebox: add optional dependency to HOST_LZ4

2023-04-11 Thread Michael Tretter
barebox switched the default compression to lz4. Therefore, it needs the host lz4 to build with lz4 compression. Add the option to specify HOST_LZ4 as a dependency of barebox. Signed-off-by: Michael Tretter --- platforms/barebox.in | 9 + 1 file changed, 9 insertions(+) diff --git

Re: [ptxdist] [PATCH] openssl: add dependency to libatomic

2023-04-11 Thread Christian Melki
On 4/11/23 08:24, Robert Schwebel wrote: > On Sat, Apr 08, 2023 at 10:57:44PM +0200, Christian Melki wrote: > Hmm, with ptxdist-2023.04.0, I don't get the corresponding error any > more (and instead a reason warning that libatomic is unused). Let's drop > this for now. atomic

[ptxdist] [PATCH] iptables: fix path in ExecStop in IPv6 systemd unit

2023-04-11 Thread Tamino Bauknecht
The service file for the systemd unit "ip6tables" contained the wrong path for the executable "ip6tables-flush". This caused each attempt to stop the unit to fail. This commit fixes this typing mistake and sets the path to "/usr/sbin/ip6tables-flush". Signed-off-by: Tamino Bauknecht ---

Re: [ptxdist] [PATCH] openssl: add dependency to libatomic

2023-04-11 Thread Robert Schwebel
On Sat, Apr 08, 2023 at 10:57:44PM +0200, Christian Melki wrote: > >>> Hmm, with ptxdist-2023.04.0, I don't get the corresponding error any > >>> more (and instead a reason warning that libatomic is unused). Let's drop > >>> this for now. > >> > >> atomic is going to be highly dependent on