diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-05-27 19:34:30 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-05-27 19:34:30 +0000 |
commit | 0892db508f568ffe6fc004e245f054742568b849 (patch) | |
tree | df995fc1de9c799e51bbb8241c873587237d5c39 /net | |
parent | 0111995f64d3ece6d7f05a197fd57e020be1c0d7 (diff) | |
download | pkgsrc-0892db508f568ffe6fc004e245f054742568b849.tar.gz |
Update to 3.1.1
Fixed --version flag in dhcrelay
Clarified error message when lease limit exceeded
Log messages when failover peer names mismatch have been improved to point out the problem.
Manpage entries in dhcp-options.5 for the 'domain-list' format have been updated.
The 'min-secs' configuration parameter's log message has been updated to be more helpful.
Fixes to allow code to compile on Mac OS X Leopard (10.5).
See http://www.isc.org/sw/dhcp/dhcp_rel2.php for all the details
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp/Makefile | 4 | ||||
-rw-r--r-- | net/isc-dhcp/Makefile.common | 8 | ||||
-rw-r--r-- | net/isc-dhcp/distinfo | 9 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net/isc-dhcp/Makefile b/net/isc-dhcp/Makefile index 0bda632a52a..9849bef374b 100644 --- a/net/isc-dhcp/Makefile +++ b/net/isc-dhcp/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2008/04/07 17:23:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2008/05/27 19:34:30 adrianp Exp $ # COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base COMPONENT= base -PKGREVISION= 1 SUBDIR= common minires dst MAN_FILES= man5/dhcp-eval.5 man5/dhcp-options.5 @@ -25,6 +24,7 @@ post-install: ${INSTALL_LIB} \ ${WRKSRC}/work.`${WRKSRC}/configure --print-sysname`/dst/*.a \ ${PREFIX}/lib + ${CHMOD} ${LIBMODE} ${PREFIX}/lib/libdst.a .include "../../net/isc-dhcp/Makefile.common" .include "../../mk/bsd.pkg.mk" diff --git a/net/isc-dhcp/Makefile.common b/net/isc-dhcp/Makefile.common index bdd4b577223..08fe9936b38 100644 --- a/net/isc-dhcp/Makefile.common +++ b/net/isc-dhcp/Makefile.common @@ -1,7 +1,11 @@ -# $NetBSD: Makefile.common,v 1.2 2008/01/03 12:25:01 adrianp Exp $ +# $NetBSD: Makefile.common,v 1.3 2008/05/27 19:34:30 adrianp Exp $ # +# used by net/isc-dhcp/Makefile +# used by net/isc-dhcpd/Makefile +# used by net/isc-dhclient/Makefile +# used by net/isc-dhcrelay/Makefile -DISTNAME= dhcp-3.1.0 +DISTNAME= dhcp-3.1.1 PKGNAME= ${DISTNAME:S/dhcp/isc-dhcp-${COMPONENT}/} CATEGORIES= net MASTER_SITES= http://ftp.isc.org/isc/dhcp/ \ diff --git a/net/isc-dhcp/distinfo b/net/isc-dhcp/distinfo index ce1717dd70b..5d0cf790f0b 100644 --- a/net/isc-dhcp/distinfo +++ b/net/isc-dhcp/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/12/12 20:02:08 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2008/05/27 19:34:30 adrianp Exp $ -SHA1 (dhcp-3.1.0.tar.gz) = f33d017f055648e6571aa26cf314d37857491a2e -RMD160 (dhcp-3.1.0.tar.gz) = 59ef8b695b66d3cb61437e25a179d9f17639017d -Size (dhcp-3.1.0.tar.gz) = 797100 bytes +SHA1 (dhcp-3.1.1.tar.gz) = 3f7e013cb62aed0f3af45bdd97424d8b63e9c280 +RMD160 (dhcp-3.1.1.tar.gz) = 08ed15d26ca64928e1d3b07c631cbbfa9a3dc8cb +Size (dhcp-3.1.1.tar.gz) = 798228 bytes SHA1 (patch-ab) = e5d0a682c0228ce1c63533fe361f5649d5dd2c17 -SHA1 (patch-ac) = 14f834431c1cb97d0b9c11ae43abc7b758bac923 SHA1 (patch-ad) = bd10d5f519065ecbd061f3ccff6685c390a1118a |