./net/isc-dhcp4, ISC Dynamic Host Configuration Protocol (DHCP) Base

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q4, Version: 4.2.3p2, Package name: isc-dhcp-4.2.3p2, Maintainer: pkgsrc-users

ISC's Dynamic Host Configuration Protocol Distribution provides a
freely redistributable reference implementation of all aspects of
DHCP, through a suite of DHCP tools:

* A DHCP server
* A DHCP client
* A DHCP relay agent

These tools all use a modular API which is designed to be sufficiently
general that it can easily be made to work on POSIX-compliant
operating systems and also non-POSIX systems like Windows NT and
MacOS.

The DHCP server, client and relay agent are provided both as
reference implementations of the protocol and as working, fully-featured
sample implementations. Both the client and the server provide
functionality that, while not strictly required by the protocol,
is very useful in practice. The DHCP server also makes allowances
for non-compliant clients which one might still like to support.

This package contains the Base component.


Required to build:
[devel/gmake]

Package options: inet6

Master sites: (Expand)

SHA1: 6ce113d8e6301343b66d4d71be59a3c34805378d
RMD160: 445663a44b18acd2f02497b652c72656f9a0e328
Filesize: 9304.244 KB

Version history: (Expand)


CVS history: (Expand)


   2012-01-13 16:58:49 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #3651 - requested by taca
net/isc-dhcp4: security update

Revisions pulled up:
- net/isc-dhcp4/Makefile.common                                 1.14
- net/isc-dhcp4/distinfo                                        1.10

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Fri Jan 13 13:42:09 UTC 2012

   Modified Files:
   	pkgsrc/net/isc-dhcp4: Makefile.common distinfo

   Log message:
   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