Commit graph

14 commits

Author SHA1 Message Date
roy
34759963e7 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
2009-09-02 20:54:18 +00:00
roy
438e32d24e Update to dhcpcd-5.0.6
Changes from dhcpcd-5.0.4 include
 * Fix crash on MIPS
 * Default to requesting interface MTU
 * Save and restore interface MTU when changing
 * IP whitelist
 * Fix detecting correct dstaddr for PtP interfaces at startup
 * Ensure that the lease and pidfile directories exist at startup
2009-07-08 22:24:33 +00:00
joerg
62d1ba2bac Remove @dirrm entries from PLISTs 2009-06-14 18:03:28 +00:00
roy
5161fd200d Update to dhcpcd-5.0.4
Changes from dhcpcd-5.0.3 include
 * The requirement of the ServerID option is now configurable
 * Don't set a MTU lower than 576
 * Enforce a minimum lease time of 20 seconds
2009-05-24 21:24:56 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
roy
ccc86ffc62 Update to dhcpcd-5.0.3
Changes from 5.0.2
 * getifaddrs can return NULL for ifa_addr
   We now catch this instead of crashing
2009-05-11 08:29:28 +00:00
roy
6b9768b6a8 Update dhcpcd to 5.0.2
Changes from 5.0.1 include
 * -n option now starts dhcpcd if not already started
 * 29-lookup-hostname hook installed by default, but skipped in dhcpcd.conf
 * Fix warning about missing dirs if we don't have any existing state
 * Fix compile on some Linux distros re linux/wireless.h
2009-05-10 16:35:40 +00:00
roy
e27d376a4f Update to dhcpcd-5.0.1
Changes from dhcpcd-5.0.0 include
 * Silence compile warnings on Sparc64
 * Fix address detection
2009-05-03 06:41:30 +00:00
roy
73af06c99e Update to dhcpcd-5.0.0
Changes from dhcpcd-4.99.18 include
 * Fixed existing address detection
 * Added non dhcp option variables to -V
 * Prefix some generic variable names exported to dhcpcd-run-hooks with if
   (ifmetric, ifwireless, ifflags) as they may conflict with generic var
   names when it restarts a service
2009-04-28 21:04:38 +00:00
roy
07732495f1 Update to dhcpcd-4.99.18
Changes from dhcpcd-4.99.15 include
 * Allow dhcpcd to work on any interface type when INFORMING or given a
   ClientID
 * arping ip selects a different interface profile on success
   Allows different static IP/DHCP configurations
 * DHCP messages without a ServerID are now ignored
 * If DHCP fails, allow fallback to a different interface profile
2009-04-20 06:38:19 +00:00
roy
2f62b0ef90 Update to dhcpcd-4.99.15
Changes from dhcpcd-4.99.14 include
 * Compiles on DragonFly BSD
 * Better support for 3rd party configured interfaces such as PPP
 * Blacklist now happens at the packet level
2009-03-20 15:46:00 +00:00
roy
d20b1e2d55 Use roy@NetBSD.org instead of my personal email. 2009-03-17 12:02:34 +00:00
hasso
37eaffeadc Make it build on DragonFly. 2009-03-12 08:14:16 +00:00
roy
91673c97be Import dhcpcd-4.99.14
dhcpcd is a small, bloat free DHCP client which includes these features
 * DHCP over firewire
 * User Class
 * SIP Servers
 * Domain Search
 * Classless Static Routes
 * IPv4LL aka APIPA aka Zeroconf
 * Node specific Client Identifiers
 * DHCP over Infiniband
 * Link carrier and interface addition/removal detection
 * Dynamic route management
2009-03-05 23:23:26 +00:00