Skip to content

Commit 4ff98c1

Browse files
[AUTOPATCHER-CORE] Upgrade influxdb and influx-cli to 2.7.5 to fix CVE-2023-44487 (#12276)
Co-authored-by: Sam Meluch <[email protected]> Co-authored-by: corvus-callidus <[email protected]> Co-authored-by: jslobodzian <[email protected]> (cherry picked from commit baeab98)
1 parent 1a4d090 commit 4ff98c1

File tree

5 files changed

+27
-21
lines changed

5 files changed

+27
-21
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Signatures": {
3-
"influx-cli-2.7.3.tar.gz": "1be63bfdf39ee5e038c464b97994967183e9c6db05a3829172f0045b84e2b247",
4-
"influx-cli-2.7.3-vendor.tar.gz": "8548981c0df5d6330c612ec9fd2aeaa8203aa2e86868087f9b9410dc1758d56b"
3+
"influx-cli-2.7.5.tar.gz": "2741105c0fa7bf0f728643807aa21e9a8e356b17a681e92f06c4ff680e6944ac",
4+
"influx-cli-2.7.5-vendor.tar.gz": "236129aa82f73b371007b161a2b33745245a9ccda2107fa986a3c17eabeadb7e"
55
}
66
}

SPECS/influx-cli/influx-cli.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
Summary: CLI for managing resources in InfluxDB
1919
Name: influx-cli
20-
Version: 2.7.3
21-
Release: 2%{?dist}
20+
Version: 2.7.5
21+
Release: 1%{?dist}
2222
License: MIT
2323
Vendor: Microsoft Corporation
2424
Distribution: Azure Linux
@@ -81,6 +81,9 @@ bin/influx completion zsh > %{buildroot}/%{_datadir}/zsh/site-functions/_influx
8181
%{_datadir}/zsh
8282

8383
%changelog
84+
* Tue Feb 11 2025 CBL-Mariner Servicing Account <[email protected]> - 2.7.5-1
85+
- Auto-upgrade to 2.7.5 - Update influx-cli to match influxdb version for CVE-2023-44487
86+
8487
* Thu Mar 07 2024 Andrew Phelps <[email protected]> - 2.7.3-2
8588
- Remove restriction on golang BR version
8689

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"Signatures": {
3-
"influxdb-2.7.3.tar.gz": "b1bc78feff1940774f3d017d292b9fd4187ce2041ceaf94fa5fa7ff7546d8944",
4-
"influxdb-2.7.3-vendor.tar.gz": "d59a7652ffac6b108fd4815289dd65148bedaa747a932b9a52b76b1628ab9d4c",
5-
"influxdb-2.7.3-static-data.tar.gz": "23e0f0503368bae46d41840934f3c907f3978cdbbc9a1f8f250e396b2d004842",
6-
"config.yaml": "f0eb56d58d2685bdfc16ee73d835f022c2df6905458381a972375449fde6170c",
7-
"influxdb.service": "570fdbb685c8468f3c4e75b7f482bbc5c0ab4382ad2259a595e7839244747645",
8-
"influxdb-user.conf": "ca5a50bb6ca9f4fcb91d745d552e70af934fdad86196c535c4eb8699a20e7aa0",
9-
"influxdb.tmpfiles": "2e1880f1d7675464b93984a635e770f6f8ac1777d21a607f7e4d9d1480776f68"
10-
}
2+
"Signatures": {
3+
"influxdb-2.7.5-vendor.tar.gz": "190ddfeb625f24fc4791da536290cd15b919821666ae52a50d668536fc0f3cb8",
4+
"influxdb-2.7.5-static-data.tar.gz": "23e0f0503368bae46d41840934f3c907f3978cdbbc9a1f8f250e396b2d004842",
5+
"config.yaml": "f0eb56d58d2685bdfc16ee73d835f022c2df6905458381a972375449fde6170c",
6+
"influxdb.service": "570fdbb685c8468f3c4e75b7f482bbc5c0ab4382ad2259a595e7839244747645",
7+
"influxdb-user.conf": "ca5a50bb6ca9f4fcb91d745d552e70af934fdad86196c535c4eb8699a20e7aa0",
8+
"influxdb.tmpfiles": "2e1880f1d7675464b93984a635e770f6f8ac1777d21a607f7e4d9d1480776f68",
9+
"influxdb-2.7.5.tar.gz": "4850fd4de964034fe92ef3c12940107eaf04ab377760de66dc90bf40ca6b7c92"
10+
}
1111
}

SPECS/influxdb/influxdb.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
Summary: Scalable datastore for metrics, events, and real-time analytics
1919
Name: influxdb
20-
Version: 2.7.3
21-
Release: 9%{?dist}
20+
Version: 2.7.5
21+
Release: 1%{?dist}
2222
License: MIT
2323
Vendor: Microsoft Corporation
2424
Distribution: Azure Linux
@@ -151,6 +151,9 @@ go test ./...
151151
%{_tmpfilesdir}/influxdb.conf
152152

153153
%changelog
154+
* Mon Feb 10 2025 CBL-Mariner Servicing Account <[email protected]> - 2.7.5-1
155+
- Auto-upgrade to 2.7.5 - Upgrade influxdb to fix CVE-2023-44487
156+
154157
* Wed Jan 27 2025 Kavya Sree Kaitepalli <[email protected]> - 2.7.3-9
155158
- Fix CVE-2024-28180
156159

cgmanifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -3409,8 +3409,8 @@
34093409
"other": {
34103410
"name": "exempi",
34113411
"version": "2.6.5",
3412-
"downloadUrl": "https://gitlab.freedesktop.org/libopenraw/exempi/-/archive/2.6.5/exempi-2.6.5.tar.bz2"
3413-
}
3412+
"downloadUrl": "https://gitlab.freedesktop.org/libopenraw/exempi/-/archive/2.6.5/exempi-2.6.5.tar.bz2"
3413+
}
34143414
}
34153415
},
34163416
{
@@ -7251,8 +7251,8 @@
72517251
"type": "other",
72527252
"other": {
72537253
"name": "influx-cli",
7254-
"version": "2.7.3",
7255-
"downloadUrl": "https://github.com/influxdata/influx-cli/archive/refs/tags/v2.7.3.tar.gz"
7254+
"version": "2.7.5",
7255+
"downloadUrl": "https://github.com/influxdata/influx-cli/archive/refs/tags/v2.7.5.tar.gz"
72567256
}
72577257
}
72587258
},
@@ -7261,8 +7261,8 @@
72617261
"type": "other",
72627262
"other": {
72637263
"name": "influxdb",
7264-
"version": "2.7.3",
7265-
"downloadUrl": "https://github.com/influxdata/influxdb/archive/refs/tags/v2.7.3.tar.gz"
7264+
"version": "2.7.5",
7265+
"downloadUrl": "https://github.com/influxdata/influxdb/archive/refs/tags/v2.7.5.tar.gz"
72667266
}
72677267
}
72687268
},

0 commit comments

Comments
 (0)