diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2021-06-08 14:02:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-09 08:49:21 -0700 |
| commit | f78ef9ac0bd0ef66aebfac8f35c9cded348da7c5 (patch) | |
| tree | abf35445ed981170c1f759e769e792330421f20f | |
| parent | 833919c1e93dbeb574ba56b52437d789f2070996 (diff) | |
| download | meta-openembedded-f78ef9ac0bd0ef66aebfac8f35c9cded348da7c5.tar.gz | |
dhcp-relay: update 4.4.2 -> 4.4.2-P1
Changes since 4.4.2 (Bug Fixes)
Corrected a buffer overwrite possible when parsing hexadecimal
literals with more than 1024 octets. Reported by Jon Franklin from Dell,
and also by Pawel Wieczorkiewicz from Amazon Web Services.
[Gitlab #182]
CVE: CVE-2021-25217
See: https://downloads.isc.org/isc/dhcp/4.4.2-P1/dhcp-4.4.2-P1-RELNOTES
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb (renamed from meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2.bb b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb index 563a6180c4..6ea5b4b27a 100644 --- a/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2.bb +++ b/meta-networking/recipes-connectivity/dhcp/dhcp-relay_4.4.2p1.bb | |||
| @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=4;md5=004a4db50a1e20972e924a8618747 | |||
| 10 | 10 | ||
| 11 | DEPENDS = "openssl libcap zlib" | 11 | DEPENDS = "openssl libcap zlib" |
| 12 | 12 | ||
| 13 | SRC_URI = "https://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \ | 13 | SRC_URI = "https://ftp.isc.org/isc/dhcp/4.4.2-P1/dhcp-4.4.2-P1.tar.gz \ |
| 14 | https://ftp.isc.org/isc/bind9/9.11.32/bind-9.11.32.tar.gz;name=bind;downloadfilename=bind.tar.gz;unpack=0 \ | 14 | https://ftp.isc.org/isc/bind9/9.11.32/bind-9.11.32.tar.gz;name=bind;downloadfilename=bind.tar.gz;unpack=0 \ |
| 15 | file://default-relay \ | 15 | file://default-relay \ |
| 16 | file://init-relay \ | 16 | file://init-relay \ |
| @@ -20,15 +20,15 @@ SRC_URI = "https://ftp.isc.org/isc/dhcp/${PV}/dhcp-${PV}.tar.gz \ | |||
| 20 | file://0003-bind-Makefile.in-disable-backtrace.patch \ | 20 | file://0003-bind-Makefile.in-disable-backtrace.patch \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | SRC_URI[md5sum] = "2afdaf8498dc1edaf3012efdd589b3e1" | 23 | SRC_URI[md5sum] = "3089a1ebd20a802ec0870ae337d43907" |
| 24 | SRC_URI[sha256sum] = "1a7ccd64a16e5e68f7b5e0f527fd07240a2892ea53fe245620f4f5f607004521" | 24 | SRC_URI[sha256sum] = "b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a" |
| 25 | SRC_URI[bind.md5sum] = "0d029dd06ca60c6739c3189c999ef757" | 25 | SRC_URI[bind.md5sum] = "0d029dd06ca60c6739c3189c999ef757" |
| 26 | SRC_URI[bind.sha256sum] = "cbf8cb4b74dd1452d97c3a2a8c625ea346df8516b4b3508ef07443121a591342" | 26 | SRC_URI[bind.sha256sum] = "cbf8cb4b74dd1452d97c3a2a8c625ea346df8516b4b3508ef07443121a591342" |
| 27 | 27 | ||
| 28 | UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/" | 28 | UPSTREAM_CHECK_URI = "http://ftp.isc.org/isc/dhcp/" |
| 29 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" | 29 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+\.\d+\.(\d+?))/" |
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/dhcp-${PV}" | 31 | S = "${WORKDIR}/dhcp-4.4.2-P1" |
| 32 | 32 | ||
| 33 | inherit autotools-brokensep systemd | 33 | inherit autotools-brokensep systemd |
| 34 | 34 | ||
