2015-04-22 16:57:22 by David Brownlee | Files touched by this commit (4) |
Log message:
Add a 'reload' rc.d option (automatically uses the pid file), which will
make dnsmasq reload the dhcp file. Add patch comment and mps
Bump PKGREVISION
|
2015-01-17 14:52:13 by Benny Siegert | Files touched by this commit (2) |
Log message:
Add a patch to unbreak building on Mac OS X. From Sevan Janiyan in
PR pkg/49524.
|
2014-11-23 14:16:24 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
Fix pkglint warnings
|
2014-11-23 14:10:03 by Aleksey Cheusov | Files touched by this commit (3) |
Log message:
user and group "dnsmasq" are created; ++pkgrevision
|
2014-03-11 15:34:41 by Jonathan Perkin | Files touched by this commit (99) |
Log message:
Import initial SMF support for individual packages.
|
2014-03-11 15:05:19 by Jonathan Perkin | Files touched by this commit (350) |
Log message:
Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
|
2013-11-28 10:31:52 by Roy Marples | Files touched by this commit (1) |
Log message:
Punt the not needed patch
|
2013-11-12 13:12:45 by Roy Marples | Files touched by this commit (2) |
Log message:
Update to 2.67
|
2013-07-21 09:59:26 by Roy Marples | Files touched by this commit (3) |
Log message:
Support partial FQDN option
|
2013-05-28 11:32:00 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update dnsmasq to 2.66.
Changes in 2.66
- Add the ability to act as an authoritative DNS server
- Add "constructed DHCP ranges" for DHCPv6
- Fix crash on startup on Solaris 11
- Add code to make behaviour for TCP DNS requests when a request arrives
for an allowed address, but via a banned interface
- Don't send the default DHCP option advertising dnsmasq as the local
DNS server if dnsmasq is configured to not act as DNS server, or
it's configured to a non-standard port.
- Add DNSMASQ_CIRCUIT_ID, DNSMASQ_SUBCRIBER_ID, DNSMASQ_REMOTE_ID variables
to the environment of the lease-change script
- Fixed crash whilst handling DHCPv6 information-requests
- Add --ipset option
- Don't erroneously reject some option names in --dhcp-match options
- Allow a trailing '*' wildcard in all interface-name configurations
- Handle the situation where libc headers define SO_REUSEPORT, but
the kernel in use doesn't
- Update Polish translation
- Fix crash if the configured DHCP lease limit is reached
- Update the French translation
Changes in 2.65:
- Fix regression which broke forwarding of queries sent via TCP which
are not for A and AAAA and which were directed to non-default servers
- Fix failure to build with DHCP support excluded
- Fix nasty regression in 2.64 which completely broke cacheing
See full changelog:
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
|