diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:24:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 05:24:28 +0000 |
commit | 8ef7c6804c940e89057e1c924d8e874b3e3d883e (patch) | |
tree | 774fe2bae52de182e5f76d408d4e67cf09ebc469 | |
parent | Adding debian version 2.40.1-6. (diff) | |
download | util-linux-8ef7c6804c940e89057e1c924d8e874b3e3d883e.tar.xz util-linux-8ef7c6804c940e89057e1c924d8e874b3e3d883e.zip |
Adding debian version 2.40.1-7.debian/2.40.1-7
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 9 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index de1737e..b9f35b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +util-linux (2.40.1-7) unstable; urgency=medium + + * Upload to unstable. + + [ Samuel Thibault ] + * Disable year2038 support on hurd-i386, fixes FTBFs (Closes: #1072472) + + -- Chris Hofstaedtler <zeha@debian.org> Sun, 02 Jun 2024 16:57:20 +0200 + util-linux (2.40.1-6) experimental; urgency=medium * Convert lintian overrides for ftp-master very old lintian diff --git a/debian/rules b/debian/rules index 83b90e8..d77c4b9 100755 --- a/debian/rules +++ b/debian/rules @@ -53,6 +53,11 @@ CONFOPTS += --disable-hwclock-gplv3 # Reduce setgid programs (cf. CVE-2024-28085) CONFOPTS += --disable-use-tty-group +ifeq ($(DEB_HOST_ARCH),hurd-i386) +# hurd porters plan to drop 32bit before 2038 + CONFOPTS += --disable-year2038 +endif + # Get the list of binary package, except lib* and *-udeb, from # debian/control instead of hardcoding the list when installing # bash-completions below. |