Your message dated Sun, 12 Apr 2026 06:04:18 +0000
with message-id <[email protected]>
and subject line Bug#1130326: fixed in atuin 18.8.0-1.4
has caused the Debian Bug report #1130326,
regarding atuin - upcoming rust-getrandom update
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1130326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1130326
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: atuin
Version: 18.8.0-1.3
We hope to update rust-getrandom to version 0.4 soon, atuin
needs a small patch to build with the new version.
diff -Nru atuin-18.8.0/debian/changelog atuin-18.8.0/debian/changelog
--- atuin-18.8.0/debian/changelog 2026-02-18 01:42:43.000000000 +0000
+++ atuin-18.8.0/debian/changelog 2026-03-11 07:31:14.000000000 +0000
@@ -1,3 +1,10 @@
+atuin (18.8.0-1.4) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Add patch for getrandom 0.4
+
+ -- Peter Michael Green <[email protected]> Wed, 11 Mar 2026 07:31:14 +0000
+
atuin (18.8.0-1.3) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru atuin-18.8.0/debian/control atuin-18.8.0/debian/control
--- atuin-18.8.0/debian/control 2026-02-18 01:22:27.000000000 +0000
+++ atuin-18.8.0/debian/control 2026-03-11 07:31:14.000000000 +0000
@@ -26,7 +26,7 @@
librust-futures-dev,
librust-futures-util-dev,
librust-fuzzy-matcher-dev,
- librust-getrandom-dev,
+ librust-getrandom-0.4-dev,
librust-hex-dev,
librust-humantime-dev,
librust-indicatif-dev,
diff -Nru atuin-18.8.0/debian/patches/getrandom-0.4.patch
atuin-18.8.0/debian/patches/getrandom-0.4.patch
--- atuin-18.8.0/debian/patches/getrandom-0.4.patch 1970-01-01
00:00:00.000000000 +0000
+++ atuin-18.8.0/debian/patches/getrandom-0.4.patch 2026-03-11
07:31:14.000000000 +0000
@@ -0,0 +1,26 @@
+Index: atuin-18.8.0/crates/atuin-common/Cargo.toml
+===================================================================
+--- atuin-18.8.0.orig/crates/atuin-common/Cargo.toml
++++ atuin-18.8.0/crates/atuin-common/Cargo.toml
+@@ -24,7 +24,7 @@ thiserror = { workspace = true }
+ directories = { workspace = true }
+ sysinfo = ">= 0.30.7"
+ base64 = { workspace = true }
+-getrandom = "0.2"
++getrandom = "0.4"
+
+ lazy_static = "1.4.0"
+
+Index: atuin-18.8.0/crates/atuin-common/src/utils.rs
+===================================================================
+--- atuin-18.8.0.orig/crates/atuin-common/src/utils.rs
++++ atuin-18.8.0/crates/atuin-common/src/utils.rs
+@@ -5,7 +5,7 @@ use std::path::PathBuf;
+ use eyre::{Result, eyre};
+
+ use base64::prelude::{BASE64_URL_SAFE_NO_PAD, Engine};
+-use getrandom::getrandom;
++use getrandom::fill as getrandom;
+ use uuid::Uuid;
+
+ /// Generate N random bytes, using a cryptographically secure source
diff -Nru atuin-18.8.0/debian/patches/series atuin-18.8.0/debian/patches/series
--- atuin-18.8.0/debian/patches/series 2026-02-18 01:22:27.000000000 +0000
+++ atuin-18.8.0/debian/patches/series 2026-03-11 07:29:53.000000000 +0000
@@ -9,3 +9,4 @@
relax-deps.patch
sysinfo-0.37.patch
relax-axum.patch
+getrandom-0.4.patch
--- End Message ---
--- Begin Message ---
Source: atuin
Source-Version: 18.8.0-1.4
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
atuin, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated atuin package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 10 Apr 2026 08:16:11 +0300
Source: atuin
Architecture: source
Version: 18.8.0-1.4
Distribution: unstable
Urgency: medium
Maintainer: Blair Noctis <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1130326
Changes:
atuin (18.8.0-1.4) unstable; urgency=medium
.
* Non-maintainer upload.
* Add patch from Peter Michael Green for getrandom 0.4.
(Closes: #1130326)
Checksums-Sha1:
e175eff0c27e2171a41f45e7519a1be26706c25f 3638 atuin_18.8.0-1.4.dsc
db1a3f81f58cc94172807cf3fe9a6e0ddc98dad1 8640 atuin_18.8.0-1.4.debian.tar.xz
Checksums-Sha256:
a9699b964318d02f8b8c030818bd2a185afbc303ca36ab794dc8bc03325d8866 3638
atuin_18.8.0-1.4.dsc
21053c8d40c3bb34060025860287783b364143d0dba0d3b76deffe54bd28be3c 8640
atuin_18.8.0-1.4.debian.tar.xz
Files:
89622425560717c4dafe066225e2f80f 3638 utils optional atuin_18.8.0-1.4.dsc
6ca6fc86c069c561cba31e155bb15804 8640 utils optional
atuin_18.8.0-1.4.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmnYizMACgkQiNJCh6LY
mLGHrA//eKMnt+kbjv8SmfHzo86yYJHtlXpCB8aXexMGk7JZpOkcsUYOt4f/wH9/
Jlha3U7gQplK/n+IiHDW5c2u7fiLLpCi9swxig3kZCXYRJlrY/H/rSF/+eoxeM6z
+XKEPz3Fw/c0to40gObzmBG0Y30qmPw5TMJ7hhwehC2ZjBKibitjqMVxvumvLXJL
ufABXyOS8JBDYcIENLAh+oCKHAXfvZRWcPpsrLyqDfLI+OgNR2Sx/uXIny/qZkPz
L/14zJnzBt0d7MojhnCX3AN5K7eKgcEiktnfvAxqKoo/1keQ6hnmWBh8/fOegX8i
Z//SbHfffCc4BzEJlTb263XJfyiIT6wcg8z2vRbKxKkbpIfbZF2NjP+Dz3j+/PGU
EHseAEi+zuERU9kdA9CxhdJrWTC85YcvAluBDmUt1xsIF6e8vRE5XqExIbV/r+1S
8cgtudjDYu8+hh0yL1NgjeXohgcv3EFkXbGT4sAUAdB3m3HravuwmIUsO24bWNE3
Ht7DHIDFCu51oGnCSeidyqgSYJa8CY2FMDBTjMT2694VNVf63uG3LB6cxPXdjno/
go5388sxQC2qN8VxnDZQlyKbjuh9bEukmfehCwjvDQiuWx2KRLapEZ/5sdtDupMG
HxH6QhDdmw1kTf5p5n3hjX2CNdKlGJIwTKGV1hU3PObsoZohQ8M=
=pQUu
-----END PGP SIGNATURE-----
pgpFKtcJ1Adk7.pgp
Description: PGP signature
--- End Message ---