Skip site navigation (1)Skip section navigation (2)

CVS log for ports/security/nmap/Makefile

[BACK] Up to [FreeBSD] / ports / security / nmap

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.133: download - view: text, markup, annotated - select for diffs
Wed Jan 4 16:47:52 2012 UTC (5 weeks, 1 day ago) by ohauer
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.132: preferred, colored
Changes since revision 1.132: +3 -2 lines
- update to 5.61TEST4

For detailed Changes see http://nmap.org/changelog.html
(List is simply to long ...)

Some highlights
* [NSE] Added a new httpspider library which is used for recursively
  crawling web sites for information.  New scripts using this
  functionality include http-backup-finder, http-email-harvest,
  http-grep, http-open-redirect, and http-unsafe-output-escaping. See
  http://nmap.org/nsedoc/ or the list later in this file for details
  on these.

* [NSE] Added a vulnerability management library (vulns.lua) to store and to
  report discovered vulnerabilities.

* [NSE] Added a new script force feature.  You can force scripts to
  run against target ports (even if the "wrong" service is detected)
  by placing a plus in front of the script name passed to --script.
  See http://nmap.org/book/nse-usage.html#nse-script-selection.

* [NSE] Added 51(!) NSE scripts, bringing the total up to 297.

Build tests sponsored by redports.org

