|
1 | 1 | Summary: Dynamic host configuration protocol |
2 | 2 | Name: dhcp |
3 | | -Version: 4.4.3 |
4 | | -Release: 3%{?dist} |
| 3 | +Version: 4.4.3.P1 |
| 4 | +Release: 1%{?dist} |
5 | 5 | License: MPLv2.0 |
6 | 6 | Url: https://www.isc.org/dhcp/ |
7 | | -Source0: ftp://ftp.isc.org/isc/dhcp/%{version}/%{name}-%{version}.tar.gz |
8 | | -Patch0: CVE-2022-38177.patch |
9 | | -Patch1: CVE-2022-38178.patch |
10 | | -Patch2: CVE-2022-2795.patch |
11 | | -Patch3: CVE-2023-2828.patch |
| 7 | +Source0: https://downloads.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1.tar.gz |
12 | 8 | Group: System Environment/Base |
13 | 9 | Vendor: Microsoft Corporation |
14 | | -Distribution: Mariner |
| 10 | +Distribution: Azure Linux |
15 | 11 | BuildRequires: systemd |
16 | 12 | %description |
17 | 13 | The ISC DHCP package contains both the client and server programs for DHCP. dhclient (the client) is used for connecting to a network which uses DHCP to assign network addresses. dhcpd (the server) is used for assigning network addresses on private networks |
@@ -42,15 +38,9 @@ The ISC DHCP Client, dhclient, provides a means for configuring one or more netw |
42 | 38 |
|
43 | 39 |
|
44 | 40 | %prep |
45 | | -%setup -q -n dhcp-%{version} |
| 41 | +%autosetup -p1 -n dhcp-4.4.3-P1 |
46 | 42 |
|
47 | | -# Extracting bundled 'bind' to allow some of the patches to modify it. |
48 | | -tar -C bind -xf bind/bind.tar.gz |
49 | | -ln -s bind/bind-9* bind_ln |
50 | | - |
51 | | -%autopatch -p1 |
52 | | - |
53 | | -%build |
| 43 | +%build -n dhcp-4.4.3-P1 |
54 | 44 | CFLAGS="$CFLAGS \ |
55 | 45 | -D_PATH_DHCLIENT_SCRIPT='\"/sbin/dhclient-script\"' \ |
56 | 46 | -D_PATH_DHCPD_CONF='\"/etc/dhcp/dhcpd.conf\"' \ |
@@ -179,6 +169,10 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/dhclient/ |
179 | 169 | %{_mandir}/man8/dhclient.8.gz |
180 | 170 |
|
181 | 171 | %changelog |
| 172 | +* Wed Jun 19 2024 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 4.4.3-P1-1 |
| 173 | +- Auto-upgrade to 4.4.3-P1 - CVE-2022-2928, CVE-2022-2929 |
| 174 | +- Updating spec to match 3.0 |
| 175 | + |
182 | 176 | * Wed May 29 2024 Sumedh Sharma <sumsharma@microsoft.com> - 4.4.3-3 |
183 | 177 | - Fix CVE-2023-2828 |
184 | 178 |
|
|
0 commit comments