vcswatch reports that
this package seems to have a new changelog entry (version
1.2.3, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit c3b288498977c3011abf91ef0941c3ea52634991
Merge: 2db5af0 c814725
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Sep 28 11:06:22 2025 +0000
Merge branch 'changelog' into 'main'
Document changes in 1.2.3 (planned Debian-only release)
See merge request iwj/hippotat!55
commit c814725455ce67ad3d4f47613018e6981ef41845
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Sep 28 10:43:48 2025 +0100
Document changes in 1.2.3 (planned Debian-only release)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 2db5af00ec28bd718fa129bc910177fe054a894a
Merge: 7e51b53 6223a0c
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Sep 28 10:29:27 2025 +0000
Merge branch 'nix-30-redux' into 'main'
Compatibility with nix 30, redux
See merge request iwj/hippotat!54
commit 6223a0c813b0b62e8974ba9b90f7398b07468d3a
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Sep 28 10:43:11 2025 +0100
Allow use of nix 30
No change to lockfile (used by upstream-style build system) for now.
Closes: #1116421
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 7dab1b39947d93233d147893c553968d3bc45327
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Sep 28 10:56:13 2025 +0100
Use libc::dup2 and libc::read rather than nix versions
nix is doing io-safety which is an incompatible change. It's hard to
write code which works with both versions of nix because BorrowedFd is
in Rust 1.66 which is higher than our MSRV.
Partially based on code from Peter Green.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
commit 2734ce1e27ca43dc5bdf88e264f162986797a998
Author: Ian Jackson <ijackson@chiark.greenend.org.uk>
Date: Sun Sep 28 11:01:49 2025 +0100
Use .into_raw_fd for null_fd for compatibility with nix 30
In nix <=29, open returns RawFd for which .into_raw_fd is a no-op.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>