Security update to ISC DHCP 4.3.3-P1

CVE-2015-8605: UDP payload length not properly checked

"A badly formed packet with an invalid IPv4 UDP length field can
cause a DHCP server, client, or relay program to terminate abnormally."
This commit is contained in:
sthen 2016-01-13 09:33:02 +00:00
parent 2b0ca5a48a
commit 7f3f8ef36a
3 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.39 2015/09/12 19:00:41 sthen Exp $
# $OpenBSD: Makefile,v 1.40 2016/01/13 09:33:02 sthen Exp $
COMMENT-main= ISC DHCP Server
COMMENT-client= ISC DHCP Client
COMMENT-omapi= ISC DHCP OMAPI
VERSION= 4.3.3
VERSION= 4.3.3-P1
DISTNAME= isc-dhcp-${VERSION}
PKGNAME= isc-dhcp-${VERSION:S/-P/./}
PKGNAME-main= isc-dhcp-server-${VERSION:S/-P/./}

View File

@ -1,2 +1,2 @@
SHA256 (dhcp-4.3.3.tar.gz) = VTxJRbCbHBuQTEeA809yqu+i/IxlVnFd4LydTj0lXt4=
SIZE (dhcp-4.3.3.tar.gz) = 9205539
SHA256 (dhcp-4.3.3-P1.tar.gz) = wR6Jbf+hv7xJRill0/bexFU040BoYDVG2aI28qpmmSE=
SIZE (dhcp-4.3.3-P1.tar.gz) = 9204043

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-client_Makefile_in,v 1.6 2015/09/12 19:00:41 sthen Exp $
--- client/Makefile.in.orig Thu Jul 30 09:17:16 2015
+++ client/Makefile.in Tue Sep 1 23:20:54 2015
@@ -848,7 +848,8 @@ uninstall-man: uninstall-man5 uninstall-man8
$OpenBSD: patch-client_Makefile_in,v 1.7 2016/01/13 09:33:02 sthen Exp $
--- client/Makefile.in.orig Thu Dec 17 01:14:48 2015
+++ client/Makefile.in Wed Jan 13 09:25:39 2016
@@ -860,7 +860,8 @@ uninstall-man: uninstall-man5 uninstall-man8
dhclient.o: dhclient.c
$(COMPILE) -DCLIENT_PATH='"PATH=$(sbindir):/sbin:/bin:/usr/sbin:/usr/bin"' \