Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dnsmasq: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵ | Felix Fietkau | 2011-03-02 |
| | | | | | | 8k uncompressed SVN-Revision: 25827 | ||
* | upgrade to 2.57 | Imre Kaloz | 2011-02-19 |
| | | | | SVN-Revision: 25576 | ||
* | Package dnsmasq init-file If an already running DHCP-server is found on the ↵ | Jo-Philipp Wich | 2010-11-21 |
| | | | | | | | | configured interface, the init-script refuses to start, but does not give a hint why. It took us some days to track down this behavior in our MANET, where every wifi/adhoc-node runs it own DHCP-server. Now syslog is more verbose on this. Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 24051 | ||
* | dnsmasq: allow 127.0.0.1/8 upstream DNS responses by default, resolves ↵ | Jo-Philipp Wich | 2010-10-06 |
| | | | | | | issues with Netflix and other services SVN-Revision: 23270 | ||
* | package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), ↵ | Nicolas Thill | 2010-08-11 |
| | | | | | | bump release number SVN-Revision: 22592 | ||
* | dnsmasq: initscript: fix bool options handling, bump release number | Nicolas Thill | 2010-07-17 |
| | | | | SVN-Revision: 22251 | ||
* | dnsmasq: add and enable DNS rebind protections | Jo-Philipp Wich | 2010-07-16 |
| | | | | SVN-Revision: 22222 | ||
* | package/dnsmasq: update dnsmasq to 2.55 | Alexandros C. Couloumbis | 2010-06-22 |
| | | | | SVN-Revision: 21871 | ||
* | package/dnsmasq: bump release number (missed from r21400) | Nicolas Thill | 2010-05-21 |
| | | | | SVN-Revision: 21523 | ||
* | dnsmasq: - when processing domain entries, append searchdomain to host ↵ | Jo-Philipp Wich | 2010-04-23 |
| | | | | | | entries if they are not fully qualified - create only one reverse record for address entries with multiple names SVN-Revision: 21109 | ||
* | dnsmasq: don't append search domain to custom host entries | Jo-Philipp Wich | 2010-04-16 |
| | | | | SVN-Revision: 20935 | ||
* | dnsmasq: allow multiple hostnames per domain section | Jo-Philipp Wich | 2010-04-02 |
| | | | | SVN-Revision: 20656 | ||
* | dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757) | Vasilis Tsiligiannis | 2010-03-01 |
| | | | | SVN-Revision: 19942 | ||
* | Update to version 2.52 | Hauke Mehrtens | 2010-01-29 |
| | | | | | | | | | Patch 103-ipv6_fix.patch is removed, because the problem the patch was fixing is now fixed in mainline. Thank you Raphaël HUCK for your patch. This fixes #6568. SVN-Revision: 19392 | ||
* | dnsmasq: Fix setting the network-id for config host sections This renames ↵ | Jo-Philipp Wich | 2010-01-08 |
| | | | | | | name to networkid where applicable, and re-adds the name option for hosts. Signed-off-by: Stefan Bethke <stb@lassitu.de> SVN-Revision: 19069 | ||
* | dnsmasq: While trying to document the dhcp UCI config, I noticed that the ↵ | Jo-Philipp Wich | 2009-12-26 |
| | | | | | | name config option is applied wrongly when adding static addresses. Cf. the dnsmasq man page. Signed-off-by: Stefan Bethke <stb@lassitu.de> SVN-Revision: 18934 | ||
* | new upstream release 2.51 with some fixes, see ↵ | Markus Wigge | 2009-11-26 |
| | | | | | | http://www.thekelleys.org.uk/dnsmasq/CHANGELOG refreshed patches for new release SVN-Revision: 18541 | ||
* | dnsmasq: Set a list of addnhosts files. e.g. list 'addnhosts' ↵ | Jo-Philipp Wich | 2009-11-22 |
| | | | | | | '/var/etc/hosts.olsr' list 'addnhosts' '/var/etc/hosts.olsrv6' hosts.olsr for ipv4 and hosts.olsrv6 for ipv6 addresses. Signed-off-by: Patrick Grimm <patrick@lunatiki.de> SVN-Revision: 18470 | ||
* | dnsmasq: - make "name" option in "host" sections optional and append it to ↵ | Jo-Philipp Wich | 2009-10-05 |
| | | | | | | -G if set, allows specifying hostnames for static leases without resorting to /etc/hosts - implement "domain" sections, allows defining arbitary host names and associated ptr records from uci - bump package revision SVN-Revision: 17897 | ||
* | update dnsmasq to 2.50 (#5784) | Felix Fietkau | 2009-09-24 |
| | | | | SVN-Revision: 17711 | ||
* | Add default /etc/dnsmasq.conf | Felix Fietkau | 2009-09-21 |
| | | | | | | | | | | | | | | | | | | | | | dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records. However, those options sometimes can not be passed as command-line arguments due to excess length. This patch tries to solve this problem: 1. Provide /etc/dnsmasq.conf file with comments about adding SRV/PTR/TXT/CNAME records. 2. Add this file to conffiles list so it is preserver during backup/restore or system upgrade. If someone needs a lot of custom records, default configuration file can be edited. Since manual pages and documentation is not installed, provided comments should be enough to figure out option syntax. Signed-off-by: Alexey I. Froloff <raorn@altlinux.org> SVN-Revision: 17663 | ||
* | Update to version 2.49 Fixes #5331 and #5286 | Hauke Mehrtens | 2009-06-13 |
| | | | | SVN-Revision: 16436 | ||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 |
| | | | | SVN-Revision: 15242 | ||
* | dnsmasq: add more options for interface binding (#4900) | Jo-Philipp Wich | 2009-04-09 |
| | | | | SVN-Revision: 15172 | ||
* | make "name" parameter optional in dnsmasq "boot" config sections | Jo-Philipp Wich | 2009-02-18 |
| | | | | SVN-Revision: 14557 | ||
* | update dnsmasq to 2.47 (#4636, thanks florida) | Jo-Philipp Wich | 2009-02-16 |
| | | | | SVN-Revision: 14528 | ||
* | add dnsmasq config file to the conffiles section | Florian Fainelli | 2009-02-03 |
| | | | | SVN-Revision: 14398 | ||
* | package/dnsmasq: bump to v2.46 (#4263) | Jo-Philipp Wich | 2008-11-28 |
| | | | | SVN-Revision: 13414 | ||
* | Updated Dnsmasq to 2.45 | Steven Barth | 2008-07-20 |
| | | | | SVN-Revision: 11888 | ||
* | Updated Dnsmasq to 2.43 | Steven Barth | 2008-07-18 |
| | | | | SVN-Revision: 11862 | ||
* | Updated Dnsmasq to 2.42 (#3498) | Steven Barth | 2008-06-03 |
| | | | | SVN-Revision: 11339 | ||
* | fix dnsmasq compilation on some systems | Felix Fietkau | 2008-03-31 |
| | | | | SVN-Revision: 10696 | ||
* | This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. ↵ | Travis Kemen | 2008-03-26 |
| | | | | | | Couloumbis <alex at ozo.com> SVN-Revision: 10663 | ||
* | remove unneeded config file section fixes #2594 | Travis Kemen | 2007-10-25 |
| | | | | SVN-Revision: 9442 | ||
* | convert the rest of /etc/dnsmasq.conf to uci | Travis Kemen | 2007-10-24 |
| | | | | SVN-Revision: 9440 | ||
* | update dnsmasq to 2.40, from #2479 | John Crispin | 2007-10-08 |
| | | | | SVN-Revision: 9200 | ||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||
* | upgrade dnsmasq (#1975) | Felix Fietkau | 2007-07-12 |
| | | | | SVN-Revision: 7944 | ||
* | upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵ | Felix Fietkau | 2007-03-17 |
| | | | | | | rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) SVN-Revision: 6595 | ||
* | add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵ | Felix Fietkau | 2007-03-16 |
| | | | | | | lots of places SVN-Revision: 6582 | ||
* | add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵ | Felix Fietkau | 2007-03-16 |
| | | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580 | ||
* | replace lots of manual install commands with INSTALL_* variables | Felix Fietkau | 2006-11-23 |
| | | | | SVN-Revision: 5624 | ||
* | upgrade dnsmasq, fixes a few bugs including #943 | Felix Fietkau | 2006-11-14 |
| | | | | SVN-Revision: 5528 | ||
* | implement target profiles in menuconfig | Felix Fietkau | 2006-11-12 |
| | | | | SVN-Revision: 5512 | ||
* | init script cleanup, use /etc/rc.d/ for enabled scripts, ↵ | Felix Fietkau | 2006-10-15 |
| | | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128 | ||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 |