diff options
author | roy <roy@pkgsrc.org> | 2012-02-06 15:43:49 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2012-02-06 15:43:49 +0000 |
commit | bec268ee8ccdd1007f95093ca941d2d8faf9cc3c (patch) | |
tree | 9065879fa6766c9263b18837203c8200ef1eb2dc /net/dhcpcd | |
parent | 795659a1631ca50a6e178c4070900b7375a1ec76 (diff) | |
download | pkgsrc-bec268ee8ccdd1007f95093ca941d2d8faf9cc3c.tar.gz |
Import dhcpcd-5.5.4 with the following changes:
* ArchLinux SERVICESTATUS override fixed
* Shell portability fixes, including proper printf usage.
* Detect a valid ntp.conf before adjusting it
* Restart NTP correctly on Debian
* reboot timeout changed to 5 seconds
* When rebooting and not daemonized, reduce the discover timeout
to allow for fallback or IPv4LL
* Respect each kernel carrier message
* Optimize some bitwise logic
* On Linux, pretent a bridge interface does not exist until IFF_LOWER_UP is set
* Don't remove interfaces for which commands have not been sent
* Store the assigned metric to each route so that we can change metrics on the fly
dhcpcd -n --metric 100 iwi0
* Add SixRD support, RFC5969
* Fix SIP server support
* Only regen resolv.conf if it has changed
* Fix --reconfigure from spinning
* Add IPv6 Router Solicitation support we regards to RDNSS and DNSSL, RFC6016
* Add clang to the list of detected compilers
* Allow dhcpcd to run on a read only filesystem
* Don't attempt to tun the script if an empty string or /dev/null
* Stop truncating the netmask sockaddr on routing messages for BSD
* Prefer a DHCP lease over an IPv4LL one
* Fix carrier handling on BSD
* Fix arc4random detection on FreeBSD 7
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 31a0e7daaa6..77c01f31848 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2011/04/06 09:12:36 roy Exp $ +# $NetBSD: Makefile,v 1.31 2012/02/06 15:43:49 roy Exp $ # -DISTNAME= dhcpcd-5.2.12 +DISTNAME= dhcpcd-5.5.4 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 5ccd2118eef..dccc9f9e538 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2011/04/06 09:12:36 roy Exp $ +$NetBSD: distinfo,v 1.29 2012/02/06 15:43:49 roy Exp $ -SHA1 (dhcpcd-5.2.12.tar.bz2) = 27378a251705c7888332e6d60eea7805d1f8aeb5 -RMD160 (dhcpcd-5.2.12.tar.bz2) = 588a6e508b3ed7e07e044c4da77512eebc9bd607 -Size (dhcpcd-5.2.12.tar.bz2) = 72177 bytes +SHA1 (dhcpcd-5.5.4.tar.bz2) = 8aa42abd28d49cce5b179998490c36f6c490e338 +RMD160 (dhcpcd-5.5.4.tar.bz2) = bb5cd50f64f4c8ef023605cb86bde07df3d2f72a +Size (dhcpcd-5.5.4.tar.bz2) = 77349 bytes |