summaryrefslogtreecommitdiffstats
path: root/package/dnsmasq
Commit message (Collapse)AuthorAgeFilesLines
* dnsmasq: misc fixesGustavo Zacarias2009-09-012-52/+37
| | | | | | | | | | | | | | Closes #527 * convert to Makefile.autotools.in format * Bump to version 2.50 fixes security issues CVE 2009-2957 and 2009-2958. * fix dbus paths and dependencies * Install manpage conditionally * Introduce new DHCP server option Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Daniele Salvatore Albano <d.albano@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard2009-02-261-1/+1
|
* dnsmasq: bump versionPeter Korsgaard2009-02-121-1/+1
| | | | closes #97.
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-3/+3
|
* dnsmasq: bump versionPeter Korsgaard2008-12-011-1/+1
|
* dnsmasq: bump versionPeter Korsgaard2008-08-081-1/+5
| | | | fixes dns spoofing vulnerability.
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* dnsmasq: use awk instead of nawkPeter Korsgaard2008-06-181-1/+1
|
* dnsmasq: touch target after makePeter Korsgaard2008-06-151-0/+2
|
* dnsmasq: bump versionPeter Korsgaard2008-03-022-13/+1
|
* dnsmasq: Enable dbus support if availablePeter Korsgaard2008-03-021-1/+14
|
* dnsmasq: make tftp support optionalPeter Korsgaard2008-03-022-6/+16
|
* dnsmasq: remove dnsmasq1 supportPeter Korsgaard2008-03-022-34/+2
| | | | | Remove ancient dnsmasq1 support, which couldn't even be selected in menuconfig.
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-1/+1
| | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
* Bump versionPeter Korsgaard2007-09-101-1/+1
|
* Use BR2_INET_IPV6 and BR2_HAVE_MANPAGES options.Peter Korsgaard2007-09-101-12/+19
| | | | Use := instead of =
* Cleanup dnsmasqUlf Samuelsson2007-08-201-6/+9
|
* Remove unneeded patch from new dnsmasq versionUlf Samuelsson2007-07-231-49/+0
|
* Bump version of dnsmasq, with new patchesUlf Samuelsson2007-07-232-1/+15
|
* Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson2007-07-111-3/+3
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* be a bit more consistant with naming, always escape wildcardsEric Andersen2005-06-241-1/+1
|
* version bumpMike Frysinger2005-04-051-4/+4
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-102-3/+8
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* help textMike Frysinger2004-10-141-4/+4
|
* Make the TAR_VERBOSITY option a bit more saneEric Andersen2004-10-091-1/+1
|
* use $(TAR_VERBOSITY)Mike Frysinger2004-10-091-1/+1
|
* final step in buildroot faceliftEric Andersen2004-10-092-0/+11
|
* facelift step number twoEric Andersen2004-10-093-1/+75
|
* Remove the old 'make' directory, and populate the new 'package'Eric Andersen2004-10-091-0/+50
directory.