diff options
author | taca <taca@pkgsrc.org> | 2012-01-13 13:42:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-01-13 13:42:09 +0000 |
commit | e5b68afbb68a4ace7aac9af1c05cec71d279868b (patch) | |
tree | 396a6a2f676892cdfb827a0870a1ee2cef23aea0 /net | |
parent | cf18e5aee4138ea27fa7c191a6287f44efaae8ef (diff) | |
download | pkgsrc-e5b68afbb68a4ace7aac9af1c05cec71d279868b.tar.gz |
Update isc-dhcp4 package to 4.2.3p2. (ISC DHCP 4.2.3-P2).
Alwo update isc-dhclient4, isc-dhcpd4 and isc-dhcrelay4.
Changes since 4.2.3-P1
! Modify the DDNS handling code. In a previous patch we added logging
code to the DDNS handling. This code included a bug that caused it
to attempt to dereference a NULL pointer and eventually segfault.
While reviewing the code as we addressed this problem, we determined
that some of the updates to the lease structures would not work as
planned since the structures being updated were in the process of
being freed: these updates were removed. In addition we removed an
incorrect call to the DDNS removal function that could cause a failure
during the removal of DDNS information from the DNS server.
Thanks to Jasper Jongmans for reporting this issue.
[ISC-Bugs #27078]
CVE: CVE-2011-4868
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp4/Makefile.common | 4 | ||||
-rw-r--r-- | net/isc-dhcp4/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common index e84b7b759c9..d711c2d157c 100644 --- a/net/isc-dhcp4/Makefile.common +++ b/net/isc-dhcp4/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2011/12/11 14:36:11 taca Exp $ +# $NetBSD: Makefile.common,v 1.14 2012/01/13 13:42:09 taca Exp $ # # used by net/isc-dhcp4/Makefile # used by net/isc-dhcpd4/Makefile @@ -17,7 +17,7 @@ LICENSE= isc CONFLICTS+= isc-dhcp-base-3.*{,nb*} -VERSION= 4.2.3-P1 +VERSION= 4.2.3-P2 .include "../../mk/bsd.prefs.mk" diff --git a/net/isc-dhcp4/distinfo b/net/isc-dhcp4/distinfo index 67eb1dd0707..698d4eb1fc8 100644 --- a/net/isc-dhcp4/distinfo +++ b/net/isc-dhcp4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2011/12/11 14:36:11 taca Exp $ +$NetBSD: distinfo,v 1.10 2012/01/13 13:42:09 taca Exp $ -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 (dhcp-4.2.3-P2.tar.gz) = 6ce113d8e6301343b66d4d71be59a3c34805378d +RMD160 (dhcp-4.2.3-P2.tar.gz) = 445663a44b18acd2f02497b652c72656f9a0e328 +Size (dhcp-4.2.3-P2.tar.gz) = 9527546 bytes SHA1 (patch-aa) = cdb64616f16ee79bf14f496518a2958352ce1fc9 SHA1 (patch-ab) = 3a36eb65c6b0a865f2d8a350fa083fa2fe549efd SHA1 (patch-ac) = 97af5dd9e787c63ca387fb05df20f42d90b985fb |