Skip to content

Commit f09667a

Browse files
[AUTOPATCHER-CORE] Upgrade dhcp to 4.4.3 Fix for CVE-2022-2928 and CVE-2022-2929 (#8880)
1 parent e5c48b8 commit f09667a

4 files changed

Lines changed: 11 additions & 39 deletions

File tree

SPECS/dhcp/CVE-2021-25217.patch

Lines changed: 0 additions & 30 deletions
This file was deleted.

SPECS/dhcp/dhcp.signatures.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"dhcp-4.4.2.tar.gz": "1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521"
4-
}
5-
}
2+
"Signatures": {
3+
"dhcp-4.4.3.tar.gz": "0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818"
4+
}
5+
}

SPECS/dhcp/dhcp.spec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
Summary: Dynamic host configuration protocol
22
Name: dhcp
3-
Version: 4.4.2
4-
Release: 6%{?dist}
3+
Version: 4.4.3
4+
Release: 1%{?dist}
55
License: MPLv2.0
66
Url: https://www.isc.org/dhcp/
77
Source0: ftp://ftp.isc.org/isc/dhcp/%{version}/%{name}-%{version}.tar.gz
8-
Patch1: CVE-2021-25217.patch
98
Group: System Environment/Base
109
Vendor: Microsoft Corporation
1110
Distribution: Mariner
@@ -170,6 +169,9 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dhclient/
170169
%{_mandir}/man8/dhclient.8.gz
171170

172171
%changelog
172+
* Tue Apr 23 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.4.3-1
173+
- Auto-upgrade to 4.4.3 - Fix for CVE-2022-2928 and CVE-2022-2929
174+
173175
* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 4.4.2-6
174176
- Recompile with stack-protection fixed gcc version (CVE-2023-4039)
175177

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,8 +2588,8 @@
25882588
"type": "other",
25892589
"other": {
25902590
"name": "dhcp",
2591-
"version": "4.4.2",
2592-
"downloadUrl": "ftp://ftp.isc.org/isc/dhcp/4.4.2/dhcp-4.4.2.tar.gz"
2591+
"version": "4.4.3",
2592+
"downloadUrl": "ftp://ftp.isc.org/isc/dhcp/4.4.3/dhcp-4.4.3.tar.gz"
25932593
}
25942594
}
25952595
},

0 commit comments

Comments
 (0)