update to isc-dhcp-4.4.3-P1
- https://kb.isc.org/docs/cve-2022-2928 Corrected a reference count leak that occurs when the server builds responses to leasequery packets. - https://kb.isc.org/docs/cve-2022-2929 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.
This commit is contained in:
parent
89811e3ec5
commit
7a0cb8b0bc
@ -2,12 +2,11 @@ COMMENT-main= ISC DHCP Server
|
||||
COMMENT-client= ISC DHCP Client
|
||||
COMMENT-omapi= ISC DHCP OMAPI
|
||||
|
||||
VERSION= 4.4.3
|
||||
VERSION= 4.4.3-P1
|
||||
DISTNAME= isc-dhcp-${VERSION}
|
||||
PKGNAME= isc-dhcp-${VERSION:S/-P/./}
|
||||
PKGNAME-main= isc-dhcp-server-${VERSION:S/-P/./}
|
||||
PKGNAME-client= isc-dhcp-client-${VERSION:S/-P/./}
|
||||
PKGNAME-omapi= isc-dhcp-omapi-${VERSION:S/-P/./}
|
||||
PKGNAME-main= isc-dhcp-server-${VERSION:S/-P/pl/}
|
||||
PKGNAME-client= isc-dhcp-client-${VERSION:S/-P/pl/}
|
||||
PKGNAME-omapi= isc-dhcp-omapi-${VERSION:S/-P/pl/}
|
||||
CATEGORIES= net
|
||||
|
||||
DISTFILES= dhcp-${VERSION}.tar.gz
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (dhcp-4.4.3.tar.gz) = Dj7GtMKgXsAUiHS82ZmmbQVRg3jXdCH2B/sLydATWBg=
|
||||
SIZE (dhcp-4.4.3.tar.gz) = 10078953
|
||||
SHA256 (dhcp-4.4.3-P1.tar.gz) = CsQWu1WZfKhjIXT9EHN/1hzbjbonUhYKM1d1vCHcc8c=
|
||||
SIZE (dhcp-4.4.3-P1.tar.gz) = 10081055
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: client/Makefile.in
|
||||
--- client/Makefile.in.orig
|
||||
+++ client/Makefile.in
|
||||
@@ -372,7 +372,8 @@ top_srcdir = @top_srcdir@
|
||||
@@ -370,7 +370,8 @@ top_srcdir = @top_srcdir@
|
||||
# production code. Sadly, we are not there yet.
|
||||
SUBDIRS = . tests
|
||||
AM_CPPFLAGS = -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \
|
||||
|
Loading…
Reference in New Issue
Block a user