Arnout Vandecappelle (Essensium/Mind)
e1502ebc0c
all packages: rename XXXTARGETS to xxx-package
...
Also remove the redundant $(call ...).
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2012-07-17 20:23:05 +02:00
Gustavo Zacarias
f00e2b26b2
dnsmasq: bump to version 2.62
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-06-10 21:54:05 +02:00
Peter Korsgaard
9950d485cd
dnsmasq: host-pkg-config is needed for lua support as well
...
Fixes http://autobuild.buildroot.org/results/94d67f02c81639e1586d1c21a7e3b183a6ab50a2
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-15 22:57:32 +02:00
Gustavo Zacarias
025eb2fb90
dnsmasq: bump to version 2.61 and enhance
...
Bump to dnsmasq version 2.61.
Add new conntrack functionality: makes for more sturdy firewall setups.
Make IDN build without libintl, it's no longer needed and problematic
for other packages when there's no NLS support enabled.
Locale support does require IDN so just build it when IDN=y.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-06 23:18:17 +02:00
Gustavo Zacarias
f1e2288d15
dnsmasq: bump to version 2.60
...
Bump to version 2.60 of dnsmasq with the new lua scripting option.
Switch LDFLAGS from MAKE_ENV to MAKE_OPT to make it work properly.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-03-13 14:47:41 +01:00
Daniel Mack
09be7e24e5
dnsmasq: create runtime directory
...
$(TARGET_DIR)/var/lib/misc/ is the location where dnsmasq stores its
lease files. Create it to make the daemon work.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-06 09:49:09 +01:00
Gustavo Zacarias
d384d6cf32
dnsmasq: bump to version 2.59
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-10-28 14:52:10 +02:00
Thomas Petazzoni
0849e8193e
package: remove useless arguments from GENTARGETS
...
Thanks to the pkgparentdir and pkgname functions, we can rewrite the
GENTARGETS macro in a way that avoids the need for each package to
repeat its name and the directory in which it is present.
[Peter: pkgdir->pkgparentdir]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-29 23:09:58 +02:00
Gustavo Zacarias
95951797b5
dnsmasq: bump to version 2.58
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-09-11 22:35:11 +02:00
Gustavo Zacarias
4c5ca3d27d
dnsmasq: bump to version 2.57
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-03-27 22:58:41 +02:00
Gustavo Zacarias
126a2e75f5
dnsmasq: idn support requires wchar
...
IDN support requires wchar, otherwise libintl will fail to build.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-02-02 22:29:03 +01:00
Peter Korsgaard
be89b85176
dnsmasq: remove dbus cflags mangling
...
Get rid of cflags workaround now that we always use sysroot, and
pkg-config --cflags dbus-1 thus returns the correct value.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-01-30 10:40:17 +01:00
Gustavo Zacarias
1c7de59a73
dnsmasq: bump to 2.55 and migrate to gentargets
...
Closes #2005
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-06-25 13:35:09 +02:00
Gustavo Zacarias
ac5c5fd6ff
dnsmasq: fix CFLAGS
...
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>
2010-04-01 17:44:28 +02:00
Gustavo Zacarias
3416f262f9
Bump dnsmasq to 2.52
...
Closes #961 .
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-01-27 14:33:42 +01:00
Thomas Petazzoni
6dc336b293
host-pkgconfig is now host-pkg-config
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15 19:57:31 +01:00
Gustavo Zacarias
882e137608
dnsmasq: bump to 2.51 and add IDN option
...
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>
2009-11-15 23:46:53 +01:00
Peter Korsgaard
0b61765444
dnsmasq: remove unneeded post install hook
...
Makefile.autotools.in already cleans up man pages if configured to do so.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-02 09:37:18 +02:00
Will Newton
422ce6536b
package: Remove unnecessary dependencies on uclibc.
...
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>
2009-09-03 20:22:38 +02:00
Gustavo Zacarias
74834991a8
dnsmasq: misc fixes
...
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>
2009-09-01 23:05:30 +02:00
Peter Korsgaard
69dcc7c8c7
avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion
2009-02-26 20:57:29 +00:00
Peter Korsgaard
7ac25f1320
dnsmasq: bump version
...
closes #97 .
2009-02-12 13:39:33 +00:00
Peter Korsgaard
4a7bfd2775
package/: convert to DOWNLOAD helper
2009-01-16 11:42:52 +00:00
Peter Korsgaard
ac1d92c425
package/: get rid of unneeded $(strip ..)
2008-12-08 08:15:27 +00:00
Peter Korsgaard
97e9c33075
dnsmasq: bump version
2008-12-01 09:08:01 +00:00
Peter Korsgaard
1907c34660
dnsmasq: bump version
...
fixes dns spoofing vulnerability.
2008-08-08 18:15:29 +00:00
Peter Korsgaard
02a623ddf9
buildroot: remove trailing spaces
...
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Peter Korsgaard
a0848fd267
dnsmasq: use awk instead of nawk
2008-06-18 13:12:00 +00:00
Peter Korsgaard
37b778b71c
dnsmasq: touch target after make
2008-06-15 20:44:15 +00:00
Peter Korsgaard
bf11985ef3
dnsmasq: bump version
2008-03-02 14:36:46 +00:00
Peter Korsgaard
16db1fed27
dnsmasq: Enable dbus support if available
2008-03-02 14:36:43 +00:00
Peter Korsgaard
ecd6931abe
dnsmasq: make tftp support optional
2008-03-02 14:36:40 +00:00
Peter Korsgaard
bec2eba9ed
dnsmasq: remove dnsmasq1 support
...
Remove ancient dnsmasq1 support, which couldn't even be selected in
menuconfig.
2008-03-02 14:36:35 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Peter Korsgaard
64bd6a625c
Bump version
2007-09-10 09:05:58 +00:00
Peter Korsgaard
8abd95f016
Use BR2_INET_IPV6 and BR2_HAVE_MANPAGES options.
...
Use := instead of =
2007-09-10 09:04:03 +00:00
Ulf Samuelsson
31c6dc3b6d
Cleanup dnsmasq
2007-08-20 09:25:47 +00:00
Ulf Samuelsson
aa25036b4d
Remove unneeded patch from new dnsmasq version
2007-07-23 08:54:47 +00:00
Ulf Samuelsson
97b27732c6
Bump version of dnsmasq, with new patches
2007-07-23 08:47:32 +00:00
Ulf Samuelsson
e1621a4a2a
Use <package>_VERSION in all <package>.mk instead of <package>_VER
2007-07-11 14:06:06 +00:00
Bernhard Reutner-Fischer
6342c83201
- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
...
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Eric Andersen
369864cf10
be a bit more consistant with naming, always escape wildcards
2005-06-24 08:36:13 +00:00
Mike Frysinger
ed91eb9547
version bump
2005-04-05 05:06:10 +00:00
Eric Andersen
d06645d8ed
There is no need to have a separate 'Makefile.in' file in the
...
general case, therefore, combine the toplevel Makefile options
such as setting TARGETS into the per-package *.mk file
2005-02-10 03:06:39 +00:00
Mike Frysinger
1eda52851f
help text
2004-10-14 20:33:45 +00:00
Eric Andersen
bb05a9ad46
Make the TAR_VERBOSITY option a bit more sane
2004-10-09 21:19:47 +00:00
Mike Frysinger
3a7b488366
use $(TAR_VERBOSITY)
2004-10-09 19:05:40 +00:00
Eric Andersen
f694016136
final step in buildroot facelift
2004-10-09 06:13:40 +00:00
Eric Andersen
44eedc5c44
facelift step number two
2004-10-09 02:49:33 +00:00