aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nmap.rb
AgeCommit message (Collapse)Author
2014-04-18nmap: update 6.46 bottle.BrewTestBot
Closes #28504. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-04-18nmap 6.46Joep Loijens
2014-04-13nmap: add 6.45 bottle.BrewTestBot
Closes #28368. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-13nmap 6.45Joep Loijens
2014-02-27nmap: use Formula[]Adam Vandenberg
2014-02-05nmap: Add build flag '--without-nmap-update'timothykang
Without SVN installed, running nmap causes it to complain that 'libsvn_client-1.0.dylib' isn't loaded, which the nmap-update component depends on to connect to https://svn.nmap.org/updates to get NSE script updates. Since it looks like https://svn.nmap.org/updates is only accessible to primary nmap developers at the moment, build nmap without nmap-update (rather than add SVN as a dependency). Closes #26386. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-01-21nmap: use Homebrew's opensslJack Nagel
2014-01-15nmap: test - check google.com is open on 80,443Ted Pennings
Closes #25914. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-12ndiff/nmap conflictAdam Vandenberg
2013-08-04Nmap 6.40Michael Ford
Closes #21657. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2012-11-30nmap 6.25Clemens Gruber
Closes #16323. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-06-22nmap: Upgrade to 6.01Preston Marshall
Closes #12977. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-06-01nmap: disable universal buildsJonathan Beezley
The included libpcap sometimes tries to compile a universal binary, including PPC. Closes #12499. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-21nmap 6.0Adrian Petrescu
Closes #12367. [jn: force use of included libpcre and liblua] Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-10Remove redundant :using => :svnAdam Vandenberg
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20nmap: style issuesAdam Vandenberg
2012-02-20Add small patch to fix build of nmap with clangBert JW Regeer
This adds a very small patch to fix an issue with building nmap with clang. The crux of the issue is that clang no longer compiles files with void main() instead requiring int main(). This causes the configure to fail when attempting to identify if a certain feature exists which causes nmap to include its own version which off course causes a compile failure because now you have two structs with the same name and two functions with the same name in the same compilation unit. This patch should probably be sent upstream as well. Closes #10302. Closes #10300. Signed-off-by: Max Howell <max@methylblue.com>
2012-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-05Change nmap head location.singe
nmap svn has moved from svn://svn.insecure.org to https://svn.nmap.org, fixed brew to represent. Users will need to delete their old nmap repositories. Closes #9438. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-09-08NMap: Builds with LLVM >= 2335Charlie Sharpsteen
Closes #7495.
2011-07-21nmap: add --HEADMarv Cool
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-19nmap: edit commentAdam Vandenberg
Fixes #6077
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-12Update nmap to 5.51Luke Gallagher
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-06nmap requires newer openssl on Leopardjavallone
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-30nmap 5.50Gregory Man
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-09Update nmap 5.35DC1Luke Gallagher
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* 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-07-22Tweak nmap; Fixes #1270 (maybe)Adam Vandenberg
2010-07-03nmap - tighten up formulaAdam Vandenberg
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-01-30Update nmap to 5.21.Kevin M. Dulzo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-16Fix nmap/lua conflictLuke G
Fixes #480. Fixes #321.
2009-12-31Fix for #321David Höppner
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
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-09-16Nmap 5.00 formulaLuke G
We don't install zenmap as it uses Python dist tools and doesn't play nice.