Skip to content

Commit 707cc19

Browse files
authored
Merge pull request #1511 from huww98/bump-util-linux
bump util-linux to 2.41.2
2 parents 201e17d + 21597c0 commit 707cc19

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build/multi/Dockerfile.multi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked,id=apt-cache-$BUILDA
6666
apt-get update && apt-get install -y gcc-${HOST//_/-}
6767
EOF
6868

69-
ADD --link --checksum=sha256:59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f \
70-
https://www.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.1.tar.xz /src.tar.xz
69+
ADD --link --checksum=sha256:6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e \
70+
https://www.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.2.tar.xz /src.tar.xz
7171
RUN mkdir -p /src && tar -C /src --strip-components=1 -xf /src.tar.xz
7272

7373
RUN <<EOF
@@ -87,26 +87,26 @@ COPY <<"EOT" /out/usr/local/share/sbom/blkid.spdx.json
8787
{
8888
"spdxVersion": "SPDX-2.3",
8989
"SPDXID": "SPDXRef-DOCUMENT",
90-
"name": "util-linux-2.40.1",
90+
"name": "util-linux-2.41.2",
9191
"packages": [
9292
{
9393
"name": "util-linux",
9494
"SPDXID": "SPDXRef-Package-source-util-linux",
95-
"versionInfo": "2.40.1",
95+
"versionInfo": "2.41.2",
9696
"filesAnalyzed": false,
9797
"primaryPackagePurpose" : "SOURCE",
98-
"packageFileName" : "util-linux-2.40.1.tar.xz",
99-
"downloadLocation" : "https://www.kernel.org/pub/linux/utils/util-linux/v2.40/util-linux-2.40.1.tar.xz",
98+
"packageFileName" : "util-linux-2.41.2.tar.xz",
99+
"downloadLocation" : "https://www.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-2.41.2.tar.xz",
100100
"checksums" : [{
101101
"algorithm" : "SHA256",
102-
"checksumValue" : "59e676aa53ccb44b6c39f0ffe01a8fa274891c91bef1474752fad92461def24f"
102+
"checksumValue" : "6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e"
103103
}],
104-
"releaseDate": "2024-05-06T08:42:01Z",
104+
"releaseDate": "2024-09-22T11:32:01Z",
105105
"externalRefs": [
106106
{
107107
"referenceCategory": "SECURITY",
108108
"referenceType": "cpe23Type",
109-
"referenceLocator": "cpe:2.3:a:util-linux:util-linux:2.40.1:*:*:*:*:*:*:*"
109+
"referenceLocator": "cpe:2.3:a:util-linux:util-linux:2.41.2:*:*:*:*:*:*:*"
110110
}
111111
]
112112
}

0 commit comments

Comments
 (0)