[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

[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

[ptxdist] [PATCH v3] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Andreas Helmcke
Bugfixes and several changes. e.g. - Stronger TLS defaults - HTTP/2 Support now as optional module - Some former modules are now build in Link: https://www.lighttpd.net/2023/1/3/1.4.68/ Link: https://www.lighttpd.net/2023/2/10/1.4.69/ Link: https://www.lighttpd.net/2023/5/10/1.4.70/ Link:

[ptxdist] [PATCH] jq: Version bump, 1.6 -> 1.7

2023-10-18 Thread Andreas Helmcke
* massive speed improvement (1.6 was extremely slow compared to 1.5) * a lot more bugfixes * many enhancements * Change in license: ICU license used by C library "decNumber" added Link: https://github.com/jqlang/jq/releases/tag/jq-1.7 Signed-off-by: Andreas Helmcke --- rules/jq.make | 16

Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Alexander Dahl
Hello Andreas, Am Wed, Oct 18, 2023 at 02:25:03PM +0200 schrieb Andreas Helmcke: > Hello Alexander, > > Am 18.10.23 um 13:38 schrieb Alexander Dahl: > > Hello Andreas, > > > > Am Wed, Oct 18, 2023 at 12:53:58PM +0200 schrieb Andreas Helmcke: > >> Hello Alexander, hello Michael, > >> > >> Am

Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Andreas Helmcke
Hello Alexander, Am 18.10.23 um 13:38 schrieb Alexander Dahl: > Hello Andreas, > > Am Wed, Oct 18, 2023 at 12:53:58PM +0200 schrieb Andreas Helmcke: >> Hello Alexander, hello Michael, >> >> Am 18.10.23 um 07:54 schrieb Michael Olbrich: >>> On Tue, Oct 17, 2023 at 08:05:11AM +0200, Alexander Dahl

Re: [ptxdist] [PATCH v2] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Alexander Dahl
Hello Andreas, before you send v3, I have some nitpicking here. Maybe you want to consider that, too. Am Wed, Oct 18, 2023 at 12:55:44PM +0200 schrieb Andreas Helmcke: > Bugfixes and several changes. e.g. > - Stronger TLS defaults > - HTTP/2 Support now as optional module > - Some former

Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Alexander Dahl
Hello Andreas, Am Wed, Oct 18, 2023 at 12:53:58PM +0200 schrieb Andreas Helmcke: > Hello Alexander, hello Michael, > > Am 18.10.23 um 07:54 schrieb Michael Olbrich: > > On Tue, Oct 17, 2023 at 08:05:11AM +0200, Alexander Dahl wrote: > >> Hello Andreas, > >> > >> first of all, thanks for taking

[ptxdist] [PATCH v2] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Andreas Helmcke
Bugfixes and several changes. e.g. - Stronger TLS defaults - HTTP/2 Support now as optional module - Some former modules are now build in Link: https://www.lighttpd.net/2023/1/3/1.4.68/ Link: https://www.lighttpd.net/2023/2/10/1.4.69/ Link: https://www.lighttpd.net/2023/5/10/1.4.70/ Link:

Re: [ptxdist] [PATCH] lighttpd: Version bump, 1.4.67 -> 1.4.72

2023-10-18 Thread Andreas Helmcke
Hello Alexander, hello Michael, Am 18.10.23 um 07:54 schrieb Michael Olbrich: > On Tue, Oct 17, 2023 at 08:05:11AM +0200, Alexander Dahl wrote: >> Hello Andreas, >> >> first of all, thanks for taking care of this, my remarks below. >> >> Am Mon, Oct 16, 2023 at 07:07:34PM +0200 schrieb Andreas

Re: [ptxdist] OSELAS Toolchain 2023.07.0 fails to build clang

2023-10-18 Thread Mircea Ciocan
- Ursprüngliche Mail - Hi, On Tue, Oct 17, 2023 at 11:45:22AM +0200, Mircea Ciocan wrote: > I was trying to compile the OSELAS-2023.07.0 from the original sources on a > Ubuntu 22.04 and got the following error: > > --- > target: cross-clang.extract >

[ptxdist] [PATCH 1/3] host-rust-bindgen: new package

2023-10-18 Thread Philipp Zabel
Rust bindgen generates Rust FFI bindings to C (and some C++) libraries. Signed-off-by: Philipp Zabel --- rules/host-rust-bindgen.cargo.make | 581 + rules/host-rust-bindgen.in | 7 + rules/host-rust-bindgen.make | 50 +++ 3 files changed, 638

[ptxdist] [PATCH 3/3] piglit: version bump 2021-11-17-g2f80c7cc9c02 -> 2023-10-02-g24207f5bed81

2023-10-18 Thread Philipp Zabel
* Enable Vulkan tests. * Disable find_package(Git) to stop tests/llvmpipe/CMakeLists.gl.txt from trying (and failing) to determine the git hash from an extracted source tarball. Signed-off-by: Philipp Zabel --- rules/piglit.in | 6 ++ rules/piglit.make | 6 -- 2 files changed, 10

[ptxdist] [PATCH 2/3] vkrunner: new package

2023-10-18 Thread Philipp Zabel
VkRunner is a Vulkan shader tester based on shader_runner in Piglit. Signed-off-by: Philipp Zabel --- rules/vkrunner.in | 12 +++ rules/vkrunner.make | 52 + 2 files changed, 64 insertions(+) create mode 100644 rules/vkrunner.in create

[ptxdist] [PATCH] waffle: version bump 1.7.2 -> 1.8.0

2023-10-18 Thread Philipp Zabel
NaCl support has been removed, only the build option remains. It throws an error when enabled. Signed-off-by: Philipp Zabel --- rules/waffle.make | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/waffle.make b/rules/waffle.make index 4c53b9116351..bb800ff4a5e2

[ptxdist] [PATCH] glslang: fix targetinstall

2023-10-18 Thread Philipp Zabel
Fix variable names to actually install tools and shared libraries when selected. Make tools select shared libraries. Remove libHLSL, which is not built, and libglslang-default-resource-limits, which was made static. Signed-off-by: Philipp Zabel --- rules/glslang.in | 1 + rules/glslang.make |

Re: [ptxdist] Classpath -- move out from staging?

2023-10-18 Thread Guillermo Rodriguez Garcia
Hi Michael, El mié, 18 oct 2023 a las 8:00, Michael Olbrich () escribió: > > Hi, > > On Sat, Oct 14, 2023 at 04:49:12PM +0200, Guillermo Rodriguez Garcia wrote: > > I see that the classpath package was moved to staging in commit > > f2afdd541d3dc1cbac965ddaf899009780de2aae, with a note stating

Re: [ptxdist] [APPLIED] host-qemu: map target architecture for mipsel

2023-10-18 Thread Michael Olbrich
Thanks, applied as 572e3440d6f8206e949c1a949a774f935b9cc448. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:54 +0200, Roland Hieber wrote: > Originally from DistroKit, see discussion there. > > Suggested-by: Oleksij Rempel > Link: >

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as 90875f8af4f6f1dd9f8eda71df8e8a90866f9839. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:58 +0200, Christian Melki wrote: > Couldn't find a comprehensive summary. > https://github.com/thom311/libnl/compare/libnl3_7_0...libnl3_8_0 > > Signed-off-by:

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as aefa748d67eb44b63889ab3d5360845cb0f9de0b. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:57 +0200, Christian Melki wrote: > Mostly smaller fixes. > https://curl.se/changes.html#8_4_0 > > Plugs two CVEs: > CVE-2023-38546 cookie injection with none file >

Re: [ptxdist] [APPLIED] poke: Add new package

2023-10-18 Thread Michael Olbrich
Thanks, applied as e6ec9f74f041658f3453f3b7ec4ba4b90e854f26. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:57 +0200, Alexander Dahl wrote: > Link: https://jemarch.net/poke > Signed-off-by: Alexander Dahl > Message-Id: <20231010065219.43001-4-...@thorsis.com> > Signed-off-by:

Re: [ptxdist] [APPLIED] libatomic_ops: Add new package

2023-10-18 Thread Michael Olbrich
Thanks, applied as 2b43a2aadd6252bdd5a14531f19e86d0db09fb68. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:55 +0200, Alexander Dahl wrote: > Dependency for the upcoming bdwgc. > > Signed-off-by: Alexander Dahl > Message-Id: <20231010065219.43001-2-...@thorsis.com> >

Re: [ptxdist] [APPLIED] bdwgc: Add new package

2023-10-18 Thread Michael Olbrich
Thanks, applied as 966e139cd2b09c144591f7a7d0472938a8d1bd83. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:56 +0200, Alexander Dahl wrote: > Dependency for the upcoming GNU poke. Pinning down the configure > options was rather guesswork than informed decision, basically

Re: [ptxdist] [APPLIED] image-hdimg: fix building image without bootloader

2023-10-18 Thread Michael Olbrich
Thanks, applied as 0bf8bc3cecbdf085e427374dcea4d760951e7822. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:51 +0200, Roland Hieber wrote: > genimage complains that '@GPT_LOCATION@' is an invalid size suffix > because we replace that template variable in the config file only

Re: [ptxdist] [APPLIED] util-linux: select missing ncurses dependency for fdisk and sfdisk

2023-10-18 Thread Michael Olbrich
Thanks, applied as 9ee115c14b41e5c484ee6f5fe60783aee36ace03. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:53 +0200, Philipp Zabel wrote: > These tools depend on ncurses via the internal tcolors library. > Since all fdisks now share the same selected dependencies,

Re: [ptxdist] [APPLIED] alsa-utils: fix build with(out) aplaymidi

2023-10-18 Thread Michael Olbrich
Thanks, applied as 12c625e7d54d51a886c57e88466fec8e6fbb34cc. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:53 +0200, Philipp Zabel wrote: > If alsa-lib is built with ALSA_LIB_SEQ enabled, alsa-utils will always > build aplaymidi, and it will try to use a header

Re: [ptxdist] [APPLIED] util-linux: let mount select libsmartcols

2023-10-18 Thread Michael Olbrich
Thanks, applied as 18b1b95644d879613ffdd54a71de04ccd27842d6. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:52 +0200, Philipp Zabel wrote: > The mount command is linked with the internal smartcols library, > properly select it. > > Fixes: 18c9c0f89c41 ("util-linux: switch to

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as 6c765f8f76e977de1ff240913df43887bb367b36. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:50 +0200, Christian Melki wrote: > Translation fixes. > > * License has. File had trailing whitespaces removed. > > Signed-off-by: Christian Melki > Message-Id:

Re: [ptxdist] [APPLIED] pipewire: version bump 0.3.80 -> 0.3.81

2023-10-18 Thread Michael Olbrich
Thanks, applied as 73c4d6fadbe9353e9d9e6e2b8c88d6a1c4abe09f. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:50 +0200, Philipp Zabel wrote: > https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.81 > > Signed-off-by: Philipp Zabel > Message-Id:

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as 447730bd138596d46965339583649d3cf789857f. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:48 +0200, Christian Melki wrote: > Minor changes, but interesting. > ssh-keygen now generates ed25519 keys as default. > and ssh tries to obfuscate keystroke timing. >

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as 8504ba6da648867c444aeb93d0927f94d43ca266. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:47 +0200, Christian Melki wrote: > Usual bunch of ID bumps. > > Signed-off-by: Christian Melki > Message-Id: <20231005160436.2590325-1-christian.me...@t2data.com> >

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as 72c0a06181c6078a279cb10299fa00b61b146329. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:49 +0200, Christian Melki wrote: > Bugfix release. > https://docs.mesa3d.org/relnotes/23.1.9.html > > * Forward patches, applies cleanly. > > Signed-off-by: Christian

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as 351455c3de715e86b101a45cdc2a4a776a975ab7. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:46 +0200, Christian Melki wrote: > Very minor bugfix release. > https://github.com/libsdl-org/SDL/releases/tag/release-2.28.4 > > Signed-off-by: Christian Melki >

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

2023-10-18 Thread Michael Olbrich
Thanks, applied as a6c3af737591199b756818b82ac1f0846774c736. Michael [sent from post-receive hook] On Wed, 18 Oct 2023 09:42:46 +0200, Christian Melki wrote: > Minor fixes and enhancements. > Module loading with dependencies should now resolve > from anywhere, instead of just selected paths.

Re: [ptxdist] Classpath -- move out from staging?

2023-10-18 Thread Michael Olbrich
Hi, On Sat, Oct 14, 2023 at 04:49:12PM +0200, Guillermo Rodriguez Garcia wrote: > I see that the classpath package was moved to staging in commit > f2afdd541d3dc1cbac965ddaf899009780de2aae, with a note stating that it > could not be built with any current (Java) distribution. > > My team and I