Skip to content

Commit 92bfc86

Browse files
feat: update util-linux to 2.40.4-5
1 parent 2c9afcf commit 92bfc86

18 files changed

+95
-513
lines changed

debian/bsdextrautils.install

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@ usr/bin/column
66
usr/bin/hexdump
77
usr/bin/look
88
usr/bin/ul
9-
usr/bin/write
109
<!nodoc> usr/share/man/man1/col.1
1110
<!nodoc> usr/share/man/man1/colcrt.1
1211
<!nodoc> usr/share/man/man1/colrm.1
1312
<!nodoc> usr/share/man/man1/column.1
1413
<!nodoc> usr/share/man/man1/hexdump.1
1514
<!nodoc> usr/share/man/man1/look.1
1615
<!nodoc> usr/share/man/man1/ul.1
17-
<!nodoc> usr/share/man/man1/write.1

debian/changelog

Lines changed: 16 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,26 @@
1-
util-linux (2.40.4-3deepin8) unstable; urgency=medium
1+
util-linux (2.40.4-5) unstable; urgency=medium
22

3-
* fix lscpu wrong at Phytium.
4-
* revert fix var/run/utmp don't be updated after logout/login
3+
* Apply upstream patch to avoid agetty crash (Closes: #1098694)
54

6-
-- xinpeng.wang <[email protected]> Thu, 19 Jun 2025 17:50:42 +0800
5+
-- Chris Hofstaedtler <[email protected]> Tue, 25 Feb 2025 11:34:50 +0100
76

8-
util-linux (2.40.4-3deepin7) unstable; urgency=medium
7+
util-linux (2.40.4-4) unstable; urgency=medium
98

10-
* feat: add sw64 support
9+
[ Jörg Behrmann ]
10+
* Install exch (Closes: #1095655)
1111

12-
-- Deepin Packages Builder <[email protected]> Fri, 13 Jun 2025 11:14:41 +0800
13-
14-
util-linux (2.40.4-3deepin6) unstable; urgency=medium
15-
16-
* fix var/run/utmp don't be updated after logout
17-
18-
-- jiahao.luo <[email protected]> Fri, 06 Jun 2025 15:06:55 +0800
19-
20-
util-linux (2.40.4-3deepin5) unstable; urgency=medium
21-
22-
* fix var/run/utmp don't be updated after login
23-
24-
-- jiahao.luo <[email protected]> Fri, 16 May 2025 17:14:50 +0800
25-
26-
util-linux (2.40.4-3deepin4) unstable; urgency=medium
27-
28-
* backward old version lsblk for show hotplug flag bug.
29-
30-
-- xinpeng.wang <[email protected]> Wed, 19 Feb 2025 15:49:13 +0800
31-
32-
util-linux (2.40.4-3deepin3) unstable; urgency=medium
33-
34-
* Use reduce setgid to fix CVE-2024-28085, compile and
35-
* install write, utmpdump, mesg.
36-
37-
-- xinpeng.wang <[email protected]> Thu, 13 Feb 2025 14:10:34 +0800
38-
39-
util-linux (2.40.4-3deepin2) unstable; urgency=medium
40-
41-
* Port the code about umac to V25 of UOS.
42-
43-
-- lichenggang <[email protected]> Tue, 11 Feb 2025 16:01:00 +0800
44-
45-
util-linux (2.40.4-3deepin1) unstable; urgency=medium
12+
[ Chris Hofstaedtler ]
13+
* Set Multi-Arch: same for liblastlog2-dev
14+
* Mark "login" test as flaky
15+
* Install localized manpages for exch(1)
16+
* debian/tests: drop oversized-chunks
17+
* Skip fadvise/drop test in salsa ci
18+
* Move resizepart from util-linux to util-linux-extra
4619

47-
* revert t64.
20+
[ Florent 'Skia' Jacquet ]
21+
* d/tests: fix login test in case things™ are slow
4822

49-
-- lichenggang <lichenggang@deepin.org> Tue, 11 Feb 2025 15:58:33 +0800
23+
-- Chris Hofstaedtler <zeha@debian.org> Mon, 17 Feb 2025 14:21:56 +0100
5024

5125
util-linux (2.40.4-3) unstable; urgency=medium
5226

debian/control

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,11 @@ Architecture: any
346346
Section: libs
347347
Priority: optional
348348
Breaks:
349-
libuuid1 (<< ${source:Version}),
349+
libuuid1t64 (<< ${source:Version}),
350+
Replaces:
351+
libuuid1t64,
352+
Provides:
353+
libuuid1t64 (= ${binary:Version}) [!arm !armeb !armel !armhf !hppa !hurd-i386 !kfreebsd-i386 !m68k !mips !mipsel !mipsn32 !mipsn32el !mipsn32r6 !mipsn32r6el !mipsr6 !mipsr6el !nios2 !powerpc !powerpcel !powerpcspe !s390 !sh3 !sh3eb !sh4 !sh4eb !sparc],
350354
Suggests:
351355
uuid-runtime,
352356
Multi-Arch: same
@@ -458,10 +462,10 @@ Package: util-linux-extra
458462
Architecture: any
459463
Build-Profiles: <!stage1>
460464
Replaces:
461-
util-linux (<< 2.40-0~),
465+
util-linux (<< 2.40.4-4~),
462466
Breaks:
463467
initscripts (<< 3.08-2~),
464-
util-linux (<< 2.40-0~),
468+
util-linux (<< 2.40.4-4~),
465469
Priority: standard
466470
Multi-Arch: foreign
467471
Description: interactive login tools
@@ -480,6 +484,7 @@ Package: liblastlog2-dev
480484
Architecture: any
481485
Priority: optional
482486
Section: libdevel
487+
Multi-Arch: same
483488
Description: liblastlog2 development files
484489
Y2038 safe lastlog database implementation, development files.
485490

debian/patches/add-sunway-support.patch

Lines changed: 0 additions & 253 deletions
This file was deleted.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
From: Chris Hofstaedtler <[email protected]>
2+
Date: Sun, 16 Feb 2025 18:44:03 +0100
3+
Subject: Skip fadvise/drop test in Salsa CI
4+
5+
---
6+
tests/ts/fadvise/drop | 4 ++++
7+
1 file changed, 4 insertions(+)
8+
9+
diff --git a/tests/ts/fadvise/drop b/tests/ts/fadvise/drop
10+
index ac7ce01..00cc53a 100755
11+
--- a/tests/ts/fadvise/drop
12+
+++ b/tests/ts/fadvise/drop
13+
@@ -24,6 +24,10 @@ if [[ "$FS" = "tmpfs" || "$FS" = "overlay" || "$FS" = "" ]]; then
14+
ts_skip "fincore does not work on tmpfs or unknown fs"
15+
fi
16+
17+
+if [[ -n "$GITLAB_CI" ]]; then
18+
+ ts_skip "fadvise test does not work in Debians salsa CI"
19+
+fi
20+
+
21+
create_file() {
22+
dd if=/dev/zero of="$FILE" bs=$BS count=$COUNT conv=fsync >& /dev/null
23+
}

0 commit comments

Comments
 (0)