Revision 1.132: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:17:47 2011 UTC (4 months ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_9_0_0
Diff to: previous 1.131: preferred, colored
Changes since revision 1.131: +12 -1 lines
- update to version 5.61TEST2
- add workaround for system build with WITHOUT_INET6 [1]

 Thanks to Kim Scarborough for sharing the libpcap workaround

PR:		ports/159376 [1]
Submitted by:	Alexander Panyushkin [1]

Revision 1.131: download - view: text, markup, annotated - select for diffs
Fri Sep 23 22:25:14 2011 UTC (4 months, 2 weeks ago) by amdmi3
Branches: MAIN
Diff to: previous 1.130: preferred, colored
Changes since revision 1.130: +1 -1 lines
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav

Revision 1.130: download - view: text, markup, annotated - select for diffs
Fri Sep 23 20:29:18 2011 UTC (4 months, 2 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.129: preferred, colored
Changes since revision 1.129: +1 -1 lines
 - update to 5.61TEST1

Here is the (partial) CHANGELOG since 5.59BETA1:

Nmap 5.61TEST1 [2011-09-19]

o The changelog entries below for this test release are not yet
  finished or comprehensive.  We'll update them soon.

o [Ncat] Updated ca-bundle.crt (primarily to remove DigiNotar).

o Fixed compilation on OS X 10.7 Lion. Thanks to Patrik Karlsson and
  Babak Farroki for researching fixes.

o [NSE] Fixed SSL compressor names in ssl-enum-ciphers.nse, and
  removed redundant multiple listings of the NULL compressor.
  [Matt Selsky]

o [NSE] Added cipher strength ratings to ssl-enum-ciphers.nse.
  [Gabriel Lawrence]

o Added Common Platform Enumeration (CPE, http://cpe.mitre.org/)
  output for OS and service versions. These show up in normal output
  with the headings "OS CPE:" and "Service Info:":
    OS CPE: cpe:/o:linux:kernel:2.6.39
    Service Info: OS: Linux; CPE: cpe:/o:linux:kernel
  These also appear in XML output, which additionally has CPE entries
  for service versions. [David, Henri]

o [NSE] Added new default credential list for Oracle and modified the
  oracle-brute script to make use of it. [Patrik]

o [NSE] Added xmpp-info.nse as a replacement for xmpp.nse. This updated version
  brings new features and fixes. [Vasiliy Kulikov]

o Fixed RPC scan for 64-bit architectures by using fixed-size data
  types. [David]

o Relaxed the XML DTD to allow validation of files where the verbosity
  level changed during the scan. [Daniel Miller]

o Made a service confidence of 8 (used when tcpwrapped) and indeed any
  number between 0 and 10 be legal in XML output according to the DTD.
  [Daniel Miller]

o [NSE] Added three scripts that do host discovery on local IPv6
  subnets. Each of them uses a different multicast technique, meaning
  that even very large networks have host discovery done without
  needing to probe every address individually.
  + targets-multicast-ipv6-echo: Sends a multicast echo request, like
    broadcast-ping does for IPv4.
  + targets-multicast-ipv6-invalid-dst: Sends an invalid packet that
    can elicit an ICMPv6 Parameter Problem response.
  + targets-multicast-ipv6-slaac: Sends a phony router advertisement,
    which causes hosts to allocate a temporary address and then send a
    packet to discover if anyone else is using the address.
  [Weilin, David]

o [NSE] Added functions to packet.lua to make it easier to build IPv6
  packets. [Weilin]

o [NSE] Added new script http-vuln-cve2011-3192 which checks whether an instance
  of Apache is vulnerable to a DoS attack exploiting the byterange filter.
  [Duarte Silva].

o [NSE] Fixed authentication problems in the TNS library that would prevent
  authentication from working against Oracle 11.2.0.2.0 XE [Chris Woodbury]

o Removed some restrictions on probe matching that, for example,
  prevented a RST/ACK reply from being recognized in a NULL scan. This
  was found and fixed by Matthew Stickney and Joe McEachern.

o Rearranged some characters classes in service matches to avoid any
  that look like POSIX collating symbols ("[.xyz.]"). John Hutchison
  discovered this error caused by one of the match lines:
    InitMatch: illegal regexp: POSIX collating elements are not supported
  [Daniel Miller]

o [NSE] Added the address-info.nse script, which shows extra information about IP addresses.

o [NSE] Added scripts http-joomla-brute, http-wordpress-brute, http-wp-enum and
  http-awstatstotal-exec. [Paulino]

o [Zenmap] Fixed zenmap deleting ports based on newer scans which did
  not actually scan the port in question. Additionally ncat now only
  updates ports with new information if the new information is the same
  protocol. Not just the same port. [Colin Rice]

o [Ncat] Fixed ncat crashing with --ssl-verify -vvv on windows. [Colin Rice]

o [NSE] Added script http-waf-detect. This script tries to determine
  if an IDS/IPS/WAF is protecting a web server. [Paulino]

o [NSE] Added the bittorrent library and bittorrent-discovery script which
  enables us to discover peers and nodes for a particular torrent file or
  magnet link.

o [NSE] Added basic query support to the Oracle TNS library making it possible
  for scripts to query the database server using SQL. [Patrik]

o [Ncat] Added --append-output option, that when used along with -o and/or -x
  prevents clobbering(truncating) an existing file. [Shinnok]

o [NSE] Added script broadcast-listener that attempts to discover hosts by
  passively listening to the network. It does so by decoding ethernet and IP
  broadcast and multicast messages. [Patrik]

o Fixed a bug that would make Nmap segfault if it failed to open an interface
  using pcap. The bug details and patch are posted here:
  http://seclists.org/nmap-dev/2011/q3/365 [Patrik]

o Ncat SCTP mode supports connection brokering now(--sctp --broker). [Shinnok]

o Nmap now defers options parsing until it has read through all the command line
  arguments. You can now use options like -S with an IPv6 address before
  specifying -6 at the command line, which previously got you an error.
  [Shinnok]

o [NSE] Added the library xmpp.lua and the script xmpp-brute that performs
  brute force password auditing against XMPP (Jabber) servers. [Patrik]

o [NSE] Fixed a bug in the ssh2-enum-algos script that would prevent it from
  displaying any output unless run in debug mode. [Patrik]

o [NSE] Fixed the nsedebug print_hex() function so it does not print an
  empty line if there are no remaining characters, and improved its NSEDoc.
  [Chris Woodbury].

o [NSE] Added the scripts http-axis2-dir-traversal and
  http-litespeed-sourcecode-download that exploits a directory traversal and
  null byte poisoning vulnerabilities in Apache Axis2 and LiteSpeed Web Server
  respectively. [Paulino]

o [Ncat] Ncat now no longer blocks while an ssl handshake is taking place or
  waiting to complete. [Shinnok]

o [NSE] Added the script broadcast-dhcp-discover that sends a DHCP discover
  message to the broadcast address and collects and reports the network
  information received from the DHCP server. [Patrik]

o [NSE] Added the script smtp-brute that performs brute force password
  auditing against SMTP servers. [Patrik]

o [NSE] Updated SMTP library to support authentication using both plain-text
  and the SASL library. [Patrik]

o [NSE] Added the script imap-brute that performs brute force password
  auditing against IMAP servers. [Patrik]

o [NSE] Updated IMAP library to support authentication using both plain-text
  and the SASL library. [Patrik]

o [NSE] Added SASL library created by Djalal Harouni and Patrik Karlsson
  providing common code for "Simple Authentication and Security Layer" to
  services supporting it. The algorithms supported by the library are:
  PLAIN, CRAM-MD5, DIGEST-MD5 and NTLM. [Patrik Karlsson, Djalal Harouni]

o [NSE] Added scripts cvs-brute.nse, cvs-brute-repository.nse and the cvs
  library. The cvs-brute-repository script allows for guessing possible
  repository names needed in order to perform password guessing using the
  cvs-brute.nse script. [Patrik]

o [Zenmap] The Zenmap crash handler now instructs you to mail in crash
  information to nmap-dev. [Colin Rice]

o Added IPv6 Neighbor Discovery ping. This is the IPv6 analog to IPv4
  ARP scan. It is the default ping type for local IPv6 networks.
  [Weilin]

o [NSE] Added smtp-vuln-cve2011-1764 script, which checks if the Exim
  SMTP server is vulnerable to the DKIM Format String vulnerability
  (CVE-2011-1764). [Djalal]

o Added the broadcast-ping script which sends icmp packets to broadcast
  addresses on the selected network interface, or all ethernet interfaces if
  none is selected. It has the option to add the discovered hosts as targets.

o [NSE] Applied patch from Chris Woodbury that adds the following additional
  information to the output of smb-os-discovery:
  + Forest name
  + FQDN
  + NetBIOS computer name
  + NetBIOS domain name

o [Ncat] Ncat now supports IPV6 addresses by default without the -6 flag.
  Additionally ncat listens on both :: and localhost when passed
  -l, or any other listening mode unless a specific listening address is
  supplied.

o [NSE] Split script db2-discover into two scripts, adding a new
  broadcast-db2-discover script. This script attempts to discover DB2
  database servers through broadcast requests. [Patrik Karlsson]

o Fixed broken XML output in the case of timed-out hosts; the
  enclosing host element was missing. The fix was suggested by Rémi
  Mollon.

o [NSE] Added ftp-vuln-cve2010-4221 script, which checks if the ProFTPD
  server is vulnerable to the Telnet IAC stack overflow vulnerability
  (CVE-2010-4221). [Djalal]

o [NSE] Added ftp-vsftpd-backdoor, which detects a backdoor that was introduced
  into vsftpd-2.3.4 source code distributions. [Daniel Miller]

o [NSE] ldap-brute.nse - Multiple changes:
  + Added support for 2008 R2 functional level Active Directory instances
    to ldap-brute.
  + Added detection for valid credentials where the target account was
    expired or limited by time or login host constraints.
  + Added support for specifying a UPN suffix to be appended to usernames
    when brute forcing Microsoft Active Directory accounts.
  + Added support for saving discovered credentials to a CSV file.
  + Now reports valid credentials as they are discovered when the script
    is run with -vv or higher.
	[Tom Sellers]

o [NSE] ldap-search.nse - Added support for saving search results to
  CSV.  This is done by using the ldap.savesearch script argument to
  specify an output filename prefix.  [Tom Sellers]

o [NSE] Updated smb-brute to add detection for valid credentials where the
  target account was expired or limited by time or login host constraints.
  [Tom Sellers]

o [NSE] Updated account status text in brute force password discovery
  scripts in an effort to make the reporting more consistent across
  all scripts.  This will have an impact on any code that parses these
  values.  [Tom Sellers]

Revision 1.129: download - view: text, markup, annotated - select for diffs
Fri Jul 1 13:23:23 2011 UTC (7 months, 1 week ago) by ohauer
Branches: MAIN
Diff to: previous 1.128: preferred, colored
Changes since revision 1.128: +3 -4 lines
- update to version 5.59BETA1

This version includes:
 o 40 new NSE scripts (plus improvements to many others)
 o even more IPv6 goodness than our informal World IPv6 Day release
 o 7 new NSE protocol libraries
 o hundreds of bug fixes
 o and much more see http://seclists.org/nmap-hackers/2011/3

Revision 1.128: download - view: text, markup, annotated - select for diffs
Fri Jun 3 21:10:32 2011 UTC (8 months, 1 week ago) by ohauer
Branches: MAIN
Diff to: previous 1.127: preferred, colored
Changes since revision 1.127: +11 -1 lines
- add support for gcc from ports

PR:		ports/156880
Submitted by:	Zhihao Yuan <lichray _at_ gmail.com>

Revision 1.127: download - view: text, markup, annotated - select for diffs
Wed Apr 20 23:09:04 2011 UTC (9 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.126: preferred, colored
Changes since revision 1.126: +1 -0 lines
 - fix crash due to a null pointer dereference

  Thanks to Christian Peron csjp@

Revision 1.126: download - view: text, markup, annotated - select for diffs
Sun Feb 13 19:36:36 2011 UTC (11 months, 3 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.125: preferred, colored
Changes since revision 1.125: +1 -1 lines
 - update to version 5.51

Nmap 5.51 [2011-02-11]

o [Ndiff] Added support for prerule and postrule scripts. [David]

o [NSE] Fixed a bug which caused some NSE scripts to fail due to the
  absence of the NSE SCRIPT_NAME environment variable when loaded.
  Michael Pattrick reported the problem. [Djalal]

o [Zenmap] Selecting one of the scan targets in the left pane is
  supposed to jump to that host in the Nmap Output in the right pane
  (but it wasn't).  Brian Krebs reported this bug. [David]

o Fixed an obscure bug in Windows interface matching. If the MAC
  address of an interface couldn't be retrieved, it might have been
  used instead of the correct interface. Alexander Khodyrev reported
  the problem.  [David]

o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor
  that used shortport functions incorrectly and always returned
  true. [Jost Krieger]

o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed:
  status and address. [Daniel Miller]

o [Ndiff] Fixed the ordering of hostscript-related elements in XML
  output. [Daniel Miller]

o [NSE] Fixed a bug in the nrpe-enum script that would make it run for
  every port (when it was selected--it isn't by default).  Daniel
  Miller reported the bug. [Patrick]

o [NSE] When an NSE script sets a negative socket timeout, it now
  causes a controlled Lua stack trace instead of a fatal error.
  Vlatko Kosturjak reported the bug. [David]

o [Zenmap] Worked around an error that caused the py2app bootstrap
  executable to be non-universal even when the rest of the application
  was universal. This prevented the binary .dmg from working on
  PowerPC. Yxynaxen reported the problem. [David]

o [Ndiff] Fixed an output line that wasn't being redirected to a file
  when all other output was. [Daniel Miller]

Revision 1.125: download - view: text, markup, annotated - select for diffs
Sun Jan 30 17:15:07 2011 UTC (12 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.124: preferred, colored
Changes since revision 1.124: +1 -1 lines
- update to version 5.50
- always enable bpf in libdnet-stripped to support build in Jail [1]

Announcement and Changelog are very long and covered by last updates.

Announcement: http://seclists.org/nmap-hackers/2011/0
Changelog: http://nmap.org/changelog.html

PR:		ports/154353 [1]
Submitted by:	Mars G Miro <spry _at_ anarchy.in.the.ph> [1]
Feature safe:	yes

Revision 1.124: download - view: text, markup, annotated - select for diffs
Sat Jan 22 16:43:18 2011 UTC (12 months, 2 weeks ago) by ohauer
Branches: MAIN
Diff to: previous 1.123: preferred, colored
Changes since revision 1.123: +1 -1 lines
 - update nmap to version 5.36TEST4

   Changelog: http://nmap.org/changelog.html

Feature safe:	yes

Revision 1.123: download - view: text, markup, annotated - select for diffs
Fri Jan 7 20:51:25 2011 UTC (13 months ago) by ohauer
Branches: MAIN
Diff to: previous 1.122: preferred, colored
Changes since revision 1.122: +20 -11 lines
 - update nmap to version 5.36TEST3
 - remove dead mirror servers

 Changelog: http://nmap.org/changelog.html

 Mayjor changes are NSE script related, some highlihts:
  o [NSE] Added stuxnet-detect.nse
  o [NSE] Added the ftp-proftpd-backdoor.nse

  and many more interesting NSE scripts.

Revision 1.122: download - view: text, markup, annotated - select for diffs
Fri Sep 3 21:16:38 2010 UTC (17 months, 1 week ago) by ohauer
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.121: preferred, colored
Changes since revision 1.121: +10 -4 lines
 - update nmap to version 5.35DC1
 - remove MD2 code from nse_openssl.cc (already removed in nmap svn)
 - remove naming conflict if openssl-1.x is build with SCTP support

Approved by:	glarkin (mentor)

Revision 1.121: download - view: text, markup, annotated - select for diffs
Tue Aug 10 13:37:06 2010 UTC (18 months ago) by ohauer
Branches: MAIN
Diff to: previous 1.120: preferred, colored
Changes since revision 1.120: +1 -1 lines
Take Maintainership

Approved by:	glarkin (mentor, implicit)

Revision 1.120: download - view: text, markup, annotated - select for diffs
Mon Aug 9 13:28:49 2010 UTC (18 months ago) by arved
Branches: MAIN
Diff to: previous 1.119: preferred, colored
Changes since revision 1.119: +1 -1 lines
Drop Maintainership

PR:		149436
Submitted by:	old maintainer

Revision 1.119: download - view: text, markup, annotated - select for diffs
Sat Mar 6 14:35:00 2010 UTC (23 months ago) by wxs
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.118: preferred, colored
Changes since revision 1.118: +1 -0 lines
- Fix plist and bump PORTREVISION

PR:		ports/144401
Submitted by:	olli hauer <ohauer@gmx.de>
Approved by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Feature safe:	yes

Revision 1.118: download - view: text, markup, annotated - select for diffs
Sun Jan 31 00:50:26 2010 UTC (2 years ago) by miwi
Branches: MAIN
CVS tags: RELEASE_7_3_0
Diff to: previous 1.117: preferred, colored
Changes since revision 1.117: +4 -2 lines
- Update to 5.21

PR:		143331
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.117: download - view: text, markup, annotated - select for diffs
Thu Jul 16 22:17:10 2009 UTC (2 years, 6 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.116: preferred, colored
Changes since revision 1.116: +2 -1 lines
- Update to 5.00

Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.116: download - view: text, markup, annotated - select for diffs
Sun Jul 5 22:24:15 2009 UTC (2 years, 7 months ago) by miwi
Branches: MAIN
Diff to: previous 1.115: preferred, colored
Changes since revision 1.115: +3 -5 lines
- Update to 4.90RC1

PR:		136295
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.115: download - view: text, markup, annotated - select for diffs
Tue Apr 21 15:36:55 2009 UTC (2 years, 9 months ago) by wxs
Branches: MAIN
Diff to: previous 1.114: preferred, colored
Changes since revision 1.114: +1 -0 lines
- Add patch to work around versions of FreeBSD with broken
  getaddrinfo(3) (7.1 and earlier, and -CURRENT before the end of March
  2009).

PR:		ports/133779
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.114: download - view: text, markup, annotated - select for diffs
Mon Apr 13 09:53:53 2009 UTC (2 years, 9 months ago) by dhn
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.113: preferred, colored
Changes since revision 1.113: +3 -2 lines
- Update to 4.85.b7

PR:		ports/133547
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by:	miwi (mentor)

Revision 1.113: download - view: text, markup, annotated - select for diffs
Wed Sep 24 14:47:04 2008 UTC (3 years, 4 months ago) by miwi
Branches: MAIN
Diff to: previous 1.112: preferred, colored
Changes since revision 1.112: +1 -1 lines
- Update to 4.76

PR:		127379
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.112: download - view: text, markup, annotated - select for diffs
Sun Sep 7 10:20:16 2008 UTC (3 years, 5 months ago) by oliver
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.111: preferred, colored
Changes since revision 1.111: +1 -0 lines
fix build when openssl is not in base but in $LOCALBASE

Approved by:	maintainer

Revision 1.111: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:18:18 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
Diff to: previous 1.110: preferred, colored
Changes since revision 1.110: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)

Revision 1.110: download - view: text, markup, annotated - select for diffs
Sun Aug 3 16:09:47 2008 UTC (3 years, 6 months ago) by miwi
Branches: MAIN
Diff to: previous 1.109: preferred, colored
Changes since revision 1.109: +1 -1 lines
- Update to 4.68

PR:		126211
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.109: download - view: text, markup, annotated - select for diffs
Tue May 6 13:26:10 2008 UTC (3 years, 9 months ago) by miwi
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.108: preferred, colored
Changes since revision 1.108: +1 -1 lines
- Update to 4.62

PR:		123401
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.108: download - view: text, markup, annotated - select for diffs
Mon Apr 14 00:53:05 2008 UTC (3 years, 9 months ago) by clsung
Branches: MAIN
Diff to: previous 1.107: preferred, colored
Changes since revision 1.107: +13 -16 lines
- Update nmap to 4.60 and fix moved MASTER_SITES.
  Also fixed portlint warnings about Makefile structure.

PR:		ports/122728
Submitted by:	maintainer (Daniel Roethlisberge)

Revision 1.107: download - view: text, markup, annotated - select for diffs
Fri Mar 14 21:30:22 2008 UTC (3 years, 10 months ago) by miwi
Branches: MAIN
Diff to: previous 1.106: preferred, colored
Changes since revision 1.106: +13 -40 lines
- Update to 4.52

PR:		119673
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.106: download - view: text, markup, annotated - select for diffs
Sat Aug 4 11:41:17 2007 UTC (4 years, 6 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.105: preferred, colored
Changes since revision 1.105: +2 -2 lines
- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)

Revision 1.105: download - view: text, markup, annotated - select for diffs
Thu Jun 14 14:11:29 2007 UTC (4 years, 7 months ago) by jmelo
Branches: MAIN
Diff to: previous 1.104: preferred, colored
Changes since revision 1.104: +2 -2 lines
- Fix mastersite.

PR:		ports/113203
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.104: download - view: text, markup, annotated - select for diffs
Sat May 19 20:22:45 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
Diff to: previous 1.103: preferred, colored
Changes since revision 1.103: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

Revision 1.103: download - view: text, markup, annotated - select for diffs
Sat Dec 23 15:29:34 2006 UTC (5 years, 1 month ago) by shaun
Branches: MAIN
CVS tags: RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.102: preferred, colored
Changes since revision 1.102: +1 -7 lines
- Fix build on FreeBSD 4.x.

PR:		ports/106911
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.102: download - view: text, markup, annotated - select for diffs
Tue Dec 12 20:32:37 2006 UTC (5 years, 1 month ago) by miwi
Branches: MAIN
Diff to: previous 1.101: preferred, colored
Changes since revision 1.101: +8 -2 lines
- Update to 4.20

PR:		ports/106567
Submitted by:	Jose Fernandes<jose@diasfernandes.pt>
Approved by:    maintainer

Revision 1.101: download - view: text, markup, annotated - select for diffs
Sat Jul 8 05:32:00 2006 UTC (5 years, 7 months ago) by clsung
Branches: MAIN
CVS tags: RELEASE_6_2_0
Diff to: previous 1.100: preferred, colored
Changes since revision 1.100: +1 -1 lines
- update to 4.11

PR:		ports/99833
Submitted by:	tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by:	maintainer (Daniel Roethlisberger)

Revision 1.100: download - view: text, markup, annotated - select for diffs
Sun Jun 25 19:04:40 2006 UTC (5 years, 7 months ago) by erwin
Branches: MAIN
Diff to: previous 1.99: preferred, colored
Changes since revision 1.99: +1 -2 lines
Update to 4.10

PR:		99461
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.99: download - view: text, markup, annotated - select for diffs
Tue Jun 6 01:30:15 2006 UTC (5 years, 8 months ago) by mnag
Branches: MAIN
Diff to: previous 1.98: preferred, colored
Changes since revision 1.98: +1 -1 lines
- Able security/nmap open more than 128 bpfs.
- Bump PORTREVISION

PR:		98080
Submitted by:	marck
Approved by:	maintainer

Revision 1.98: download - view: text, markup, annotated - select for diffs
Wed Mar 15 14:30:41 2006 UTC (5 years, 10 months ago) by sem
Branches: MAIN
Diff to: previous 1.97: preferred, colored
Changes since revision 1.97: +1 -0 lines
- Add patch resolving an infinite loop in the scan engine
- Bump PORTREVISION

PR:		ports/94264
Submitted by:	maintainer
Requested by:   Alan Amesbury <amesbury@umn.edu>

Revision 1.97: download - view: text, markup, annotated - select for diffs
Sat Feb 18 11:20:31 2006 UTC (5 years, 11 months ago) by ehaupt
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.96: preferred, colored
Changes since revision 1.96: +1 -0 lines
Fix build of "slave port" (security/nmapfe) on 4.x by using GCC 3.2+

PR:		93452
Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)

Revision 1.96: download - view: text, markup, annotated - select for diffs
Fri Feb 10 23:42:16 2006 UTC (6 years ago) by krion
Branches: MAIN
Diff to: previous 1.95: preferred, colored
Changes since revision 1.95: +1 -1 lines
Update to 4.01

PR:		ports/93153
Submitted by:	krion
Approved by:	maintainer

Revision 1.95: download - view: text, markup, annotated - select for diffs
Thu Feb 2 08:13:19 2006 UTC (6 years ago) by krion
Branches: MAIN
Diff to: previous 1.94: preferred, colored
Changes since revision 1.94: +1 -10 lines
Update to 4.00

PR:		ports/92684
Submitted by:	krion
Approved by:	maintainer

Revision 1.94: download - view: text, markup, annotated - select for diffs
Wed Dec 14 08:46:55 2005 UTC (6 years, 1 month ago) by barner
Branches: MAIN
Diff to: previous 1.93: preferred, colored
Changes since revision 1.93: +5 -7 lines
Update nmap and nmapfe to 3.95.
Notable upstream changes:

 * new help/usage screen and man page
 * new man page currently only available in en, pt_PT and pt_BR
 * nmapfe is now a shiny GTK2 application

Submitted by:	Daniel Roethlisberger <daniel@roe.ch> (maintainer)
PR:		ports/90371

Revision 1.93: download - view: text, markup, annotated - select for diffs
Fri Sep 16 11:05:18 2005 UTC (6 years, 4 months ago) by garga
Branches: MAIN
Diff to: previous 1.92: preferred, colored
Changes since revision 1.92: +1 -1 lines
- Update to 3.93

PR:		ports/86113
Submitted by:	maintainer

Revision 1.92: download - view: text, markup, annotated - select for diffs
Thu Sep 8 23:59:46 2005 UTC (6 years, 5 months ago) by lawrance
Branches: MAIN
Diff to: previous 1.91: preferred, colored
Changes since revision 1.91: +1 -1 lines
Give maintainership to submitter

PR:		ports/85870
Submitted by:	Daniel Roethlisberger <daniel@roe.ch>

Revision 1.91: download - view: text, markup, annotated - select for diffs
Thu Sep 8 13:18:14 2005 UTC (6 years, 5 months ago) by krion
Branches: MAIN
Diff to: previous 1.90: preferred, colored
Changes since revision 1.90: +2 -1 lines
Update to version 3.90

Revision 1.90: download - view: text, markup, annotated - select for diffs
Mon Jul 18 03:49:54 2005 UTC (6 years, 6 months ago) by linimon
Branches: MAIN
CVS tags: RELEASE_6_0_0
Diff to: previous 1.89: preferred, colored
Changes since revision 1.89: +1 -1 lines
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).

Discussed among:	portmgr team

Revision 1.89: download - view: text, markup, annotated - select for diffs
Tue Apr 12 03:26:29 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.88: preferred, colored
Changes since revision 1.88: +1 -1 lines
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.

Revision 1.88: download - view: text, markup, annotated - select for diffs
Mon Apr 11 08:03:51 2005 UTC (6 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.87: preferred, colored
Changes since revision 1.87: +1 -1 lines
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.

Revision 1.87: download - view: text, markup, annotated - select for diffs
Sat Feb 26 15:39:54 2005 UTC (6 years, 11 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_4_0
Diff to: previous 1.86: preferred, colored
Changes since revision 1.86: +1 -1 lines
Update to version 3.81

PR:		ports/77425
Submitted by:	krion
Approved by:	maintainer timeout

Revision 1.86: download - view: text, markup, annotated - select for diffs
Tue Nov 30 18:10:45 2004 UTC (7 years, 2 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.85: preferred, colored
Changes since revision 1.85: +1 -1 lines
update to version 3.77

Revision 1.85: download - view: text, markup, annotated - select for diffs
Tue Oct 19 16:04:13 2004 UTC (7 years, 3 months ago) by eik
Branches: MAIN
Diff to: previous 1.84: preferred, colored
Changes since revision 1.84: +1 -1 lines
- update to version 3.75
  + updated OS fingerprint database

Revision 1.84: download - view: text, markup, annotated - select for diffs
Wed Oct 13 13:52:54 2004 UTC (7 years, 3 months ago) by eik
Branches: MAIN
Diff to: previous 1.83: preferred, colored
Changes since revision 1.83: +13 -6 lines
- update to version 3.71-PRE1

Revision 1.83: download - view: text, markup, annotated - select for diffs
Tue Aug 31 20:41:10 2004 UTC (7 years, 5 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.82: preferred, colored
Changes since revision 1.82: +1 -5 lines
- update to version 3.70 (birthday edition, try the verbose mode)

Revision 1.82: download - view: text, markup, annotated - select for diffs
Thu Aug 26 10:28:04 2004 UTC (7 years, 5 months ago) by eik
Branches: MAIN
Diff to: previous 1.81: preferred, colored
Changes since revision 1.81: +4 -0 lines
support building nmap-3.59a5 WITH_PRERELEASE=yes

Revision 1.81: download - view: text, markup, annotated - select for diffs
Wed Jul 7 09:22:25 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.80: preferred, colored
Changes since revision 1.80: +1 -1 lines
- update to 3.55
  /usr/local/share/doc/nmap/CHANGELOG

Revision 1.80: download - view: text, markup, annotated - select for diffs
Mon Jul 5 00:06:07 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.79: preferred, colored
Changes since revision 1.79: +1 -1 lines
update to 3.51-TEST4

Revision 1.79: download - view: text, markup, annotated - select for diffs
Thu Jun 17 11:56:03 2004 UTC (7 years, 7 months ago) by eik
Branches: MAIN
Diff to: previous 1.78: preferred, colored
Changes since revision 1.78: +4 -2 lines
- update to 3.51-TEST3
- fix bug when ranges cross interface boundaries [1]

Notified by:	Alex Povolotsky <tarkhil@webmail.sub.ru>, Mike Benjamin <mikeb@mikeb.org> [1]

Revision 1.78: download - view: text, markup, annotated - select for diffs
Mon Jan 19 22:31:35 2004 UTC (8 years ago) by eik
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.77: preferred, colored
Changes since revision 1.77: +1 -2 lines
- update to version 3.50

Approved by:	marcus (mentor)

Revision 1.77: download - view: text, markup, annotated - select for diffs
Fri Nov 14 00:29:48 2003 UTC (8 years, 2 months ago) by eik
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.76: preferred, colored
Changes since revision 1.76: +1 -1 lines
switch my ports to my FreeBSD address

Approved by:	marcus (mentor)

Revision 1.76: download - view: text, markup, annotated - select for diffs
Wed Oct 8 01:38:55 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.75: preferred, colored
Changes since revision 1.75: +1 -0 lines
add patches from Marius Strobls

PR:		ports/57646
Submitted by:	Marius Strobls
Approved by:	liver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.75: download - view: text, markup, annotated - select for diffs
Wed Oct 8 01:09:38 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.74: preferred, colored
Changes since revision 1.74: +1 -0 lines
re-add DISTNAME with a comment regarding security/nmapfe

Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.74: download - view: text, markup, annotated - select for diffs
Tue Oct 7 22:31:18 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.73: preferred, colored
Changes since revision 1.73: +12 -7 lines
[MAINTAINER] port security/nmap: update to version 3.48

	- improved version detection
	- integrates most FreeBSD fixes, thanks to
	  Marius Strobl <marius@alchemy.franken.de>
	- install localized man pages

PR:		ports/57646
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.73: download - view: text, markup, annotated - select for diffs
Thu Sep 25 16:19:24 2003 UTC (8 years, 4 months ago) by leeym
Branches: MAIN
Diff to: previous 1.72: preferred, colored
Changes since revision 1.72: +51 -15 lines
update to nmap/nmapfe version 3.46

PR:		57196
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.72: download - view: text, markup, annotated - select for diffs
Wed Sep 24 09:36:56 2003 UTC (8 years, 4 months ago) by osa
Branches: MAIN
Diff to: previous 1.71: preferred, colored
Changes since revision 1.71: +1 -1 lines
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:	Oleg Karachevtsev <ok@etrust.ru>
PR:		56998

Revision 1.71: download - view: text, markup, annotated - select for diffs
Wed Sep 24 08:37:38 2003 UTC (8 years, 4 months ago) by edwin
Branches: MAIN
Diff to: previous 1.70: preferred, colored
Changes since revision 1.70: +1 -1 lines
Cease FreeBSD port maintainerships

	I don't have the time to give to many of the ports I maintain at
	the moment. I wasn't expecting to be so busy this summer ...

	Please set all my ports back to ports@freebsd.org.

PR:		ports/56935
Submitted by:	Dominic Marks <dom@wirespeed.org.uk>,Clement Laforet <sheepkiller@cultdeadsheep.org>,Oliver Eikemeier <eikemeier@fillmore-labs.com>

Revision 1.70: download - view: text, markup, annotated - select for diffs
Tue Jul 1 07:27:43 2003 UTC (8 years, 7 months ago) by foxfair
Branches: MAIN
CVS tags: RELEASE_4_9_0
Diff to: previous 1.69: preferred, colored
Changes since revision 1.69: +0 -0 lines
Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Revive a missed patch. This is not a function improvement or program update
for the port itself, so no need to bump PORTREVISION.

Revision 1.69: download - view: text, markup, annotated - select for diffs
Tue Jul 1 03:38:03 2003 UTC (8 years, 7 months ago) by foxfair
Branches: MAIN
Diff to: previous 1.68: preferred, colored
Changes since revision 1.68: +2 -1 lines
PR:		53933
Submitted by:	maintainer
Reviewed by:
Approved by:
Obtained from:
MFC after:
1. Upgrade Nmap to 3.30, which released at Jun 29, 2003. Major enchancement is
   OS fingerprints update. The fingerprint DB now contains almost 1000
   fingerprints.

   See ChangeLog at this link:

	http://lists.insecure.org/lists/nmap-hackers/2003/Apr-Jun/0016.html

2. Renamed the patch files to be more descriptive.

Revision 1.68: download - view: text, markup, annotated - select for diffs
Tue Jun 24 01:06:04 2003 UTC (8 years, 7 months ago) by leeym
Branches: MAIN
Diff to: previous 1.67: preferred, colored
Changes since revision 1.67: +1 -1 lines
update maintainer's email address.

PR:		53658
Submitted by:	Dominic Marks <dom@cus.org.uk>

Revision 1.67: download - view: text, markup, annotated - select for diffs
Mon Jun 16 04:43:50 2003 UTC (8 years, 7 months ago) by leeym
Branches: MAIN
Diff to: previous 1.66: preferred, colored
Changes since revision 1.66: +1 -1 lines
nmap 3.27 -> 3.28

PR:		53351
Submitted by:	Dominic Marks <dom@cus.org.uk>

Revision 1.66: download - view: text, markup, annotated - select for diffs
Tue Apr 29 22:04:56 2003 UTC (8 years, 9 months ago) by adamw
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.65: preferred, colored
Changes since revision 1.65: +1 -1 lines
Update to 3.27.

Submitted by:	Marius Strobl <marius@alchemy.franken.de>
Reviewed by:	Dominic Marks <dom@cus.org.uk> (maintainer)

Revision 1.65: download - view: text, markup, annotated - select for diffs
Mon Apr 28 18:28:23 2003 UTC (8 years, 9 months ago) by adamw
Branches: MAIN
Diff to: previous 1.64: preferred, colored
Changes since revision 1.64: +1 -1 lines
Update to 3.26.

PR:		51459
Submitted by:	Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by:	d.marks@student.umist.ac.uk (maintainer)

Revision 1.64: download - view: text, markup, annotated - select for diffs
Tue Apr 22 00:06:04 2003 UTC (8 years, 9 months ago) by adamw
Branches: MAIN
Diff to: previous 1.63: preferred, colored
Changes since revision 1.63: +1 -1 lines
Update to 3.25.

PR:		51257
Submitted by:	Dominic Marks <dom@cus.org.uk> (maintainer)

Revision 1.63: download - view: text, markup, annotated - select for diffs
Fri Apr 11 10:00:50 2003 UTC (8 years, 10 months ago) by sumikawa
Branches: MAIN
Diff to: previous 1.62: preferred, colored
Changes since revision 1.62: +15 -7 lines
Upgrade to 3.20

PR:		ports/49987
Submitted by:	Dominic Marks <dom@cus.org.uk>
		marius@alchemy.franken.de

Revision 1.62: download - view: text, markup, annotated - select for diffs
Fri Mar 7 00:16:25 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.61: preferred, colored
Changes since revision 1.61: +1 -1 lines
Remove pkg-comment from remaining master/slave port sets.

Approved by:	portmgr (implicitly)

Revision 1.61: download - view: text, markup, annotated - select for diffs
Fri Feb 21 13:26:48 2003 UTC (8 years, 11 months ago) by knu
Branches: MAIN
Diff to: previous 1.60: preferred, colored
Changes since revision 1.60: +1 -0 lines
De-pkg-comment.

Revision 1.60: download - view: text, markup, annotated - select for diffs
Sat Nov 2 04:33:43 2002 UTC (9 years, 3 months ago) by perky
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.59: preferred, colored
Changes since revision 1.59: +1 -1 lines
Fix typoes on MAINTAINER address.

Submitted by:	Dominic Marks <D.Marks@student.umist.ac.uk>

Revision 1.59: download - view: text, markup, annotated - select for diffs
Fri Oct 18 18:29:33 2002 UTC (9 years, 3 months ago) by obrien
Branches: MAIN
Diff to: previous 1.58: preferred, colored
Changes since revision 1.58: +0 -1 lines
I don't offer any nmap files any longer.

Revision 1.58: download - view: text, markup, annotated - select for diffs
Tue Oct 8 12:10:37 2002 UTC (9 years, 4 months ago) by perky
Branches: MAIN
Diff to: previous 1.57: preferred, colored
Changes since revision 1.57: +1 -1 lines
Update maintainer address

PR:		43820
Submitted by:	Dominic Marks <d.marks@students.umist.ac.uk>

Revision 1.57: download - view: text, markup, annotated - select for diffs
Mon Aug 5 20:57:12 2002 UTC (9 years, 6 months ago) by pat
Branches: MAIN
CVS tags: RELEASE_4_7_0
Diff to: previous 1.56: preferred, colored
Changes since revision 1.56: +2 -2 lines
Update to 3.00

PR:		ports/41330
Submitted by:	maintainer

Revision 1.56: download - view: text, markup, annotated - select for diffs
Mon May 27 17:36:35 2002 UTC (9 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.55: preferred, colored
Changes since revision 1.55: +1 -16 lines
Portlint this, and remove the 1/2backed nmapfe GUI support as there is a
proper nmapfe port.  I do as one that created and maintained this port
for 4 years.

Revision 1.55: download - view: text, markup, annotated - select for diffs
Tue May 21 16:26:04 2002 UTC (9 years, 8 months ago) by dwcjr
Branches: MAIN
CVS tags: RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0
Diff to: previous 1.54: preferred, colored
Changes since revision 1.54: +18 -5 lines
Update to the latest

PR:		38305
Submitted by:	maintainer

Revision 1.54: download - view: text, markup, annotated - select for diffs
Wed May 8 21:32:36 2002 UTC (9 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.53: preferred, colored
Changes since revision 1.53: +1 -1 lines
To ports@freebsd.org.

Revision 1.53: download - view: text, markup, annotated - select for diffs
Mon Apr 29 06:33:34 2002 UTC (9 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.52: preferred, colored
Changes since revision 1.52: +1 -1 lines
Update to version 2.54 Beta 33.

Revision 1.52: download - view: text, markup, annotated - select for diffs
Tue Apr 2 19:49:58 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.51: preferred, colored
Changes since revision 1.51: +1 -1 lines
Update to version 2.54 Beta 32.

Revision 1.51: download - view: text, markup, annotated - select for diffs
Thu Mar 21 01:39:49 2002 UTC (9 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_5_0_DP1
Diff to: previous 1.50: preferred, colored
Changes since revision 1.50: +1 -1 lines
Update to version 2.54 Beta 31.

Revision 1.50: download - view: text, markup, annotated - select for diffs
Sat Feb 23 06:03:24 2002 UTC (9 years, 11 months ago) by cjc
Branches: MAIN
Diff to: previous 1.49: preferred, colored
Changes since revision 1.49: +1 -1 lines
Only the nmap port should try to strip nmap. The nmapfe port also
uses this make file. It should not try to strip the ${PREFIX}/bin/nmap
executable. The install of nmapfe would fail if nmap did not exist.

PR:		ports/35207
Approved by:	obrien

Revision 1.49: download - view: text, markup, annotated - select for diffs
Wed Nov 7 15:41:14 2001 UTC (10 years, 3 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_5_0
Diff to: previous 1.48: preferred, colored
Changes since revision 1.48: +2 -2 lines
Update to version 2.54 Beta 30.

Revision 1.48: download - view: text, markup, annotated - select for diffs
Fri Aug 10 15:15:04 2001 UTC (10 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.47: preferred, colored
Changes since revision 1.47: +2 -2 lines
Update to version 2.54 Beta 29.

+ updated fingerprint database
+ multi-portlist -- specify different ranges for TCP & UDP

Revision 1.47: download - view: text, markup, annotated - select for diffs
Sun Jul 29 04:37:24 2001 UTC (10 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.46: preferred, colored
Changes since revision 1.46: +2 -2 lines
Update to version 2.54 Beta 28.

Revision 1.46: download - view: text, markup, annotated - select for diffs
Fri Jul 20 18:27:06 2001 UTC (10 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.45: preferred, colored
Changes since revision 1.45: +2 -2 lines
Update to version 2.54 Beta 27.

Revision 1.45: download - view: text, markup, annotated - select for diffs
Mon Jul 9 12:22:03 2001 UTC (10 years, 7 months ago) by obrien
Branches: MAIN
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -2 lines
Update to version 2.54 Beta 26.

The coolest feature is a new scan type -- Idlescan!
The quick synopsis is that this is a completely blind scan (meaning no
packets are sent to the target from your real IP address).  Instead, a
unique side-channel attack exploits predictable "IP fragmentation ID"
sequence generation on the zombie host to glean information about the
open ports on the target.

Revision 1.44: download - view: text, markup, annotated - select for diffs
Mon Jun 4 15:27:38 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -2 lines
Update to version 2.54 Beta 25.

-- Added a whole bunch of new OS fingerprints (and adjustments)
   ranging from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD
   4.3, Cisco 12.2.1, MacOS X, etc) to some that are more obscure (
   such as Apple Color LaserWriter 12/660 PS and VirtualAccess
   LinxpeedPro 120 )
-- Tweaked TCP Timestamp and IP.ID sequence classification algorithms

Revision 1.43: download - view: text, markup, annotated - select for diffs
Sat Jun 2 19:06:37 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -2 lines
Upgrade to 2.54BETA24.

+ fixes a problem that kept UDP RPC scanning from working unless you were
  also doing a TCP scan.
+ updated to latest version of rpc program number list

Revision 1.42: download - view: text, markup, annotated - select for diffs
Mon May 28 01:01:18 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +3 -3 lines
More changes needed to allow a slave port.

Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon May 28 00:18:04 2001 UTC (10 years, 8 months ago) by obrien
Branches: MAIN
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +4 -5 lines
Allow a slave port to work with this Makefile.  To be used by nmapfe port.

Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Mar 20 16:39:14 2001 UTC (10 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -2 lines
Update to version 2.54 Beta 22.

Revision 1.39: download - view: text, markup, annotated - select for diffs
Fri Jun 2 03:18:40 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1, RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +2 -2 lines
Remove redundant/inappropriate CATEGORIES.  People need to start reading
the Porter's Handbook.  :-)

Revision 1.38: download - view: text, markup, annotated - select for diffs
Tue May 9 16:04:12 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
update to 2.53.
(fix commenting bug that caused major problems for some non-gcc users)

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri May 5 01:51:03 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Update to version 2.52.
[fixes minor typos in 2.51]

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Apr 30 09:46:42 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -4 lines
Update to 2.51.
2.51 fixes a target parsing bug which could in some cases cause Nmap to
crash with the error "Assertion `t->nleft > 1' failed".

Revision 1.35: download - view: text, markup, annotated - select for diffs
Fri Apr 21 08:18:36 2000 UTC (11 years, 9 months ago) by mharo
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -2 lines
Correct whitespace introduced during PORTNAME conversion and portlint

Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Apr 18 18:58:19 2000 UTC (11 years, 9 months ago) by obrien
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -3 lines
Update to version 2.30 beta 20.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Sun Apr 9 18:30:04 2000 UTC (11 years, 10 months ago) by cpiazza
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -4 lines
Update with the new PORTNAME/PORTVERSION variables

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Apr 6 22:16:12 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: nmap_2_30_beta18
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +3 -3 lines
Update to 2.30 Beta #18.

* Fixed a very important bug that occurred when SYN scanning localhost.
* Fixed "-vv" to mean "-v -v" as it did in previous versions.

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Mar 27 01:23:38 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: nmap_2_30_beta17
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +7 -4 lines
Update to version 2.3 beta 17.

* Added ACK scanning.  This scan technique is great for testing firewall
  rulesets.  It can NOT find open ports, but it can distinguish between
  filtered/unfilterd by sending an ACK packet to each port and waiting for
  a RST to come back.  Filtered ports will not send back a RST (or will
  send ICMP unreachables).  This scan type is activated with -sA .

* Documented the Window scan (-sW)

* "Protocol" field in output eliminated.  It is now printed right
   next to the number (/etc/services style).  Like "22/tcp".

* Added --resume option to continue a large network scan where you left off.
  It also allows you to start and stop for policy reasons

Revision 1.30: download - view: text, markup, annotated - select for diffs
Wed Mar 22 00:27:28 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -1 lines
Restore useless version required comments.

Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Mar 20 02:37:04 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +1 -2 lines
Remove the "version required" line.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Sun Feb 13 03:24:03 2000 UTC (11 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Style nits in the ports I maintain.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jan 28 10:04:59 2000 UTC (12 years ago) by obrien
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +3 -3 lines
UpDat3 t0 v3r$i0n 2.3 B3ta 14

Among bug fixes, we have the new skript kiddie output mode!  Try it out by
adding "-oS - " to your nmap command line:

amy# nmap -sS -oS - -O -v vectra

$TartInG nmap V. 2.3B3tA14 bY fy0D0r@!n$ecure.org ( www.ins3cuR3.0Rg/nmap/)
!nt3r3$t|nG pOrtz On v3cTrA.yuma.nEt (192.168.0.5):
P0rt    $tate       PrOtOc0L  $3rv!c3
13      Op3n        tCp       Dayt|m3
22      0pEn        Tcp       $SH
23      open        tcp       tEln3t
79      op3N        tcp       f!ng3r
513     0peN        Tcp       lOgIn
514     OpEn        tcp       $h3ll

TcP S3QuEncE PReDiCtion: ClA$s=random p0$|TivE incr3m3nts
                         DIffIculty=24696 (WorthY Challeng3)

s3quEnce numb3rz: 61B825b7 61b83793 61B88114 61b8B073 61B90DB2 61BA306B
R3m0t3 operAtInG sy$t3m gue$z: OpeNBSD 2.2 - 2.3

NMAP run c0mpleteD -- 1 IP adDR3ss (1 h0sT up) $CAnNed in 1 SEC0nd

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Jan 17 09:22:11 2000 UTC (12 years ago) by obrien
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
Upgrade to version 2.3 BETA 13.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Jan 4 08:00:15 2000 UTC (12 years, 1 month ago) by obrien
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Upgrade to version 2.3BETA12.

Submitted by:	taguchi@tohoku.iij.ad.jp

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Dec 7 22:06:54 1999 UTC (12 years, 2 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +3 -3 lines
Update to 2.3 beta #9.

This speeds up OS scans.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Nov 21 23:09:21 1999 UTC (12 years, 2 months ago) by obrien
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +3 -3 lines
Update to 2.3 Beta8.

* Added "firewall mode" timing optimizations which can decrease the
  amount of time neccessary to SYN or connect scan some heavily filtered
  hosts.
* Changed "TCP Ping" to use a random ACK value rather than 0 (an IDS
  called Snort was using this to detect Nmap TCP pings).
* better FDDI support
* changes which should lead to tremendous speedups against some firewalled
  hosts.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Mon Sep 20 04:51:19 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +3 -3 lines
Upgrade to 2.3BETA6.

*  Added sophisticated timing controls to give the user much more control
over Nmap's speed.  This allows you to make Nmap much more aggressive to
scan hosts faster, or you can make Nmap more "polite" -- slower but less
likely to wreak havoc on your Network.  You can even enforce large delays
between sending packets to sneak under IDS thresholds and prevent
detection.  See the new "Timing Options" section of the Nmap man page for
more information on using this.

*  New "Window scan" that does fun things with ACK packets.  -sW activates
this scan type.  It is mostly effective against BSD, AIX, Digital UNIX, and
various older HP/UX, SunOS, and VAX.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Sep 18 04:50:31 1999 UTC (12 years, 4 months ago) by obrien
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -5 lines
Remove the X dependent componate.  It has become its own port.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Sep 7 10:48:48 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
Upgrade to 2.3BETA5.

This includes new RPC scanning ability & 100's of new OS fingerprints.
The machine parseable output has been cleaned up and made more regular.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 31 01:51:19 1999 UTC (12 years, 5 months ago) by peter
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
$Id$ -> $FreeBSD$

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Jul 22 18:33:40 1999 UTC (12 years, 6 months ago) by obrien
Branches: MAIN
CVS tags: nmap_2_2_beta4
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +7 -2 lines
Upgrade to nmap-2.2-BETA4.  The beta includes a very nice GUI (xnmap) that
simplifies the running of nmap for the point and shoot crowd.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Apr 7 19:00:04 1999 UTC (12 years, 10 months ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_2_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -2 lines
Don't set OSVERSION; bsd.port.pre.mk already did.

Found by:	building ports with sysctl not in my path

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Apr 4 22:54:44 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: nmap_2_12
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Upgrade to 2.12.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Apr 3 09:32:23 1999 UTC (12 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: nmap_2_11
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Upgrade to 2.11.

Revision 1.14: download - view: text, markup, annotated - select for diffs
Wed Feb 17 11:43:22 1999 UTC (12 years, 11 months ago) by obrien
Branches: MAIN
CVS tags: nmap_2_08
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -2 lines
upgrade to 2.08

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Feb 11 13:57:27 1999 UTC (13 years ago) by flathill
Branches: MAIN
CVS tags: RELEASE_3_1_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -3 lines
Correct Version required: line

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Feb 11 07:47:28 1999 UTC (13 years ago) by flathill
Branches: MAIN
CVS tags: nmap_2_07
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +3 -3 lines
Update to 2.07

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Feb 8 18:56:36 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: nmap_2_06
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
upgrade to 2.06

Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 8 11:58:17 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: nmap_2_05
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3 lines
upgrade to 2.05

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 28 12:41:20 1999 UTC (13 years ago) by obrien
Branches: MAIN
CVS tags: nmap_2_03
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
upgrade to 2.03

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Dec 29 21:50:12 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: nmap_2_02
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
upgrade to 2.02

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 26 22:05:56 1998 UTC (13 years, 1 month ago) by asami
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2 lines
Need to include bsd.port.pre.mk before using ${OSVERSION}.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Dec 17 13:26:17 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: nmap_2_01
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
upgrade to 2.01
[many new OS fingerprints included :-) ]

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Dec 15 11:18:30 1998 UTC (13 years, 1 month ago) by obrien
Branches: MAIN
CVS tags: nmap_2_00
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +10 -5 lines
Upgrade to 2.00.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Aug 20 22:06:00 1998 UTC (13 years, 5 months ago) by obrien
Branches: MAIN
CVS tags: nmap_1_51, RELEASE_3_0_0, RELEASE_2_2_8
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -1 lines
* Nuke included libpcap so I don't make the mistake ache fixed again.
* Prefer -u diffs over -c

Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Aug 18 14:31:31 1998 UTC (13 years, 5 months ago) by ache
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Old version use bpf.h from internal libpcap and link with
system libpcap in the same time. Fix to use <net/bpf.h> instead

New manpages scheme

Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Aug 4 18:01:31 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Added "net" to categories

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Aug 4 17:59:51 1998 UTC (13 years, 6 months ago) by obrien
Branches: OBRIEN
CVS tags: nmap_1_51_import
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
nmap is a utility for port scanning large networks
Sometimes you need speed, other times you may need stealth. In some cases,
bypassing firewalls may be required. Not to mention the fact that you may
want to scan different protocols (UDP, TCP, ICMP, etc.).
You just can't do all this with one scanning mode.  Thus nmap
incorporats virtually every scanning technique known of.

See the nmap homepage at http://www.insecure.org/nmap/index.html

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Aug 4 17:59:51 1998 UTC (13 years, 6 months ago) by obrien
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options