Skip to content

Commit 354608c

Browse files
yizhao1kraj
authored andcommitted
dhcp-relay: upgrade 4.4.3 -> 4.4.3-P1
Changes since 4.4.3 (Bug Fixes) Corrected a reference count leak that occurs when the server builds responses to leasequery packets. Thanks to VictorV of Cyber Kunlun Lab for reporting the issue. [Gitlab #253] CVE: CVE-2022-2928 Corrected a memory leak that occurs when unpacking a packet that has an FQDN option (81) that contains a label with length greater than 63 bytes. Thanks to VictorV of Cyber Kunlun Lab for reporting the issue. [Gitlab #254] CVE: CVE-2022-2929 Signed-off-by: Yi Zhao <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent c157c78 commit 354608c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3.bb renamed to meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.3p1.bb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c463f4afde26d9eb60f14f50aeb85f8f"
1010

1111
DEPENDS = "openssl libcap zlib"
1212

13-
SRC_URI = "https://downloads.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \
13+
SRC_URI = "https://downloads.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1.tar.gz \
1414
file://default-relay \
1515
file://init-relay \
1616
file://dhcrelay.service \
@@ -19,12 +19,12 @@ SRC_URI = "https://downloads.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \
1919
file://0003-bind-Makefile.in-regenerate-configure.patch \
2020
"
2121

22-
SRC_URI[sha256sum] = "0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818"
22+
SRC_URI[sha256sum] = "0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7"
2323

2424
UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/"
2525
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/"
2626

27-
S = "${WORKDIR}/dhcp-${PV}"
27+
S = "${WORKDIR}/dhcp-4.4.3-P1"
2828

2929
inherit autotools-brokensep systemd pkgconfig
3030

0 commit comments

Comments
 (0)