diff options
author | taca <taca@pkgsrc.org> | 2011-12-11 14:36:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-11 14:36:11 +0000 |
commit | d6325b99bee24a977c68e4c4603a23e16291cc7f (patch) | |
tree | f55a29e24cf31e8227462501eb7e21bebb899471 /net | |
parent | da39663fa5af6dc4dd25a281c7d855d5a4056085 (diff) | |
download | pkgsrc-d6325b99bee24a977c68e4c4603a23e16291cc7f.tar.gz |
Update isc-dhcp4 package to 4.2.3p1 (4.2.3-P1).
It implicitly update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4 to 4.2.3p1.
Changes since 4.2.3
! Add a check for a null pointer before calling the regexec function.
Without out this check we could, under some circumstances, pass
a null pointer to the regexec function causing it to segfault.
Thanks to a report from BlueCat Networks.
[ISC-Bugs #26704].
CVE: CVE-2011-4539
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp4/Makefile.common | 10 | ||||
-rw-r--r-- | net/isc-dhcp4/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common index 6478e0e866b..e84b7b759c9 100644 --- a/net/isc-dhcp4/Makefile.common +++ b/net/isc-dhcp4/Makefile.common @@ -1,15 +1,15 @@ -# $NetBSD: Makefile.common,v 1.12 2011/11/15 14:33:38 taca Exp $ +# $NetBSD: Makefile.common,v 1.13 2011/12/11 14:36:11 taca Exp $ # # used by net/isc-dhcp4/Makefile # used by net/isc-dhcpd4/Makefile # used by net/isc-dhclient4/Makefile # used by net/isc-dhcrelay4/Makefile -DISTNAME= dhcp-4.2.3 +DISTNAME= dhcp-${VERSION} DHVER= ${DISTNAME:S/dhcp-//:S/-P/p/} CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/${DISTNAME}/ \ - http://ftp.isc.org/isc/dhcp/${DISTNAME}/ +MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/${VERSION}/ \ + http://ftp.isc.org/isc/dhcp/${VERSION}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.isc.org/sw/dhcp @@ -17,6 +17,8 @@ LICENSE= isc CONFLICTS+= isc-dhcp-base-3.*{,nb*} +VERSION= 4.2.3-P1 + .include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes diff --git a/net/isc-dhcp4/distinfo b/net/isc-dhcp4/distinfo index 3495f968fa5..67eb1dd0707 100644 --- a/net/isc-dhcp4/distinfo +++ b/net/isc-dhcp4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2011/11/15 14:33:38 taca Exp $ +$NetBSD: distinfo,v 1.9 2011/12/11 14:36:11 taca Exp $ -SHA1 (dhcp-4.2.3.tar.gz) = d50767156a000e4158c16ede7a102cac992cc98d -RMD160 (dhcp-4.2.3.tar.gz) = 4f1b6d9ad2e4b0bf02cbaa010c4261c90f635a00 -Size (dhcp-4.2.3.tar.gz) = 9509210 bytes +SHA1 (dhcp-4.2.3-P1.tar.gz) = cb4b658cf9d9674fad7ee11d06193569784c61a2 +RMD160 (dhcp-4.2.3-P1.tar.gz) = fc15dc0589d698c7d1f8c8df045f0b396b30c28e +Size (dhcp-4.2.3-P1.tar.gz) = 9525670 bytes SHA1 (patch-aa) = cdb64616f16ee79bf14f496518a2958352ce1fc9 SHA1 (patch-ab) = 3a36eb65c6b0a865f2d8a350fa083fa2fe549efd SHA1 (patch-ac) = 97af5dd9e787c63ca387fb05df20f42d90b985fb |