Your message dated Sat, 27 Apr 2024 13:26:58 +0000
with message-id <[email protected]>
and subject line Bug#1069923: fixed in util-linux 2.40-8
has caused the Debian Bug report #1069923,
regarding util-linux-extra: /usr-move mitigation fails to cover ctrlaltdel
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.)
--
1069923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069923
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: util-linux-extra
Version: 2.40-7
Severity: serious
Tags: patch
Control: affects -1 + util-linux
User: [email protected]
Usertags: dep17p1
Hi Chris,
in my last patch, I trusted your earlier changes too much and failed to
notice that it didn't cover ctrlaltdel. I'm attaching a patch to also
cover that.
Helmut
diff --minimal -Nru util-linux-2.40/debian/changelog
util-linux-2.40/debian/changelog
--- util-linux-2.40/debian/changelog 2024-04-26 11:41:02.000000000 +0200
+++ util-linux-2.40/debian/changelog 2024-04-27 08:46:20.000000000 +0200
@@ -1,3 +1,10 @@
+util-linux (2.40-7.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Also cover ctrlaltdel in /usr-move mitigation (Closes: #-1).
+
+ -- Helmut Grohne <[email protected]> Sat, 27 Apr 2024 08:46:20 +0200
+
util-linux (2.40-7) unstable; urgency=medium
[ Chris Hofstaedtler ]
diff --minimal -Nru util-linux-2.40/debian/util-linux-extra.lintian-overrides
util-linux-2.40/debian/util-linux-extra.lintian-overrides
--- util-linux-2.40/debian/util-linux-extra.lintian-overrides 2024-04-26
11:41:02.000000000 +0200
+++ util-linux-2.40/debian/util-linux-extra.lintian-overrides 1970-01-01
01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-# DEP17 P1 mitigation
-diversion-for-unknown-file sbin/* [preinst:*]
diff --minimal -Nru util-linux-2.40/debian/util-linux-extra.postrm
util-linux-2.40/debian/util-linux-extra.postrm
--- util-linux-2.40/debian/util-linux-extra.postrm 2024-04-26
11:41:02.000000000 +0200
+++ util-linux-2.40/debian/util-linux-extra.postrm 2024-04-27
08:46:12.000000000 +0200
@@ -3,11 +3,9 @@
set -e
if test "$1" = remove || test "$1" = disappear; then
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/fsck.cramfs.usr-is-merged --remove /sbin/fsck.cramfs
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/fsck.minix.usr-is-merged --remove /sbin/fsck.minix
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/mkfs.bfs.usr-is-merged --remove /sbin/mkfs.bfs
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/mkfs.cramfs.usr-is-merged --remove /sbin/mkfs.cramfs
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/mkfs.minix.usr-is-merged --remove /sbin/mkfs.minix
+ for f in ctrlaltdel fsck.cramfs fsck.minix mkfs.bfs mkfs.cramfs mkfs.minix;
do
+ dpkg-divert --no-rename --package util-linux-extra --divert
"/sbin/$f.usr-is-merged" --remove "/sbin/$f"
+ done
fi
#DEBHELPER#
diff --minimal -Nru util-linux-2.40/debian/util-linux-extra.preinst
util-linux-2.40/debian/util-linux-extra.preinst
--- util-linux-2.40/debian/util-linux-extra.preinst 2024-04-26
11:41:02.000000000 +0200
+++ util-linux-2.40/debian/util-linux-extra.preinst 2024-04-27
08:45:19.000000000 +0200
@@ -3,11 +3,9 @@
set -e
if test "$1" = upgrade || test "$1" = install; then
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/fsck.cramfs.usr-is-merged --add /sbin/fsck.cramfs
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/fsck.minix.usr-is-merged --add /sbin/fsck.minix
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/mkfs.bfs.usr-is-merged --add /sbin/mkfs.bfs
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/mkfs.cramfs.usr-is-merged --add /sbin/mkfs.cramfs
- dpkg-divert --no-rename --package util-linux-extra --divert
/sbin/mkfs.minix.usr-is-merged --add /sbin/mkfs.minix
+ for f in ctrlaltdel fsck.cramfs fsck.minix mkfs.bfs mkfs.cramfs mkfs.minix;
do
+ dpkg-divert --no-rename --package util-linux-extra --divert
"/sbin/$f.usr-is-merged" --add "/sbin/$f"
+ done
fi
#DEBHELPER#
--- End Message ---
--- Begin Message ---
Source: util-linux
Source-Version: 2.40-8
Done: Chris Hofstaedtler <[email protected]>
We believe that the bug you reported is fixed in the latest version of
util-linux, 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.
Chris Hofstaedtler <[email protected]> (supplier of updated util-linux 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: SHA256
Format: 1.8
Date: Sat, 27 Apr 2024 14:23:31 +0200
Source: util-linux
Architecture: source
Version: 2.40-8
Distribution: unstable
Urgency: medium
Maintainer: util-linux packagers <[email protected]>
Changed-By: Chris Hofstaedtler <[email protected]>
Closes: 1069923
Changes:
util-linux (2.40-8) unstable; urgency=medium
.
[ Helmut Grohne ]
* Also cover ctrlaltdel in /usr-move mitigation (Closes: #1069923)
Checksums-Sha1:
e6d13ab55e8931b767399baf6a0a60a1689b212b 4643 util-linux_2.40-8.dsc
e97b1b781766c63a0e1c71369f068310c5fdced6 111052 util-linux_2.40-8.debian.tar.xz
37435917e7a81bf6344204804753e6905167cc11 19579
util-linux_2.40-8_arm64.buildinfo
Checksums-Sha256:
26532cb9687cf1bc8c98840038e69ee6a8240c7553cab349de403ab1920669ed 4643
util-linux_2.40-8.dsc
8d55056714ba6ab01b437a11b59d3da437111d8c691102e7e049be19c4e914aa 111052
util-linux_2.40-8.debian.tar.xz
2ef82a8de157dee0791479e569c6732e776cd1b59ed4dc6abbe1afbf867f1016 19579
util-linux_2.40-8_arm64.buildinfo
Files:
9cbf7f9a535d51e6be2fca4eeab1e5dc 4643 - required util-linux_2.40-8.dsc
6cb59a498cb396c82f334a410991e27c 111052 - required
util-linux_2.40-8.debian.tar.xz
ea193eb612bef583f2f70184162e002d 19579 - required
util-linux_2.40-8_arm64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEfRrP+tnggGycTNOSXBPW25MFLgMFAmYs8m4ACgkQXBPW25MF
LgN5Mg//SYgQxMSpDQFs6yF+OTPDg7b6ZNyREJCZqMxlGURmTH5ZaKkxk1DnD7S2
Ivrmgju3jcgQJufdAn+ls0pHjfK2p58Zm7Y89pJxgeOeh9DgM76esy1wMzKZ6/+S
Y1/WjcYywKjNRYLZfmju3jpu1JZS4kDB5+nRL7d0QumNcOTo6jMPR6/MftsWXmWf
kjqlJlzNfmqZPyCKXiJPM02pMLXSMJFk9lzhbmTr5ILPYPUCkPkt1hNUcXOTfITa
KGRYWtvi8Xrsf24RazL1d59e8pfyZg9HWrKVyK7j6W7XKIbiMqaKCiXyzxTU6c1F
DExi98mwr8PuscdkUV+qK2tNLfy5UYjTr5gbZwjzfh1ScVtDvQsnNAXybomWV9Pc
2sCKs8q5plu9Qble9k5BcXV10Ycs1qdxZOvnPhjiT5KSCxNOP5R3yT4hRzEoVBoy
ApXL4I5TnA9f1f+a1ruVFrZIhz5KkkE8cPOM8aYNZZShKe5wqd8M+C74gqZob2JO
1MgXZX18H+qYlZIS6ZWVIwYrZ7FE0/BRXOjkO7w9DT8twTFesUbtpTlb5re4KqjJ
tTYStZv7RWgxLX0GuCT/gKZzQsXb1yiT5/K6zSJDHyRwtjggUdXNkMMEQE2TyZ5F
U6jF93kv8UupTo22cqLVw5nM0eEwNEvVmcNhAMCut1Kl+5Ox7Sw=
=PL0u
-----END PGP SIGNATURE-----
pgpYCVW9MjEEO.pgp
Description: PGP signature
--- End Message ---