diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-09 23:26:19 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-09 23:26:19 +0000 |
commit | 57378f585e513665b76488ebe82edde311724a1e (patch) | |
tree | 340291bb760bf196fadf62bccae980606fb48158 | |
parent | e066809c6987fb829c57a8e8394134a315478e8a (diff) | |
download | pfsense-packages-57378f585e513665b76488ebe82edde311724a1e.tar.gz pfsense-packages-57378f585e513665b76488ebe82edde311724a1e.tar.bz2 pfsense-packages-57378f585e513665b76488ebe82edde311724a1e.zip |
Update nmap location
Ticket #306
-rw-r--r-- | pkg_config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index fbc3fe7b..f03d04ce 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -60,8 +60,8 @@ <name>nmap</name> <descr>NMap is a utility for network exploration or security auditing. It supports ping scanning (determine which hosts are up), many port scanning techniques (determine what services the hosts are offering), version detection (determine what application/service is runing on a port), and TCP/IP fingerprinting (remote host OS or device identification). It also offers flexible target and port specification, decoy/stealth scanning, SunRPC scanning, and more. Most Unix and Windows platforms are supported in both GUI and command line modes. Several popular handheld devices are also supported, including the Sharp Zaurus and the iPAQ.</descr> <category>Security</category> - <depends_on_package_base_url>http://www.pfsense.com/packages/All</depends_on_package_base_url> - <depends_on_package>nmap.tbz</depends_on_package> + <depends_on_package_base_url>http://ftp2.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/All/</depends_on_package_base_url> + <depends_on_package>nmap-3.81.tbz</depends_on_package> <config_file>http://www.pfsense.com/packages/config/nmap.xml</config_file> <configurationfile>nmap.xml</configurationfile> </package> |