Skip to content

Commit f2a1738

Browse files
authored
dbus: Update to v1.15.6 to fix CVE-2023-34969 (#7134)
1 parent 1d8a012 commit f2a1738

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

SPECS/dbus/dbus.signatures.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"dbus-1.15.2.tar.xz": "7e640803084af59f5e477b7ded11fd888b5380910a895c51ca3aedd63c0626ca"
4-
}
2+
"Signatures": {
3+
"dbus-1.15.6.tar.xz": "f97f5845f9c4a5a1fb3df67dfa9e16b5a3fd545d348d6dc850cb7ccc9942bd8c"
4+
}
55
}

SPECS/dbus/dbus.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
%{!?_versioneddocdir: %global _versioneddocdir %{_docdir}/%{name}-%{version}}
22
Summary: DBus for systemd
33
Name: dbus
4-
Version: 1.15.2
5-
Release: 4%{?dist}
4+
Version: 1.15.6
5+
Release: 1%{?dist}
66
License: GPLv2+ OR AFL
77
Vendor: Microsoft Corporation
88
Distribution: Mariner
@@ -86,6 +86,9 @@ make %{?_smp_mflags} check
8686
%{_libdir}/*.so
8787

8888
%changelog
89+
* Thu Dec 28 2023 Neha Agarwal <nehaagarwal@microsoft.com> - 1.15.6-1
90+
- Update to v1.15.6 to fix CVE-2023-34969
91+
8992
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 1.15.2-4
9093
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
9194

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,8 +2417,8 @@
24172417
"type": "other",
24182418
"other": {
24192419
"name": "dbus",
2420-
"version": "1.15.2",
2421-
"downloadUrl": "https://dbus.freedesktop.org/releases/dbus/dbus-1.15.2.tar.xz"
2420+
"version": "1.15.6",
2421+
"downloadUrl": "https://dbus.freedesktop.org/releases/dbus/dbus-1.15.6.tar.xz"
24222422
}
24232423
}
24242424
},

0 commit comments

Comments
 (0)