Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dnsmasq: fix CFLAGS | Gustavo Zacarias | 2010-04-01 | 1 | -2/+2 |
| | | | | | | | | | Closes #1459 dnsmasq takes CFLAGS on make opt rather than env. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | Bump dnsmasq to 2.52 | Gustavo Zacarias | 2010-01-27 | 1 | -1/+1 |
| | | | | | | | Closes #961. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | host-pkgconfig is now host-pkg-config | Thomas Petazzoni | 2009-12-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | dnsmasq: bump to 2.51 and add IDN option | Gustavo Zacarias | 2009-11-15 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | Closes #717 Dnsmasq 2.51 introduces IDN support, add it to the package. Newsworthy items: * Add support for internationalised DNS (IDN). * Improved upstream nameserver checks for slow nameservers. * Improved TFTP support (win/dos filenames, new tftpserver-address option for DHCP). Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dnsmasq: remove unneeded post install hook | Peter Korsgaard | 2009-10-02 | 1 | -5/+0 |
| | | | | | | Makefile.autotools.in already cleans up man pages if configured to do so. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | package: Remove unnecessary dependencies on uclibc. | Will Newton | 2009-09-03 | 1 | -2/+0 |
| | | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | dnsmasq: misc fixes | Gustavo Zacarias | 2009-09-01 | 2 | -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 conversion | Peter Korsgaard | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | dnsmasq: bump version | Peter Korsgaard | 2009-02-12 | 1 | -1/+1 |
| | | | | closes #97. | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -3/+3 |
| | |||||
* | dnsmasq: bump version | Peter Korsgaard | 2008-12-01 | 1 | -1/+1 |
| | |||||
* | dnsmasq: bump version | Peter Korsgaard | 2008-08-08 | 1 | -1/+5 |
| | | | | fixes dns spoofing vulnerability. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -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 Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | dnsmasq: use awk instead of nawk | Peter Korsgaard | 2008-06-18 | 1 | -1/+1 |
| | |||||
* | dnsmasq: touch target after make | Peter Korsgaard | 2008-06-15 | 1 | -0/+2 |
| | |||||
* | dnsmasq: bump version | Peter Korsgaard | 2008-03-02 | 2 | -13/+1 |
| | |||||
* | dnsmasq: Enable dbus support if available | Peter Korsgaard | 2008-03-02 | 1 | -1/+14 |
| | |||||
* | dnsmasq: make tftp support optional | Peter Korsgaard | 2008-03-02 | 2 | -6/+16 |
| | |||||
* | dnsmasq: remove dnsmasq1 support | Peter Korsgaard | 2008-03-02 | 2 | -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-Fischer | 2007-10-01 | 1 | -1/+1 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | Bump version | Peter Korsgaard | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | Use BR2_INET_IPV6 and BR2_HAVE_MANPAGES options. | Peter Korsgaard | 2007-09-10 | 1 | -12/+19 |
| | | | | Use := instead of = | ||||
* | Cleanup dnsmasq | Ulf Samuelsson | 2007-08-20 | 1 | -6/+9 |
| | |||||
* | Remove unneeded patch from new dnsmasq version | Ulf Samuelsson | 2007-07-23 | 1 | -49/+0 |
| | |||||
* | Bump version of dnsmasq, with new patches | Ulf Samuelsson | 2007-07-23 | 2 | -1/+15 |
| | |||||
* | Use <package>_VERSION in all <package>.mk instead of <package>_VER | Ulf Samuelsson | 2007-07-11 | 1 | -3/+3 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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 wildcards | Eric Andersen | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | version bump | Mike Frysinger | 2005-04-05 | 1 | -4/+4 |
| | |||||
* | There is no need to have a separate 'Makefile.in' file in the | Eric Andersen | 2005-02-10 | 2 | -3/+8 |
| | | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file | ||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+4 |
| | |||||
* | Make the TAR_VERBOSITY option a bit more sane | Eric Andersen | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | use $(TAR_VERBOSITY) | Mike Frysinger | 2004-10-09 | 1 | -1/+1 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 2 | -0/+11 |
| | |||||
* | facelift step number two | Eric Andersen | 2004-10-09 | 3 | -1/+75 |
| | |||||
* | Remove the old 'make' directory, and populate the new 'package' | Eric Andersen | 2004-10-09 | 1 | -0/+50 |
directory. |