pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/isc-dhcp Update to 3.1.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44698dae9a49
branches:  trunk
changeset: 542789:44698dae9a49
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue May 27 19:34:30 2008 +0000

description:
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:

 net/isc-dhcp/Makefile        |  4 ++--
 net/isc-dhcp/Makefile.common |  8 ++++++--
 net/isc-dhcp/distinfo        |  9 ++++-----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r 3eb07efa5047 -r 44698dae9a49 net/isc-dhcp/Makefile
--- a/net/isc-dhcp/Makefile     Tue May 27 17:14:45 2008 +0000
+++ b/net/isc-dhcp/Makefile     Tue May 27 19:34:30 2008 +0000
@@ -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 @@
        ${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 -r 3eb07efa5047 -r 44698dae9a49 net/isc-dhcp/Makefile.common
--- a/net/isc-dhcp/Makefile.common      Tue May 27 17:14:45 2008 +0000
+++ b/net/isc-dhcp/Makefile.common      Tue May 27 19:34:30 2008 +0000
@@ -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 -r 3eb07efa5047 -r 44698dae9a49 net/isc-dhcp/distinfo
--- a/net/isc-dhcp/distinfo     Tue May 27 17:14:45 2008 +0000
+++ b/net/isc-dhcp/distinfo     Tue May 27 19:34:30 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index