2019-01-01 14:04:23 +08:00
|
|
|
# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other
|
2018-10-08 04:52:23 +08:00
|
|
|
# Spack Project Developers. See the top-level COPYRIGHT file for details.
|
2016-11-02 07:10:39 +08:00
|
|
|
#
|
2018-10-08 04:52:23 +08:00
|
|
|
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
|
|
|
|
|
2016-11-02 07:10:39 +08:00
|
|
|
from spack import *
|
|
|
|
|
|
|
|
|
|
|
|
class Nmap(AutotoolsPackage):
|
2017-06-25 13:22:55 +08:00
|
|
|
"""Nmap ("Network Mapper") is a free and open source (license)
|
|
|
|
utility for network discovery and security auditing.
|
2016-11-02 07:10:39 +08:00
|
|
|
It also provides ncat an updated nc"""
|
|
|
|
|
|
|
|
homepage = "https://nmap.org"
|
2018-06-29 04:32:43 +08:00
|
|
|
url = "https://nmap.org/dist/nmap-7.70.tar.bz2"
|
2016-11-02 07:10:39 +08:00
|
|
|
|
2018-06-29 04:32:43 +08:00
|
|
|
version('7.70', '84eb6fbe788e0d4918c2b1e39421bf79')
|
2016-11-02 07:10:39 +08:00
|
|
|
version('7.31', 'f2f6660142a777862342a58cc54258ea')
|
|
|
|
version('7.30', '8d86797d5c9e56de571f9630c0e6b5f8')
|