diff options
author | roy <roy@pkgsrc.org> | 2009-09-02 20:54:18 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2009-09-02 20:54:18 +0000 |
commit | 59274bf27b2080ab3485a34ce20bbfe0665cfdda (patch) | |
tree | 03d01313bb59a11dfc5dff321960ea269317d886 /net | |
parent | fcdd2c11e7b15d9dba41d0e36c56aff8be93ffd8 (diff) | |
download | pkgsrc-59274bf27b2080ab3485a34ce20bbfe0665cfdda.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/dhcpcd/Makefile | 14 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
2 files changed, 9 insertions, 13 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index ed7d95bbae7..d44798a1ea5 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -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 @@ LICENSE= modified-bsd 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 --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 63cb211eae1..597108c221e 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -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 |