summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Package dnsmasq init-file If an already running DHCP-server is found on the ↵Jo-Philipp Wich2010-11-211-1/+1
| | | | | | | | 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 Wich2010-10-061-1/+1
| | | | | | issues with Netflix and other services SVN-Revision: 23270
* package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), ↵Nicolas Thill2010-08-111-1/+1
| | | | | | bump release number SVN-Revision: 22592
* dnsmasq: initscript: fix bool options handling, bump release numberNicolas Thill2010-07-171-1/+1
| | | | SVN-Revision: 22251
* dnsmasq: add and enable DNS rebind protectionsJo-Philipp Wich2010-07-161-1/+1
| | | | SVN-Revision: 22222
* package/dnsmasq: update dnsmasq to 2.55Alexandros C. Couloumbis2010-06-221-3/+3
| | | | SVN-Revision: 21871
* package/dnsmasq: bump release number (missed from r21400)Nicolas Thill2010-05-211-1/+1
| | | | SVN-Revision: 21523
* dnsmasq: - when processing domain entries, append searchdomain to host ↵Jo-Philipp Wich2010-04-231-1/+1
| | | | | | 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 entriesJo-Philipp Wich2010-04-161-1/+1
| | | | SVN-Revision: 20935
* dnsmasq: allow multiple hostnames per domain sectionJo-Philipp Wich2010-04-021-1/+1
| | | | SVN-Revision: 20656
* dnsmasq: Remove deprecated HAVE_ISC_READER=1 flag (#6757)Vasilis Tsiligiannis2010-03-011-1/+1
| | | | SVN-Revision: 19942
* Update to version 2.52Hauke Mehrtens2010-01-291-4/+4
| | | | | | | | | 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 Wich2010-01-081-1/+1
| | | | | | 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 Wich2009-12-261-1/+1
| | | | | | 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 Wigge2009-11-261-3/+3
| | | | | | 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 Wich2009-11-221-1/+1
| | | | | | '/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 Wich2009-10-051-1/+1
| | | | | | -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 Fietkau2009-09-241-2/+2
| | | | SVN-Revision: 17711
* Add default /etc/dnsmasq.confFelix Fietkau2009-09-211-0/+2
| | | | | | | | | | | | | | | | | | | | | 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 #5286Hauke Mehrtens2009-06-131-3/+3
| | | | SVN-Revision: 16436
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* dnsmasq: add more options for interface binding (#4900)Jo-Philipp Wich2009-04-091-1/+1
| | | | SVN-Revision: 15172
* make "name" parameter optional in dnsmasq "boot" config sectionsJo-Philipp Wich2009-02-181-1/+1
| | | | SVN-Revision: 14557
* update dnsmasq to 2.47 (#4636, thanks florida)Jo-Philipp Wich2009-02-161-3/+3
| | | | SVN-Revision: 14528
* add dnsmasq config file to the conffiles sectionFlorian Fainelli2009-02-031-0/+4
| | | | SVN-Revision: 14398
* package/dnsmasq: bump to v2.46 (#4263)Jo-Philipp Wich2008-11-281-2/+2
| | | | SVN-Revision: 13414
* Updated Dnsmasq to 2.45Steven Barth2008-07-201-2/+2
| | | | SVN-Revision: 11888
* Updated Dnsmasq to 2.43Steven Barth2008-07-181-2/+2
| | | | SVN-Revision: 11862
* Updated Dnsmasq to 2.42 (#3498)Steven Barth2008-06-031-2/+2
| | | | SVN-Revision: 11339
* fix dnsmasq compilation on some systemsFelix Fietkau2008-03-311-0/+1
| | | | SVN-Revision: 10696
* This upgrades dnsmasq-2.40 to dnsmasq-2.41. Signed-off-by: Alexandros C. ↵Travis Kemen2008-03-261-2/+2
| | | | | | Couloumbis <alex at ozo.com> SVN-Revision: 10663
* remove unneeded config file section fixes #2594Travis Kemen2007-10-251-4/+0
| | | | SVN-Revision: 9442
* convert the rest of /etc/dnsmasq.conf to uciTravis Kemen2007-10-241-1/+0
| | | | SVN-Revision: 9440
* update dnsmasq to 2.40, from #2479John Crispin2007-10-081-2/+2
| | | | SVN-Revision: 9200
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* upgrade dnsmasq (#1975)Felix Fietkau2007-07-121-2/+2
| | | | SVN-Revision: 7944
* upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵Felix Fietkau2007-03-171-3/+4
| | | | | | 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 Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-6/+6
| | | | SVN-Revision: 5624
* upgrade dnsmasq, fixes a few bugs including #943Felix Fietkau2006-11-141-2/+2
| | | | SVN-Revision: 5528
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+0
| | | | SVN-Revision: 5512
* init script cleanup, use /etc/rc.d/ for enabled scripts, ↵Felix Fietkau2006-10-151-1/+1
| | | | | | /etc/init.d/<pkgname> (enable|disable) manages symlinks SVN-Revision: 5128
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+55