Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Rust 1.80
@ 2024-07-25 19:58 tranzystorekk
  2024-07-25 21:14 ` tranzystorekk
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-25 19:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1374 bytes --]

There is a new pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages rust
https://github.com/void-linux/void-packages/pull/51458

Rust 1.80
- **rust-bootstrap: update to 1.80.0**
- **cargo-bootstrap: update to 1.80.0**
- **rust: update to 1.80.0**
- **cargo: update to 1.80.0**

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/51458.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-51458.patch --]
[-- Type: text/x-diff, Size: 8242 bytes --]

From d731d05c2c8a09038c0c645f5f834fa5f47f1357 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:50:01 +0200
Subject: [PATCH 1/4] rust-bootstrap: update to 1.80.0

---
 srcpkgs/rust-bootstrap/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index f78831b709513d..f325d076499b5f 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-bootstrap'
 pkgname=rust-bootstrap
-version=1.79.0
+version=1.80.0
 revision=1
 short_desc="Rust programming language bootstrap toolchain"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -31,24 +31,24 @@ case "$XBPS_TARGET_MACHINE" in
 		 ${_bootstrap_url}/rustc-${version}-i686-unknown-linux-gnu.tar.xz
 		 ${_bootstrap_url}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz"
 		checksum="
-		 4695a6eb66252d519510ca0a859803fff3a5041f71004404df0ccc9fbf0298d5
-		 158294f7c424ef75d84046b573f225c15d531745cc79d416a18c11aa8253830e"
+		 d2e4ceb3b3d2c41ba5d5ffc07f09ea46347c4d92e6411d66f0873c664684f68e
+		 f5bcf6d36de3947c663da3f659fcbf8dbb261185284f87b332ab22f490304153"
 		;;
 	x86_64)
 		distfiles="
 		 ${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-gnu.tar.xz
 		 ${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-gnu.tar.xz"
 		checksum="
-		 a04cf42022d0a5faf01c31082bfb1dde9c38409f0ca6da90a3e40faa03e797ae
-		 2c914483c0882d44af2e50a181cbd2c953d672d50b31aa669ee2346cade1f108"
+		 ef1692e3d67236868d32ef26f96f47792b1c3a3f9747bbe05c63742464307c4f
+		 c722cba93c9627e04a6a5ecc749cde9dda39f15e4d02fb6ae8d0b27e02e6488a"
 		;;
 	x86_64-musl)
 		distfiles="
 		 ${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-musl.tar.xz
 		 ${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-musl.tar.xz"
 		checksum="
-		 155deffbdc08c963bd47108eaccf0db81d5f9bc6bb4a4cefa03e40ae9e2981fc
-		 30b9418561e6a7c18396a259304d3ddb4ad9d262f0ed6f227e08d232b8b32e8c"
+		 8c64236957359cea987dbc6b99d4d81e403186c7e217e6dfca52b74fd1efc0c6
+		 6570068f0c95fa7a85b1fdf7b72d934fb4cf1689f833ab766ea6ae8cb40d3348"
 		;;
 	# placeholders for user-supplied distfiles
 	ppc64le)

From afcabee105aa71a8237da9c79b169a6cbb288eb6 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:50:50 +0200
Subject: [PATCH 2/4] cargo-bootstrap: update to 1.80.0

---
 srcpkgs/cargo-bootstrap/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index 149b708c352122..d3451bdaffcd8b 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-bootstrap'
 pkgname=cargo-bootstrap
-version=1.79.0
+version=1.80.0
 revision=1
 short_desc="Bootstrap binaries of Rust package manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -24,15 +24,15 @@ esac
 case "$XBPS_TARGET_MACHINE" in
 	i686)
 		distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
-		checksum="57bd43f363ebd399a38aa4ac3b137e9172706770f8b23479f9dd859c6ae779ab"
+		checksum="93c92b3c6716db416f2d3ee801079aed0893d3ba148ba1d670791ddb02d8f998"
 		;;
 	x86_64)
 		distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
-		checksum="07fcadd27b645ad58ff4dae5ef166fd730311bbae8f25f6640fe1bfd2a1f3c3c"
+		checksum="5602ba863f5276cfaa7ed3a8dd94d187fbd0319a1b4bbb9284e77fb6b7168a41"
 		;;
 	x86_64-musl)
 		distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
-		checksum="c053ba22b95615f41f27b42f5bacf3fbb26abba24ac01d2638877a584ff19738"
+		checksum="e6a0ba9e1c9476c605a91352afaac3fa557ab64f3d8a9db8be401307f5d1a81c"
 		;;
 	# placeholders for user-supplied distfiles
 	ppc64le)

From 3dbb61887187303e2de0bfe821e01d852e171975 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:51:13 +0200
Subject: [PATCH 3/4] rust: update to 1.80.0

---
 ...amic-linkage-of-musl-libc-for-the-libc-crate.patch |  8 ++++----
 srcpkgs/rust/template                                 | 11 ++++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch b/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch
index 0924889cbfaa3e..24b7469fe64d69 100644
--- a/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch
+++ b/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch
@@ -3,10 +3,10 @@ From: q66 <daniel@octaforge.org>
 Date: Sun, 3 May 2020 18:02:03 +0200
 Subject: [PATCH 10/15] Fix dynamic linkage of musl libc for the libc crate
 
-diff --git a/vendor/libc-0.2.153/src/unix/mod.rs b/vendor/libc-0.2.153/src/unix/mod.rs
-index 3dca83305..aae5b0ca9 100644
---- a/vendor/libc-0.2.153/src/unix/mod.rs
-+++ b/vendor/libc-0.2.153/src/unix/mod.rs
+diff --git a/vendor/libc-0.2.155/src/unix/mod.rs b/vendor/libc-0.2.155/src/unix/mod.rs
+index 49984d3f0..6c3b5a47e 100644
+--- a/vendor/libc-0.2.155/src/unix/mod.rs
++++ b/vendor/libc-0.2.155/src/unix/mod.rs
 @@ -347,7 +347,14 @@ cfg_if! {
          #[link(name = "dl", cfg(not(target_feature = "crt-static")))]
          #[link(name = "c", cfg(not(target_feature = "crt-static")))]
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index a37b076528c7c8..327257ce9f9724 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,17 +8,17 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.79.0
+version=1.80.0
 revision=1
 hostmakedepends="curl pkg-config python3 tar cargo-bootstrap"
-makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm17-devel"
+makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm18-devel"
 depends="rust-std gcc"
 short_desc="Safe, concurrent, practical systems language"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=172ecf3c7d1f9d9fb16cd2a628869782670416ded0129e524a86751f961448c0
+checksum=6f606c193f230f6b2cae4576f7b24d50f5f9b25dff11dbf9b22f787d3521d672
 lib32disabled=yes
 make_check=no # CBA for now
 python_version=3 # needed for python files in rust-src
@@ -34,7 +34,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" rust llvm17-devel"
+	hostmakedepends+=" rust llvm18-devel"
 	# These are required for building the buildhost's stage0/1
 	hostmakedepends+=" libffi-devel libxml2-devel ncurses-devel zlib-devel"
 else
@@ -58,7 +58,8 @@ post_patch() {
 	fi
 
 	# clear out all the checksum nonsense of patched vendor crates
-	_clear_vendor_checksums libc-0.2.153
+	_clear_vendor_checksums libc-0.2.155
+	_clear_vendor_checksums onig_sys-69.8.1
 }
 
 do_configure() {

From 7bc1b43c0355fc0cbefd6e7f6b53a9afc5360620 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:51:27 +0200
Subject: [PATCH 4/4] cargo: update to 1.80.0

---
 srcpkgs/cargo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template
index 5873a19e074600..0faaf11eba58a7 100644
--- a/srcpkgs/cargo/template
+++ b/srcpkgs/cargo/template
@@ -1,8 +1,8 @@
 # Template file for 'cargo'
 pkgname=cargo
-version=1.79.0
+version=1.80.0
 revision=1
-_cargo_revision=0.80.0
+_cargo_revision=0.81.0
 build_helper=rust
 hostmakedepends="cargo-bootstrap rust python3 curl pkg-config zlib-devel"
 makedepends="rust libcurl-devel openssl-devel"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://crates.io/"
 distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
-checksum=542efc5daa159e2942d454eb2815247a96589363977429bd473f8cac8a55636e
+checksum=5d2ea954f1a8bf03389fe2cefc5603de180a0c0010aa66628a325007216ef862
 replaces="cargo-tree>=0"
 
 build_options="static bindist"

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
@ 2024-07-25 21:14 ` tranzystorekk
  2024-07-26  3:47 ` tranzystorekk
                   ` (20 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-25 21:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1488 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.36`)

- `aardvark-dns` cc @daniel-eys
- `amp` cc @wpbirney
- `bandwhich`
- `bottom` cc @cinerea0
- `cargo-c` cc @oreo639
- `cargo-crev`
- `cargo-geiger`
- `circadian` cc @abenson
- `czkawka` cc @sirkhancision
- `deepfilternet-ladspa` cc @Johnnynator
- `delta` cc @abenson
- `dua-cli` cc @cinerea0
- `eludris` cc @ooliver1
- `evtx` cc @abenson
- `eww` cc @shmishtopher
- `eza`
- `gcsf` cc @benalb
- `geckodriver` cc @mtvrsh
- `gleam` @leahneukirchen
- `ironbar` cc @caughtquick
- `kak-lsp`
- `leftwm` cc @uncomfyhalomacro
- `miniserve` cc @Gottox
- `ncspot` cc @ram02z
- `openpgp-ca`
- `openpgp-card-tools`
- `routinator` cc @CameronNemo
- `rust-cargo-audit`
- `rustypaste` cc @lukas-jo
- `shotman`
- `starship` cc @cinerea0
- `steamguard-cli` cc @filiprojek
- `taplo` cc @cinerea0
- `tectonic` cc @daniel-eys
- `typst` cc @classabbyamp
- `typst-lsp` cc @classabbyamp
- `wezterm` cc @jbenden
- `wiki-tui` cc @ethamck
- `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
  2024-07-25 21:14 ` tranzystorekk
@ 2024-07-26  3:47 ` tranzystorekk
  2024-07-26  4:03 ` tranzystorekk
                   ` (19 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26  3:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

- `aardvark-dns` cc @daniel-eys
- `amp` cc @wpbirney
- `bandwhich`
- `bottom` cc @cinerea0
- `cargo-c` cc @oreo639
- `cargo-crev`
- `cargo-geiger`
- `circadian` cc @abenson
- `czkawka` cc @sirkhancision
- `deepfilternet-ladspa` cc @Johnnynator
- `delta` cc @abenson
- `dua-cli` cc @cinerea0
- `eludris` cc @ooliver1
- `evtx` cc @abenson
- `eww` cc @shmishtopher
- `eza`
- `gcsf` cc @benalb
- `geckodriver` cc @mtvrsh
- `gleam` @leahneukirchen
- `ironbar` cc @caughtquick
- `kak-lsp`
- `leftwm` cc @uncomfyhalomacro
- `miniserve` cc @Gottox
- `ncspot` cc @ram02z
- `openpgp-ca`
- `openpgp-card-tools`
- `routinator` cc @CameronNemo
- `rust-cargo-audit`
- `rustypaste` cc @lukas-jo
- `shotman`
- `starship` cc @cinerea0
- `steamguard-cli` cc @filiprojek
- `taplo` cc @cinerea0
- `tectonic` cc @daniel-eys
- `typst` cc @classabbyamp
- `typst-lsp` cc @classabbyamp
- `wezterm` cc @jbenden
- `wiki-tui` cc @ethamck
- `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
  2024-07-25 21:14 ` tranzystorekk
  2024-07-26  3:47 ` tranzystorekk
@ 2024-07-26  4:03 ` tranzystorekk
  2024-07-26  4:07 ` tranzystorekk
                   ` (18 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26  4:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1831 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_install() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- `aardvark-dns` cc @daniel-eys
- `amp` cc @wpbirney
- `bandwhich`
- `bottom` cc @cinerea0
- `cargo-c` cc @oreo639
- `cargo-crev`
- `cargo-geiger`
- `circadian` cc @abenson
- `czkawka` cc @sirkhancision
- `deepfilternet-ladspa` cc @Johnnynator
- `delta` cc @abenson
- `dua-cli` cc @cinerea0
- `eludris` cc @ooliver1
- `evtx` cc @abenson
- `eww` cc @shmishtopher
- `eza`
- `gcsf` cc @benalb
- `geckodriver` cc @mtvrsh
- `gleam` @leahneukirchen
- `ironbar` cc @caughtquick
- `kak-lsp`
- `leftwm` cc @uncomfyhalomacro
- `miniserve` cc @Gottox
- `ncspot` cc @ram02z
- `openpgp-ca`
- `openpgp-card-tools`
- `routinator` cc @CameronNemo
- `rust-cargo-audit`
- `rustypaste` cc @lukas-jo
- `shotman`
- `starship` cc @cinerea0
- `steamguard-cli` cc @filiprojek
- `taplo` cc @cinerea0
- `tectonic` cc @daniel-eys
- `typst` cc @classabbyamp
- `typst-lsp` cc @classabbyamp
- `wezterm` cc @jbenden
- `wiki-tui` cc @ethamck
- `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (2 preceding siblings ...)
  2024-07-26  4:03 ` tranzystorekk
@ 2024-07-26  4:07 ` tranzystorekk
  2024-07-26 14:07 ` leahneukirchen
                   ` (17 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26  4:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1829 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- `aardvark-dns` cc @daniel-eys
- `amp` cc @wpbirney
- `bandwhich`
- `bottom` cc @cinerea0
- `cargo-c` cc @oreo639
- `cargo-crev`
- `cargo-geiger`
- `circadian` cc @abenson
- `czkawka` cc @sirkhancision
- `deepfilternet-ladspa` cc @Johnnynator
- `delta` cc @abenson
- `dua-cli` cc @cinerea0
- `eludris` cc @ooliver1
- `evtx` cc @abenson
- `eww` cc @shmishtopher
- `eza`
- `gcsf` cc @benalb
- `geckodriver` cc @mtvrsh
- `gleam` @leahneukirchen
- `ironbar` cc @caughtquick
- `kak-lsp`
- `leftwm` cc @uncomfyhalomacro
- `miniserve` cc @Gottox
- `ncspot` cc @ram02z
- `openpgp-ca`
- `openpgp-card-tools`
- `routinator` cc @CameronNemo
- `rust-cargo-audit`
- `rustypaste` cc @lukas-jo
- `shotman`
- `starship` cc @cinerea0
- `steamguard-cli` cc @filiprojek
- `taplo` cc @cinerea0
- `tectonic` cc @daniel-eys
- `typst` cc @classabbyamp
- `typst-lsp` cc @classabbyamp
- `wezterm` cc @jbenden
- `wiki-tui` cc @ethamck
- `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (3 preceding siblings ...)
  2024-07-26  4:07 ` tranzystorekk
@ 2024-07-26 14:07 ` leahneukirchen
  2024-07-26 14:12 ` leahneukirchen
                   ` (16 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: leahneukirchen @ 2024-07-26 14:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2069 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [ ] `bandwhich`
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [ ] `circadian` cc @abenson
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [ ] `delta` cc @abenson
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [ ] `evtx` cc @abenson
- [ ] `eww` cc @shmishtopher
- [ ] `eza`
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [ ] `miniserve` cc @Gottox
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [ ] `rust-cargo-audit`
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (4 preceding siblings ...)
  2024-07-26 14:07 ` leahneukirchen
@ 2024-07-26 14:12 ` leahneukirchen
  2024-07-26 22:16 ` abenson
                   ` (15 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: leahneukirchen @ 2024-07-26 14:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2154 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [ ] `bandwhich`
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [ ] `circadian` cc @abenson
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [ ] `delta` cc @abenson
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [ ] `evtx` cc @abenson
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [ ] `miniserve` cc @Gottox
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [ ] `rust-cargo-audit`
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (5 preceding siblings ...)
  2024-07-26 14:12 ` leahneukirchen
@ 2024-07-26 22:16 ` abenson
  2024-07-26 23:07 ` tranzystorekk
                   ` (14 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: abenson @ 2024-07-26 22:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2277 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [ ] `bandwhich`
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [ ] `miniserve` cc @Gottox
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [ ] `rust-cargo-audit`
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (6 preceding siblings ...)
  2024-07-26 22:16 ` abenson
@ 2024-07-26 23:07 ` tranzystorekk
  2024-07-26 23:13 ` tranzystorekk
                   ` (13 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26 23:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2277 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [x] `bandwhich`
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [ ] `miniserve` cc @Gottox
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [ ] `rust-cargo-audit`
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (7 preceding siblings ...)
  2024-07-26 23:07 ` tranzystorekk
@ 2024-07-26 23:13 ` tranzystorekk
  2024-07-26 23:14 ` tranzystorekk
                   ` (12 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26 23:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2277 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [x] `bandwhich`
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [ ] `rust-cargo-audit`
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (8 preceding siblings ...)
  2024-07-26 23:13 ` tranzystorekk
@ 2024-07-26 23:14 ` tranzystorekk
  2024-07-26 23:19 ` tranzystorekk
                   ` (11 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26 23:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2448 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [ ] `rust-cargo-audit`
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (9 preceding siblings ...)
  2024-07-26 23:14 ` tranzystorekk
@ 2024-07-26 23:19 ` tranzystorekk
  2024-07-27 10:58 ` tranzystorekk
                   ` (10 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-26 23:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2531 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [ ] `aardvark-dns` cc @daniel-eys
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (10 preceding siblings ...)
  2024-07-26 23:19 ` tranzystorekk
@ 2024-07-27 10:58 ` tranzystorekk
  2024-07-27 13:16 ` [PR PATCH] [Updated] " tranzystorekk
                   ` (9 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-27 10:58 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2622 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Updated] Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (11 preceding siblings ...)
  2024-07-27 10:58 ` tranzystorekk
@ 2024-07-27 13:16 ` tranzystorekk
  2024-07-28 16:39 ` abenson
                   ` (8 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-27 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]

There is an updated pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages rust
https://github.com/void-linux/void-packages/pull/51458

Rust 1.80
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/51458.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rust-51458.patch --]
[-- Type: text/x-diff, Size: 8304 bytes --]

From e91244796b1ab6d3da5f774bd65c0b5c7c91a9af Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:50:01 +0200
Subject: [PATCH 1/4] rust-bootstrap: update to 1.80.0

---
 srcpkgs/rust-bootstrap/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/rust-bootstrap/template b/srcpkgs/rust-bootstrap/template
index f78831b709513d..f325d076499b5f 100644
--- a/srcpkgs/rust-bootstrap/template
+++ b/srcpkgs/rust-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'rust-bootstrap'
 pkgname=rust-bootstrap
-version=1.79.0
+version=1.80.0
 revision=1
 short_desc="Rust programming language bootstrap toolchain"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -31,24 +31,24 @@ case "$XBPS_TARGET_MACHINE" in
 		 ${_bootstrap_url}/rustc-${version}-i686-unknown-linux-gnu.tar.xz
 		 ${_bootstrap_url}/rust-std-${version}-i686-unknown-linux-gnu.tar.xz"
 		checksum="
-		 4695a6eb66252d519510ca0a859803fff3a5041f71004404df0ccc9fbf0298d5
-		 158294f7c424ef75d84046b573f225c15d531745cc79d416a18c11aa8253830e"
+		 d2e4ceb3b3d2c41ba5d5ffc07f09ea46347c4d92e6411d66f0873c664684f68e
+		 f5bcf6d36de3947c663da3f659fcbf8dbb261185284f87b332ab22f490304153"
 		;;
 	x86_64)
 		distfiles="
 		 ${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-gnu.tar.xz
 		 ${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-gnu.tar.xz"
 		checksum="
-		 a04cf42022d0a5faf01c31082bfb1dde9c38409f0ca6da90a3e40faa03e797ae
-		 2c914483c0882d44af2e50a181cbd2c953d672d50b31aa669ee2346cade1f108"
+		 ef1692e3d67236868d32ef26f96f47792b1c3a3f9747bbe05c63742464307c4f
+		 c722cba93c9627e04a6a5ecc749cde9dda39f15e4d02fb6ae8d0b27e02e6488a"
 		;;
 	x86_64-musl)
 		distfiles="
 		 ${_bootstrap_url}/rustc-${version}-x86_64-unknown-linux-musl.tar.xz
 		 ${_bootstrap_url}/rust-std-${version}-x86_64-unknown-linux-musl.tar.xz"
 		checksum="
-		 155deffbdc08c963bd47108eaccf0db81d5f9bc6bb4a4cefa03e40ae9e2981fc
-		 30b9418561e6a7c18396a259304d3ddb4ad9d262f0ed6f227e08d232b8b32e8c"
+		 8c64236957359cea987dbc6b99d4d81e403186c7e217e6dfca52b74fd1efc0c6
+		 6570068f0c95fa7a85b1fdf7b72d934fb4cf1689f833ab766ea6ae8cb40d3348"
 		;;
 	# placeholders for user-supplied distfiles
 	ppc64le)

From 1326947333f131dfdd75fa386970bd7c8df4755d Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:50:50 +0200
Subject: [PATCH 2/4] cargo-bootstrap: update to 1.80.0

---
 srcpkgs/cargo-bootstrap/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index 149b708c352122..d3451bdaffcd8b 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-bootstrap'
 pkgname=cargo-bootstrap
-version=1.79.0
+version=1.80.0
 revision=1
 short_desc="Bootstrap binaries of Rust package manager"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -24,15 +24,15 @@ esac
 case "$XBPS_TARGET_MACHINE" in
 	i686)
 		distfiles="${_bootstrap_url}/cargo-${version}-i686-unknown-linux-gnu.tar.xz"
-		checksum="57bd43f363ebd399a38aa4ac3b137e9172706770f8b23479f9dd859c6ae779ab"
+		checksum="93c92b3c6716db416f2d3ee801079aed0893d3ba148ba1d670791ddb02d8f998"
 		;;
 	x86_64)
 		distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-gnu.tar.xz"
-		checksum="07fcadd27b645ad58ff4dae5ef166fd730311bbae8f25f6640fe1bfd2a1f3c3c"
+		checksum="5602ba863f5276cfaa7ed3a8dd94d187fbd0319a1b4bbb9284e77fb6b7168a41"
 		;;
 	x86_64-musl)
 		distfiles="${_bootstrap_url}/cargo-${version}-x86_64-unknown-linux-musl.tar.xz"
-		checksum="c053ba22b95615f41f27b42f5bacf3fbb26abba24ac01d2638877a584ff19738"
+		checksum="e6a0ba9e1c9476c605a91352afaac3fa557ab64f3d8a9db8be401307f5d1a81c"
 		;;
 	# placeholders for user-supplied distfiles
 	ppc64le)

From 6594ead346278ebc39945a62922ea8a66224e66c Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:51:13 +0200
Subject: [PATCH 3/4] rust: update to 1.80.0

---
 ...ic-linkage-of-musl-libc-for-the-libc-crate.patch |  8 ++++----
 srcpkgs/rust/template                               | 13 ++++++++-----
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch b/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch
index 0924889cbfaa3e..24b7469fe64d69 100644
--- a/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch
+++ b/srcpkgs/rust/patches/0010-Fix-dynamic-linkage-of-musl-libc-for-the-libc-crate.patch
@@ -3,10 +3,10 @@ From: q66 <daniel@octaforge.org>
 Date: Sun, 3 May 2020 18:02:03 +0200
 Subject: [PATCH 10/15] Fix dynamic linkage of musl libc for the libc crate
 
-diff --git a/vendor/libc-0.2.153/src/unix/mod.rs b/vendor/libc-0.2.153/src/unix/mod.rs
-index 3dca83305..aae5b0ca9 100644
---- a/vendor/libc-0.2.153/src/unix/mod.rs
-+++ b/vendor/libc-0.2.153/src/unix/mod.rs
+diff --git a/vendor/libc-0.2.155/src/unix/mod.rs b/vendor/libc-0.2.155/src/unix/mod.rs
+index 49984d3f0..6c3b5a47e 100644
+--- a/vendor/libc-0.2.155/src/unix/mod.rs
++++ b/vendor/libc-0.2.155/src/unix/mod.rs
 @@ -347,7 +347,14 @@ cfg_if! {
          #[link(name = "dl", cfg(not(target_feature = "crt-static")))]
          #[link(name = "c", cfg(not(target_feature = "crt-static")))]
diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template
index a37b076528c7c8..9327db52dc3a00 100644
--- a/srcpkgs/rust/template
+++ b/srcpkgs/rust/template
@@ -8,17 +8,17 @@
 # uploaded to https://repo-default.voidlinux.org/distfiles/
 #
 pkgname=rust
-version=1.79.0
+version=1.80.0
 revision=1
 hostmakedepends="curl pkg-config python3 tar cargo-bootstrap"
-makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm17-devel"
+makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm18-devel"
 depends="rust-std gcc"
 short_desc="Safe, concurrent, practical systems language"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://www.rust-lang.org/"
 distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
-checksum=172ecf3c7d1f9d9fb16cd2a628869782670416ded0129e524a86751f961448c0
+checksum=6f606c193f230f6b2cae4576f7b24d50f5f9b25dff11dbf9b22f787d3521d672
 lib32disabled=yes
 make_check=no # CBA for now
 python_version=3 # needed for python files in rust-src
@@ -34,7 +34,7 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 fi
 
 if [ "$CROSS_BUILD" ]; then
-	hostmakedepends+=" rust llvm17-devel"
+	hostmakedepends+=" rust llvm18-devel"
 	# These are required for building the buildhost's stage0/1
 	hostmakedepends+=" libffi-devel libxml2-devel ncurses-devel zlib-devel"
 else
@@ -58,7 +58,10 @@ post_patch() {
 	fi
 
 	# clear out all the checksum nonsense of patched vendor crates
-	_clear_vendor_checksums libc-0.2.153
+	_clear_vendor_checksums libc-0.2.155
+
+	# pre-configure 01-override-config overwrites vendor files
+	_clear_vendor_checksums onig_sys-69.8.1
 }
 
 do_configure() {

From e41aacb436b358f0be33da8931f2beec22456844 Mon Sep 17 00:00:00 2001
From: tranzystorekk <tranzystorek.io@protonmail.com>
Date: Thu, 25 Jul 2024 14:51:27 +0200
Subject: [PATCH 4/4] cargo: update to 1.80.0

---
 srcpkgs/cargo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template
index 5873a19e074600..0faaf11eba58a7 100644
--- a/srcpkgs/cargo/template
+++ b/srcpkgs/cargo/template
@@ -1,8 +1,8 @@
 # Template file for 'cargo'
 pkgname=cargo
-version=1.79.0
+version=1.80.0
 revision=1
-_cargo_revision=0.80.0
+_cargo_revision=0.81.0
 build_helper=rust
 hostmakedepends="cargo-bootstrap rust python3 curl pkg-config zlib-devel"
 makedepends="rust libcurl-devel openssl-devel"
@@ -12,7 +12,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://crates.io/"
 distfiles="https://github.com/rust-lang/cargo/archive/refs/tags/${_cargo_revision}.tar.gz"
-checksum=542efc5daa159e2942d454eb2815247a96589363977429bd473f8cac8a55636e
+checksum=5d2ea954f1a8bf03389fe2cefc5603de180a0c0010aa66628a325007216ef862
 replaces="cargo-tree>=0"
 
 build_options="static bindist"

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (12 preceding siblings ...)
  2024-07-27 13:16 ` [PR PATCH] [Updated] " tranzystorekk
@ 2024-07-28 16:39 ` abenson
  2024-07-28 16:44 ` abenson
                   ` (7 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: abenson @ 2024-07-28 16:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2667 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck
- [ ] `yaydl` cc @atk

### Misc

- [x] `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson 6864a8b6cc5f7803919e3fe0d2a8afd388f41f6b

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (13 preceding siblings ...)
  2024-07-28 16:39 ` abenson
@ 2024-07-28 16:44 ` abenson
  2024-07-29  7:37 ` tranzystorekk
                   ` (6 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: abenson @ 2024-07-28 16:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2806 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck 5b0c627366babea1636b35db641c0fec964ddbd1

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by 
- [ ] `yaydl` cc @atk

### Misc

- [x] `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson 6864a8b6cc5f7803919e3fe0d2a8afd388f41f6b

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (14 preceding siblings ...)
  2024-07-28 16:44 ` abenson
@ 2024-07-29  7:37 ` tranzystorekk
  2024-07-29  7:39 ` tranzystorekk
                   ` (5 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-29  7:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2759 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [ ] `wiki-tui` cc @ethamck https://github.com/void-linux/void-packages/commit/80fbe8d4638210a0e83628a9d9533d0f1651604a
- [ ] `yaydl` cc @atk

### Misc

- [x] `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson 6864a8b6cc5f7803919e3fe0d2a8afd388f41f6b

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (15 preceding siblings ...)
  2024-07-29  7:37 ` tranzystorekk
@ 2024-07-29  7:39 ` tranzystorekk
  2024-07-29 11:27 ` atk
                   ` (4 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-29  7:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2759 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [x] `wiki-tui` cc @ethamck https://github.com/void-linux/void-packages/commit/80fbe8d4638210a0e83628a9d9533d0f1651604a
- [ ] `yaydl` cc @atk

### Misc

- [x] `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson 6864a8b6cc5f7803919e3fe0d2a8afd388f41f6b

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (16 preceding siblings ...)
  2024-07-29  7:39 ` tranzystorekk
@ 2024-07-29 11:27 ` atk
  2024-07-29 11:42 ` tranzystorekk
                   ` (3 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: atk @ 2024-07-29 11:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2255681235

Comment:
I'd be fine with removing the lapce package. The newer versions are basically unusable, so I did not submit the updates.

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (17 preceding siblings ...)
  2024-07-29 11:27 ` atk
@ 2024-07-29 11:42 ` tranzystorekk
  2024-07-29 11:49 ` tranzystorekk
                   ` (2 subsequent siblings)
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-29 11:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2814 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` cc @abenson a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` cc @abenson 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` cc @abenson 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [x] `wiki-tui` cc @ethamck https://github.com/void-linux/void-packages/commit/80fbe8d4638210a0e83628a9d9533d0f1651604a
- [x] `yaydl` cc @atk https://github.com/void-linux/void-packages/pull/51524

### Misc

- [x] `ntdsextract2` https://0x0.st/Xfqr.txt cc @abenson 6864a8b6cc5f7803919e3fe0d2a8afd388f41f6b

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (18 preceding siblings ...)
  2024-07-29 11:42 ` tranzystorekk
@ 2024-07-29 11:49 ` tranzystorekk
  2024-07-29 15:38 ` [PR PATCH] [Merged]: " tranzystorekk
  2024-07-29 16:09 ` abenson
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-29 11:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 236 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2255723126

Comment:
Im not sure there's a benefit from removing it as long as it doesn't break anything else

^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: [PR PATCH] [Merged]: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (19 preceding siblings ...)
  2024-07-29 11:49 ` tranzystorekk
@ 2024-07-29 15:38 ` tranzystorekk
  2024-07-29 16:09 ` abenson
  21 siblings, 0 replies; 23+ messages in thread
From: tranzystorekk @ 2024-07-29 15:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]

There's a merged pull request on the void-packages repository

Rust 1.80
https://github.com/void-linux/void-packages/pull/51458

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 23+ messages in thread

* Re: Rust 1.80
  2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
                   ` (20 preceding siblings ...)
  2024-07-29 15:38 ` [PR PATCH] [Merged]: " tranzystorekk
@ 2024-07-29 16:09 ` abenson
  21 siblings, 0 replies; 23+ messages in thread
From: abenson @ 2024-07-29 16:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2766 bytes --]

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/51458#issuecomment-2251408291

Comment:
Results of `build_style=cargo` rebuild for x86_64-gnu:

## New failures since 1.79

### https://github.com/time-rs/time/issues/693

(requires bumping `time` dependency to at least `0.3.35` - [fix commit](https://github.com/time-rs/time/commit/5b0c627366babea1636b35db641c0fec964ddbd1))

Likely no immediate fix is needed, just notify upstreams to ensure they have bumped `time` by next release, or else bump manually as needed:

```sh
post_patch() {
    cargo update --package time@<current_version> --precise 0.3.35
}
```

- [x] `aardvark-dns` cc @daniel-eys https://github.com/containers/aardvark-dns/commit/becb911072682ce4efb8564f922d41a66ff91c7e
- [ ] `amp` cc @wpbirney
- [x] `bandwhich` https://github.com/imsnif/bandwhich/commit/8e1a5dcfb96ba386f9b73d414e029f1d1d8202cf
- [ ] `bottom` cc @cinerea0
- [ ] `cargo-c` cc @oreo639
- [ ] `cargo-crev`
- [ ] `cargo-geiger`
- [x] `circadian` a12c9d689ad69eab63aca7a8b6601d059cd838d7
- [ ] `czkawka` cc @sirkhancision
- [ ] `deepfilternet-ladspa` cc @Johnnynator
- [x] `delta` 836ce4c81a98d42b493e38bf55b14e4b022bf998
- [ ] `dua-cli` cc @cinerea0
- [ ] `eludris` cc @ooliver1
- [x] `evtx` 69ec3f0825e851e848f46a0813188e9689f28e2d
- [ ] `eww` cc @shmishtopher
- [x] `eza` https://github.com/eza-community/eza/commit/6ca47ee7a8e4dac3ac67adf405d59a46129b7901
- [ ] `gcsf` cc @benalb
- [ ] `geckodriver` cc @mtvrsh
- [x] `gleam` @leahneukirchen https://github.com/gleam-lang/gleam/commit/e82f1fa116dd8decc6c7d07c15f7fa5454bc1b0e
- [ ] `ironbar` cc @caughtquick
- [ ] `kak-lsp`
- [ ] `leftwm` cc @uncomfyhalomacro
- [x] `miniserve` cc @Gottox https://github.com/svenstaro/miniserve/commit/2fbfcbfe17b5c12630ccb03b6ccd31cb4b8316cc
- [ ] `ncspot` cc @ram02z
- [ ] `openpgp-ca`
- [ ] `openpgp-card-tools`
- [ ] `routinator` cc @CameronNemo
- [x] `rust-cargo-audit` https://github.com/rustsec/rustsec/commit/a122401245da167f2329c1fafc76947103ce6bc5
- [ ] `rustypaste` cc @lukas-jo
- [ ] `shotman`
- [ ] `starship` cc @cinerea0
- [ ] `steamguard-cli` cc @filiprojek
- [ ] `taplo` cc @cinerea0
- [ ] `tectonic` cc @daniel-eys
- [ ] `typst` cc @classabbyamp
- [ ] `typst-lsp` cc @classabbyamp
- [ ] `wezterm` cc @jbenden
- [x] `wiki-tui` cc @ethamck https://github.com/void-linux/void-packages/commit/80fbe8d4638210a0e83628a9d9533d0f1651604a
- [x] `yaydl` cc @atk https://github.com/void-linux/void-packages/pull/51524

### Misc

- [x] `ntdsextract2` https://0x0.st/Xfqr.txt 6864a8b6cc5f7803919e3fe0d2a8afd388f41f6b

## Known failures

- `fool`
- `hurl`
- `ion`
- `lapce`
- `spotifyd`
- `spotify-tui`
- `wasmtime`

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2024-07-29 16:09 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-25 19:58 [PR PATCH] Rust 1.80 tranzystorekk
2024-07-25 21:14 ` tranzystorekk
2024-07-26  3:47 ` tranzystorekk
2024-07-26  4:03 ` tranzystorekk
2024-07-26  4:07 ` tranzystorekk
2024-07-26 14:07 ` leahneukirchen
2024-07-26 14:12 ` leahneukirchen
2024-07-26 22:16 ` abenson
2024-07-26 23:07 ` tranzystorekk
2024-07-26 23:13 ` tranzystorekk
2024-07-26 23:14 ` tranzystorekk
2024-07-26 23:19 ` tranzystorekk
2024-07-27 10:58 ` tranzystorekk
2024-07-27 13:16 ` [PR PATCH] [Updated] " tranzystorekk
2024-07-28 16:39 ` abenson
2024-07-28 16:44 ` abenson
2024-07-29  7:37 ` tranzystorekk
2024-07-29  7:39 ` tranzystorekk
2024-07-29 11:27 ` atk
2024-07-29 11:42 ` tranzystorekk
2024-07-29 11:49 ` tranzystorekk
2024-07-29 15:38 ` [PR PATCH] [Merged]: " tranzystorekk
2024-07-29 16:09 ` abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).