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

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


Branch: pkgsrc-2009Q2, Version: 4.1.0p1, Package name: isc-dhcp-4.1.0p1, Maintainer: adrianp

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.



Package options: inet6

Master sites:

SHA1: 71cd106f518283f6af55d3a6006b7e8f34ffe0e0
RMD160: ac8472946615e2a45a8e8a64474d437f328d5439
Filesize: 1048.073 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-17 15:51:09 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2818 - requested by adrianp
isc-dhcp4: security update

net/isc-dhcp4/Makefile.common			1.5
net/isc-dhcp4/distinfo				1.4
---
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Thu Jul 16 18:41:11 UTC 2009

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

Log message:
Bump to p1
* A stack overflow vulnerability was fixed in dhclient that could allow remote \ 
attackers to execute arbitrary commands as root on the system, or simply \ 
terminate the client, by providing an over-long subnet-mask option.