pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Update to 5.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7e61466bd80
branches:  trunk
changeset: 398567:a7e61466bd80
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Sep 02 20:54:18 2009 +0000

description:
Update to 5.1.0

Changes from 5.0.6
* get_option_addr uses struct in_addr * instead of uint32_t *
  fixes a crash on sgimips/netbsd, thanks to Tim McIntosh
* Use ssize_t which is a signed int and test if read() returns -1
  fixes a crash on some embedded systems, thanks to David Wu
* Fix -f path/to/config
* -e, --env var=value for profile specific env vars
* Many issues resolved when running in test mode
* Don't print a (null) string when there is no NAK message
* Fix compile on NetBSD-4 (PR pkg/41719)
* Only allow hardware families we know by default (over-ridable)
* Fix persistent and timeout 0 options
* Fix parsing of escape code sequencies
* Don't bring up interfaces brought down when handling new interfaces
* Allow un-encapsulated vendor option
* Build system now uses configure script and not mk stubs

diffstat:

 net/dhcpcd/Makefile |  14 +++++---------
 net/dhcpcd/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 13 deletions(-)

diffs (48 lines):

diff -r f0db14c09ab3 -r a7e61466bd80 net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Wed Sep 02 19:06:54 2009 +0000
+++ b/net/dhcpcd/Makefile       Wed Sep 02 20:54:18 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2009/07/08 22:24:33 roy Exp $
+# $NetBSD: Makefile,v 1.12 2009/09/02 20:54:18 roy Exp $
 #
 
-DISTNAME=              dhcpcd-5.0.6
+DISTNAME=              dhcpcd-5.1.0
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/
 MASTER_SITES+=         http://roy.aydogan.net/dhcpcd/
@@ -14,18 +14,14 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 USE_LANGUAGES=         c99
+HAS_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --mandir=${PREFIX}/${PKGMANDIR}
+CONFIGURE_ARGS+=       --with-hooks=ntp
 
 EGDIR=                 ${PREFIX}/share/examples
-MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR}/man
-MAKE_ENV+=             SYSCONFDIR=${PKG_SYSCONFDIR}
 INSTALL_MAKE_FLAGS+=   SYSCONFDIR=${EGDIR}
-
-# Install the configuration file
 CONF_FILES+=           ${EGDIR}/dhcpcd.conf ${PKG_SYSCONFDIR}/dhcpcd.conf
 
 RCD_SCRIPTS+=          dhcpcd
 
-# Install the ntp hook script by default
-MAKE_ENV+=             HOOKSCRIPTS=50-ntp.conf
-
 .include "../../mk/bsd.pkg.mk"
diff -r f0db14c09ab3 -r a7e61466bd80 net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Wed Sep 02 19:06:54 2009 +0000
+++ b/net/dhcpcd/distinfo       Wed Sep 02 20:54:18 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2009/07/08 22:24:33 roy Exp $
+$NetBSD: distinfo,v 1.11 2009/09/02 20:54:18 roy Exp $
 
-SHA1 (dhcpcd-5.0.6.tar.bz2) = 2539dfc157f3c897959ca16a4a9eabdfa4599657
-RMD160 (dhcpcd-5.0.6.tar.bz2) = 75ab9fb07ad09bb10f14ef5218da3ea95cceed4a
-Size (dhcpcd-5.0.6.tar.bz2) = 62535 bytes
+SHA1 (dhcpcd-5.1.0.tar.bz2) = 4c5c729e1e8fb7ca5fa8a0ab336d9adcbca5c40f
+RMD160 (dhcpcd-5.1.0.tar.bz2) = d22e3d4b8f4d16b9cb0a7743a63cbb3057ac17d1
+Size (dhcpcd-5.1.0.tar.bz2) = 63589 bytes



Home | Main Index | Thread Index | Old Index