Commit graph

42 commits

Author SHA1 Message Date
Mike McQuaid
989a9a7835 dnsmasq: fix strict audit failures. 2014-12-27 16:31:44 +00:00
BrewTestBot
31bc8a89b9 dnsmasq: update 2.72 bottle. 2014-12-18 13:06:02 +00:00
Jack Nagel
ef957cf4eb dnsmasq: update idn option 2014-11-14 14:46:44 -06:00
BrewTestBot
78c2de4fbd dnsmasq: update 2.72 bottle.
Closes Homebrew/homebrew#32717.
2014-09-27 11:28:44 -07:00
Brett Koonce
a2dafdc96c dnsmasq 2.72 2014-09-27 11:28:42 -07:00
Chuong Dang
73bbc243ba dnsmasq: fix launchd plist for 10.10
The 10.10 man page says:

  NetworkState <boolean>
  This key is no longer implemented as it never acted how most users expected.

Closes Homebrew/homebrew#31359.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-06 20:16:12 -05:00
Nick Lopez
5f00bc9678 dnsmasq: add optional DNSSEC support.
Closes Homebrew/homebrew#31204
2014-07-29 10:16:44 +02:00
BrewTestBot
a95da0ad4c dnsmasq: update 2.71 bottle.
Closes Homebrew/homebrew#29350.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-17 20:51:42 -07:00
Stefan
6e9b842395 dnsmasq 2.71 2014-05-17 20:51:42 -07:00
BrewTestBot
d86f2f9934 dnsmasq: add 2.70 bottle. 2014-05-17 00:19:11 -05:00
Stefan
d971f913e8 dnsmasq 2.70
Closes Homebrew/homebrew#29332.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-17 00:18:53 -05:00
BrewTestBot
6d953a7759 dnsmasq: update 2.69 bottle.
Closes Homebrew/homebrew#28547.
2014-04-21 00:04:19 -05:00
Brett Koonce
3c50190075 dnsmasq 2.69 2014-04-21 00:04:18 -05:00
Mike McQuaid
eefdf6b3f3 formulae: fix with/without usage.
Closes Homebrew/homebrew#27275.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-08 00:54:35 +00:00
Adam Vandenberg
f7c8f449ac use opt shortcuts 2014-03-07 07:08:52 -08:00
BrewTestBot
91f20eb0d5 dnsmasq: add 2.68 bottle. 2014-02-23 12:04:53 +00:00
yanniks
52b1c216f8 dnsmasq 2.68
Closes Homebrew/homebrew#25228.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-15 16:33:06 +00:00
Tryn Mirell
40f650c67c dnsmasq: add pkg-config dependency
Needed when using with --with-libidn

Closes Homebrew/homebrew#20647.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-20 20:05:12 -07:00
Ian Lancaster
f3cc901616 dnsmasq 2.66
Closes Homebrew/homebrew#19376.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-23 09:44:01 -07:00
Brett Koonce
c7499c000d dnsmasq 2.65
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-03 14:04:50 -08:00
Mike McQuaid
7d44b84aee Make generic caveats for launchd plist files. 2012-11-25 23:05:52 +00:00
Adam Vandenberg
2a1c4e34a2 caveat and other cleanups 2012-11-25 11:42:57 -08:00
Adam Vandenberg
230619e2c7 Let plists be installed automatically 2012-09-09 13:02:48 -07:00
Jack Nagel
018dabf584 Avoid referencing MACOS_VERSION directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-04 18:15:31 -05:00
Justin Clift
601d247251 dnsmasq 2.63
Closes Homebrew/homebrew#14667.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03 11:38:49 -07:00
Jack Nagel
2c3435a7e9 dnsmasq: use options DSL
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-13 16:05:07 -05:00
Brett Koonce
2a7e5aa5b0 dnsmasq 2.62
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05 20:30:40 -07:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Justin de Vesine
3ba4993ed6 dnsmasq 2.61
Closes Homebrew/homebrew#11990.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-01 18:33:33 -05:00
billchurch
a9ab0248f8 dnsmasq 2.60
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-22 11:10:17 -07:00
Jack Nagel
6ce735db99 Add and use plist helper methods
These will be used to unify the label namespaces in embedded plists,
i.e. 'homebrew.mxcl.<formula>'.

plist_path returns the full path to a plist file located at the top
level of the keg; plist_path.basename can be used if just the filename
is needed.

c.f. Homebrew/homebrew#9346.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:50:58 -06:00
Jack Nagel
cce644e300 Normalize paths in embedded plist files
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03 19:28:56 -06:00
Cameron Walters
e21059ea24 dnsmasq: add optional IDN support
Depends on libidn only if the option is supplied.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-28 20:40:35 -08:00
Adam Vandenberg
d205c72966 Fix plist permissions for Lion 2011-09-02 14:41:57 -07:00
eatcpcks
bf58140732 dnsmasq 2.5.7
Lion Fix with CFLAGS modifier

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13 14:13:31 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Jeffrey Hardy
1b335e3a24 Updated formula: dnsmasq. Add a launchd item and a sample config file
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-25 09:40:16 -07:00
Jeffrey Hardy
cdc53cff06 Updated formula: dnsmasq. Version bump to 2.55
See http://www.thekelleys.org.uk/dnsmasq/CHANGELOG for details.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-22 21:49:30 -07:00
Ricardo Martins
b6df6a8282 Updated formula: dnsmasq. Version bump to 2.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-18 10:22:50 -08:00
Max Howell
61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Joshua Peek
e222fc1249 Dnsmasq formula 2009-09-02 01:43:17 -05:00