Commit Graph

27 Commits

Author SHA1 Message Date
Maximilian Downey Twiss
f6b6cab229 Rename autotools constants to fall in line with the rest of crew (#10442)
* Rename CREW_OPTIONS to CREW_CONFIGURE_OPTIONS

* Rename build_extras and install_extras to configure_build_extras and configure_install_extras
2024-09-09 18:21:58 -05:00
Maximilian Downey Twiss
f6dc1d8d4e Derive binary_url in package.rb (#7082)
* Add binary_compression value to each package

* Remove binary_url values and arrays

* Handle packages with empty binary_sha256 arrays (either missing binaries or not compiled by us)
2024-01-25 11:03:31 -05:00
Ed Reel
b6d707f247 Nmap 7.91 => 7.94 (#8286)
Update manifest files
2023-05-22 00:49:07 -04:00
Maximilian Downey Twiss
b5e4cedb0d Re-enable And/Or cop, lint tree (#7457) 2022-10-05 20:16:53 -05:00
Maximilian Downey Twiss
de24923ee8 Add Rubocop CI (#7083)
* Rename IgnoredPatterns to AllowedPatterns.

* Exclude docopt.rb (not our code) from Rubocop

* Disable Style/RedundantReturn

* Disable Style/MutableConstant

* Disable Style/NumericLiterals

* Set Layout/IndentationStyle to spaces

* Temporarily disable various cops.

* Add Rubocop CI via Octocop

* Lint tree with rubocop -A -c .rubocop.yml

Co-authored-by: Satadru Pramanik <satadru@gmail.com>
2022-08-22 13:31:25 -04:00
satmandu
800a3936ec oniguruma, lua, jq, nmap updates (#5769) 2021-05-12 19:46:38 -05:00
Ed Reel
f7c9a99f2d Transition binary repo from GitHub to GitLab (#5702) 2021-04-28 16:22:06 -04:00
Ed Reel
df801b93f5 Update binary_url to github in all packages (#5675)
Add gh.sh script to tools

Add .gitignore

Update download_binary.sh

Update README.md
2021-04-21 15:39:00 -04:00
Ed Reel
30a1f8719d Transition binary repo from Bintray to SourceForge (#5608) 2021-04-13 10:11:55 -04:00
saltedcoffii
d3d09e1898 Licensed ma* to nz* 2021-03-20 15:59:01 -04:00
Kevin Perkins
951925aeb8 Trim trailing whitespace in most files (#4946)
Co-authored-by: Ed Reel <edreel@gmail.com>
2021-01-20 17:58:34 -06:00
Ed Reel
9617751bbd Add check for package compatibility 2020-05-14 23:57:07 -05:00
Ed Reel
6524a8e4f0 Add pre-built binaries for bacon, musl, nmap and sqlite 2019-09-26 00:15:45 -05:00
Casey Strouse
fe03a48a5f Update nmap from 7.70 to 7.80 (#3501)
* Update nmap from 7.70 to 7.80

* Remove deps included in core
2019-09-25 14:55:27 -05:00
Ed Reel
3e8771a60b Add pre-built binaries for packages e-w (#3345)
Update stressng and units
2019-06-17 00:02:50 -04:00
Casey Strouse
68e47229e8 Update nmap from 7.60 to 7.70 (#3331) 2019-06-16 00:50:47 -05:00
James Larrowe
dc96990fd1 Unhardcode paths (#2782)
* Unhardcode paths

(fixed since last time)

* Misc. fixes

* More little fixes.

* Quoting fixes

* Fix quoting

* Unhardcode paths

Libcap fix

* Last little fixes
2018-10-26 13:38:09 -05:00
Fred Clift
c952b79e50 bump version to allow upgrades with new build options 2017-10-18 22:55:39 -06:00
Fred Clift
6a39d4f5ec fix build to match new ENV requirements, fix filecmd for configure 2017-10-16 23:49:24 -06:00
Kazushi (Jam) Marukawa
e06528278c Add pre-compiled binaries 2017-08-26 09:29:23 +09:00
Ed Reel
b2d0287d44 Update nmap from 7.50 to 7.60 2017-08-07 16:00:58 +09:00
Ed Reel
e6e348f67c Change packages m-p from sha1 to sha256 2017-07-01 11:09:10 -05:00
Casey Strouse
77b27c17b3 Update nmap from 7.31 to 7.50
This updates nmap from 7.31 to 7.50. The 7.50 release contains mostly
improvements to the signature database and nse scripts.
2017-06-15 19:44:03 -07:00
lyxell
1e8b2bb3a6 Remove unnecessary comments, fix quotes inside descriptions 2017-05-31 09:00:14 +02:00
lyxell
5aa6546dde Add package descriptions and homepages 2017-05-30 05:20:56 +02:00
Lazar Doric
83fe755d8b Updated nmap.tb
Fixes: "live packet capture not supported on this system."
Compiles without unnecessary zenmap.
2016-12-21 16:52:57 -06:00
Hans-Gerhard Weinreich
8e8681df21 Add nmap package
This adds nmap 7.31 as a package. I have tested the package on a Samsung Series 3 (ARM) machine and everything compiles successfully. The resulting binary works without issues. I did not add "openssl" as a dependency - this is on purpose. For a few corner cases, nmap can use some SSL functionality, but it works perfectly without. However, if the user has "openssl" installed at the time this package is being installed, then nmap will use this.
2016-12-18 03:03:31 +01:00