diff options
author | taca <taca@pkgsrc.org> | 2011-04-08 14:09:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-04-08 14:09:23 +0000 |
commit | 9588318bbdb01080d0b4c457a748c321653e8b58 (patch) | |
tree | fa43131788c6899149ac81b17864b614bf9cc0f5 /net/isc-dhclient4 | |
parent | 9f20b44705efd99ccfb9101553a2a378cc10a00c (diff) | |
download | pkgsrc-9588318bbdb01080d0b4c457a748c321653e8b58.tar.gz |
Update ISC DHCP package to 4.2.1p1 (4.2.1-P1), fixes a few security
problems. For more detail, please refer:
http://ftp.isc.org/isc/dhcp/dhcp-4.2.1-P1-RELNOTES
Diffstat (limited to 'net/isc-dhclient4')
-rw-r--r-- | net/isc-dhclient4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/isc-dhclient4/Makefile b/net/isc-dhclient4/Makefile index 5c7a2201a35..914021d3fc7 100644 --- a/net/isc-dhclient4/Makefile +++ b/net/isc-dhclient4/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2010/06/25 21:56:46 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2011/04/08 14:09:23 taca Exp $ # PKGNAME= isc-dhclient-${DHVER} COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Client +BUILD_SUBDIR= bind includes tests common omapip client SUBDIR= client PKG_DESTDIR_SUPPORT= user-destdir |