non port: security/nmap/distinfo |
SVNWeb
|
Number of commits found: 86 |
Wed, 28 Sep 2022
|
[ 15:54 Cy Schubert (cy) ] e5274f9
security/nmap: Update to 7.93
PR: 266623
Reported by: takefu@airport.fm
|
Sun, 11 Oct 2020
|
[ 11:45 ohauer ]
- update to 7.91
|
Mon, 5 Oct 2020
|
[ 11:04 ohauer ] (Only the first 10 of 11 ports in this commit are shown above. )
- update to 7.90
Relnotes: https://nmap.org/changelog#7.90
|
Mon, 30 Dec 2019
|
[ 12:38 woodsb02 ]
security/nmap: Update to 7.80
- Remove local patches incorporated upstream.
- Add patches to add missing libibverbs dependency when linking
libpcap statically (required to allow build on FreeBSD >= 12.0).
(See similar fix applied to port net-mgmt/dhcdrop in r499639).
Changes this release:
https://seclists.org/nmap-announce/2019/0
Approved by: ohauer (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D22730
|
Sat, 31 Mar 2018
|
[ 22:22 ohauer ]
- update to 7.70
- add option for bundled libssh2
- add option for bundled libpcap
- add upstream patch for arp-ioctl.c
- change URL's from http to https
PR: 221522
Submitted by: lightside
|
Tue, 30 Jan 2018
|
[ 21:02 ohauer ] (Only the first 10 of 19 ports in this commit are shown above. )
- update to 7.60
- regenerate patches with makepatch
PR: ports/221522
|
Wed, 21 Dec 2016
|
[ 12:32 ohauer ]
- update to 7.40
- 12 new NSE scripts
- Hundreds of updated OS and version detection detection signatures
- Faster brute force authentication cracking and other NSE library improvements
Full Changelog:
https://nmap.org/changelog.html
|
Fri, 21 Oct 2016
|
[ 18:08 ohauer ]
- update to 7.31
Nmap 7.31 [2016-10-20]
o Fixed the way Nmap handles scanning names that resolve to the same IP. Due to
changes in 7.30, the IP was only being scanned once, with bogus results
displayed for the other names. The previous behavior is now restored.
[Tudor Emil Coman]
o [GH#350] Fix an assertion failure due to floating point error in equality
comparison, which triggered mainly on OpenBSD:
assertion "diff <= interval" failed: file "timing.cc", line 440
This was reported earlier as [GH#472] but the assertion fixed there was a
different one. [David Carlier]
(Only the first 15 lines of the commit message are shown above )
|
Thu, 29 Sep 2016
|
[ 22:21 ohauer ]
- update to 7.30
Changelog:
https://nmap.org/changelog.html
|
Fri, 2 Sep 2016
|
[ 16:06 ohauer ]
- update nmap to 7.25BETA2
Full Changelog: https://nmap.org/changelog.html
Changelog (very shortened):
Nmap 7.25BETA2 [2016-09-01]
- [NSE] Upgraded NSE to Lua 5.3
- [NSE] Added 2 NSE scripts, bringing the total up to 534!
- Add 587 new fingerprints
- [NSE] Fix a crash when parsing TLS certificates
- [NSE][GH#531] Fix two issues in sslcert.lua
- [NSE][GH#234] Added a --script-timeout option for limiting run time
- [Ncat][GH#444] Added a -z option to Ncat
- [NSE] ssl-enum-ciphers now warn about 64-bit block ciphers in CBC mode
- [NSE][GH#117] Improve tftp-enum (Only the first 15 lines of the commit message are shown above )
|
Sun, 17 Jul 2016
|
[ 09:16 ohauer ]
- update to 7.25BETA1
- s/USE=OPENSSL/USES=ssl/
Some highlighs from the Changelog:
Nmap 7.25BETA1 [2016-07-13]
o [NSE] Added 6 NSE scripts, from 5 authors, bringing the total up to 533!
They are all listed at https://nmap.org/nsedoc/, and the summaries are below
(authors are listed in brackets):
+ clamav-exec detects ClamAV servers vulnerable to unauthorized clamav
command execution. [Paulino Calderon]
+ http-aspnet-debug detects ASP.NET applications with debugging enabled.
[Josh Amishav-Zlatin] (Only the first 15 lines of the commit message are shown above )
|
Wed, 30 Mar 2016
|
[ 04:18 ohauer ]
Nmap 7.12 [2016-03-29]
o [NSE] VNC updates including vnc-brute support for TLS security type and
negotiating a lower RFB version if the server sends an unknown higher
version. [Daniel Miller]
o [NSE] Added STARTTLS support for VNC, NNTP, and LMTP [Daniel Miller]
o Added new service probes and match lines for OpenVPN on UDP and TCP.
|
Tue, 22 Mar 2016
|
[ 20:02 ohauer ]
- update to 7.11
Changes:
o [NSE][GH#341] Added support for diffie-hellman-group-exchange-* SSH key
exchange methods to ssh2.lua, allowing ssh-hostkey to run on servers that
only support custom Diffie-Hellman groups. [Sergey Khegay]
o [NSE] Added support in sslcert.lua for Microsoft SQL Server's TDS protocol,
so you can now grab certs with ssl-cert or check ciphers with
ssl-enum-ciphers. [Daniel Miller]
|
Thu, 17 Mar 2016
|
[ 21:29 ohauer ]
- upate to version 7.10
- remove support for custom IPv4 only kernel [1]
Short summary:
- 12 new NSE scripts
- hundreds of new OS/version fingerprints
- dozens if smaller improvements and bug fixes
Full Changelog:
https://nmap.org/changelog.html
[1] nmap does no longer build agains custom kernel without IPv6!
|
Sun, 13 Dec 2015
|
[ 15:49 ohauer ]
- update to 7.01
FreeBSD related changes:
========================
Nmap 7.01 [2015-12-09]
o [NSE] [GH#254] Update the TLSSessionRequest probe in ssl-enum-ciphers to
match the one in nmap-service-probes, which was fixed previously to correct a
length calculation error. [Daniel Miller]
o [NSE] [GH#251] Correct false positives and unexpected behavior in http-*
scripts which used http.identify_404 to determine when a file was not found
on the target. The function was following redirects, which could be an
indication of a soft-404 response. [Tom Sellers]
o [NSE] [GH#241] Fix a false-positive in hnap-info when the target responds
with 200 OK to any request. [Tom Sellers]
o [NSE] [GH#244] Fix an error response in xmlrpc-methods when run against a
non-HTTP service. The expected behavior is no output. [Niklaus Schiess]
o [NSE] Fix SSN validation function in http-grep, reported by Bruce Barnett.
|
Fri, 20 Nov 2015
|
[ 06:32 ohauer ]
- update to version 7.00
Changelog:
Nmap 7.00 [2015-11-19]
o This is the most important release since Nmap 6.00 back in May 2012!
For a list of the most significant improvements and new features,
see the announcement at: https://nmap.org/7
o [NSE] Added 6 NSE scripts from 6 authors, bringing the total up to 515!
They are all listed at https://nmap.org/nsedoc/, and the summaries are below
(authors are listed in brackets):
+ targets-xml extracts target addresses from previous Nmap XML results files.
[Daniel Miller] (Only the first 15 lines of the commit message are shown above )
|
Wed, 4 Nov 2015
|
[ 17:30 ohauer ]
- update to 6.49BETA6
- use new OPTIONS targes
Parts from Changelog [1]
==========================
Nmap 6.49BETA6
o Integrated all of your IPv6 OS fingerprint submissions from April to October
(only 9 of them!). We are steadily improving the IPv6 database, but we need
your submissions. The classifier added 3 new groups, bringing the new total
to 93. Highlights: http://seclists.org/nmap-dev/2015/q4/61 [Daniel Miller]
o Integrated all of your IPv4 OS fingerprint submissions from February to
October (1065 of them). Added 219 fingerprints, bringing the new total to
4985. Additions include Linux 4.1, Windows 10, OS X 10.11, iOS 9, FreeBSD
11.0, Android 5.1, and more. Highlights: (Only the first 15 lines of the commit message are shown above )
|
Sun, 27 Sep 2015
|
[ 10:32 ohauer ] (Only the first 10 of 14 ports in this commit are shown above. )
- update to 6.49BETA5
- use DOCS instead PORTDOCS
- remove gcc workaround [1]
- (hopefully) use the correct __FreeBSD_version for SOCK_RAW
Changelog:
https://nmap.org/changelog.html
PR: 196065 [1]
PR: 200558 [2]
PR: 202139 [3]
Submitted by: sbruno@ , mikael.urankar@gmail.com [1]
Submitted by: truckman@ [2]
Submitted by: trasz@ [3]
|
Sat, 23 Aug 2014
|
[ 12:29 ohauer ]
- update to 6.4.7
- add CPE entry
- sort pkg-plist
Changelog (entries related to the command line tools)
Nmap 6.47 [2014-08-20]
o Integrated all of your IPv4 OS fingerprint submissions since June 2013
(2700+ of them). Added 366 fingerprints, bringing the new total to 4485.
Additions include Linux 3.10 - 3.14, iOS 7, OpenBSD 5.4 - 5.5, FreeBSD 9.2,
OS X 10.9, Android 4.3, and more. Many existing fingerprints were improved.
Highlights: http://seclists.org/nmap-dev/2014/q3/325 [Daniel Miller]
o Removed the External Entity Declaration from the DOCTYPE in Nmap's XML. This (Only the first 15 lines of the commit message are shown above )
|
Fri, 18 Apr 2014
|
[ 08:05 ohauer ]
Nmap 6.46 [2014-04-18]
o [NSE] Made numerous improvements to ssl-heartbleed to provide
more reliable detection of the vulnerability.
o [Zenmap] Fixed a bug which caused this crash message:
IOError: [Errno socket error] [Errno 10060] A connection attempt failed
because the connected party did not properly respond after a period of
time, or established connection failed because connected host has
failed to
respond
The bug was caused by us adding a DOCTYPE definition to Nmap's XML
output which caused Python's XML parser to try and fetch the DTD
every time it parses an XML file. We now override that DTD-fetching
behavior. [Daniel Miller]
o [NSE] Fix some bugs which could cause snmp-ios-config and
snmp-sysdescr scripts to crash
(http://seclists.org/nmap-dev/2014/q2/120) [Patrik Karlsson]
o [NSE] Improved performance of citrixlua library when handling large XML
responses containing application lists. [Tom Sellers]
|
Tue, 15 Apr 2014
|
[ 12:12 ohauer ]
- update to nmap-6.45
Changelog:
http://nmap.org/changelog.html
Most of the changes of version 6.45 where already
adopted in the last port version
|
Fri, 11 Apr 2014
|
[ 04:52 ohauer ]
- update nmap nselib and scripts to upstream revision r32810
The update includes a working script to detect whether a server
is vulnerable to the OpenSSL Heartbleed bug (CVE-2014-0160)
http://nmap.org/nsedoc/scripts/ssl-heartbleed.html
MFH: 2014Q2
|
Wed, 21 Aug 2013
|
[ 04:57 ohauer ]
- update to 6.4.0
- remove patches for EOL FreeBSD releases
- convert to OPTIONS
Changelog:
http://nmap.org/changelog.html
|
Sun, 6 Jan 2013
|
[ 18:42 ohauer ]
- update nmap to version 6.25
- fix build with clang and stdlib=libc++ [1]
Nmap 6.25 [2012-11-29]
o [NSE] Added CPE to smb-os-discovery output.
o [Ncat] Fixed the printing of warning messages for large arguments to
the -i and -w options. [Michal Hlavinka]
o [Ncat] Shut down the write part of connected sockets in listen mode
when stdin hits EOF, just as was already done in connect mode.
[Michal Hlavinka]
o [NSE] Added new fingerprints for http-enum: Sitecore, Moodle, typo3,
SquirrelMail, RoundCube. [Jesper Kuckelhahn]
o Added some new checks for failed library calls. [Bill Parker]
PR: 172358
174817
Submitted by: arrowdodger <6yearold@gmail.com> [1]
Anders N. <wicked@baot.se> (general update request)
|
Sun, 24 Jun 2012
|
[ 15:54 ohauer ]
- update nmap to version 6.0.1
Announcement: http://seclists.org/nmap-hackers/2012/3
Changelog: http://nmap.org/changelog.html
Some relevant changes in 6.01:
o Fixed a bug that caused Nmap to fail to find any network interface when
at least one of them is in the monitor mode. The fix was to define the
ARP_HRD_IEEE80211_RADIOTAP 802.11 radiotap header identifier in the
libdnet-stripped code. Network interfaces that are in this mode are used
by radiotap for 802.11 frame injection and reception. The bug was
reported by Tom Eichstaedt and Henri Doreau.
http://seclists.org/nmap-dev/2012/q2/449
http://seclists.org/nmap-dev/2012/q2/478
[Djalal Harouni, Henri Doreau]
o Fixed the greppable output of hosts that time-out (when --host-timeout was
used and the host timed-out after something was received from that host).
This issue was reported by Matthew Morgan. [jah]
|
Thu, 24 May 2012
|
[ 16:30 ohauer ]
- update to version 6.00
Changelog:
==========
Nmap 6.00
o Most important release since Nmap 5.00 in July 2009! For a list of
the most significant improvements and new features, see the
announcement at: http://nmap.org/6
o In XML output, <osclass> elements are now child elements of the
<osmatch> they belong to. Old output was thus:
<os><osclass/><osclass/>...<osmatch/><osmatch/>...</os>
New output is:
<os><osmatch><osclass/><osclass/>...</osmatch>...</os> (Only the first 15 lines of the commit message are shown above )
|
Sat, 10 Mar 2012
|
[ 12:31 ohauer ]
- update to version 5.61TEST5
small snippet from changelog:
http://nmap.org/changelog.html
o Integrated all of your IPv4 OS fingerprint submissions since June 2011 (about
1,900 of them)
Added about 256 new fingerprints (total 3,572)
o Integrated all of your service/version detection fingerprints submitted since
November 2010
(signature count increased to 7,423)
o Integrated your latest IPv6 OS submissions and corrections
o [NSE] Added 43(!) NSE scripts, bringing the total up to 340
o [NSE] Added 14 new protocol libraries
o [CPE] (Common Platform Enumeration) OS classification is now supported for
IPv6 OS detection
o Added a new --script-args-file option
o [NSE] Added support for decoding EIGRP broadcasts from Cisco routers to
broadcast-listener
o [NSE] Added redirect support to the http library
o Update to the latest MAC address prefix assignments from IEEE as of March 8,
2012
Test builds sponsored by redports.org
Feature safe: yes
|
Wed, 4 Jan 2012
|
[ 16:47 ohauer ]
- 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
|
Tue, 4 Oct 2011
|
[ 17:17 ohauer ]
- 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]
|
Fri, 23 Sep 2011
|
[ 20:29 ohauer ]
- 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 (Only the first 15 lines of the commit message are shown above )
|
Fri, 1 Jul 2011
|
[ 13:23 ohauer ]
- 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
|
Sun, 13 Feb 2011
|
[ 19:36 ohauer ]
- 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 (Only the first 15 lines of the commit message are shown above )
|
Sun, 30 Jan 2011
|
[ 17:15 ohauer ]
- 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
|
Sat, 22 Jan 2011
|
[ 16:43 ohauer ]
- update nmap to version 5.36TEST4
Changelog: http://nmap.org/changelog.html
Feature safe: yes
|
Fri, 7 Jan 2011
|
[ 20:51 ohauer ]
- 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.
|
Fri, 3 Sep 2010
|
[ 21:16 ohauer ]
- 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)
|
Sun, 31 Jan 2010
|
[ 00:50 miwi ]
- Update to 5.21
PR: 143331
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Thu, 16 Jul 2009
|
[ 22:17 miwi ]
- Update to 5.00
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Sun, 5 Jul 2009
|
[ 22:24 miwi ]
- Update to 4.90RC1
PR: 136295
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Mon, 13 Apr 2009
|
[ 09:53 dhn ]
- Update to 4.85.b7
PR: ports/133547
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by: miwi (mentor)
|
Wed, 24 Sep 2008
|
[ 14:47 miwi ]
- Update to 4.76
PR: 127379
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Sun, 3 Aug 2008
|
[ 16:09 miwi ]
- Update to 4.68
PR: 126211
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Tue, 6 May 2008
|
[ 13:26 miwi ]
- Update to 4.62
PR: 123401
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Mon, 14 Apr 2008
|
[ 00:53 clsung ]
- 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)
|
Fri, 14 Mar 2008
|
[ 21:30 miwi ] (Only the first 10 of 13 ports in this commit are shown above. )
- Update to 4.52
PR: 119673
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Tue, 12 Dec 2006
|
[ 20:32 miwi ]
- Update to 4.20
PR: ports/106567
Submitted by: Jose Fernandes<jose@diasfernandes.pt>
Approved by: maintainer
|
Sat, 8 Jul 2006
|
[ 05:32 clsung ]
- update to 4.11
PR: ports/99833
Submitted by: tjs <tjs_AT_cdpa dot nsysu dot edu dot tw>
Approved by: maintainer (Daniel Roethlisberger)
|
Sun, 25 Jun 2006
|
[ 19:04 erwin ]
Update to 4.10
PR: 99461
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
|
Fri, 10 Feb 2006
|
[ 23:42 krion ]
Update to 4.01
PR: ports/93153
Submitted by: krion
Approved by: maintainer
|
Thu, 2 Feb 2006
|
[ 08:13 krion ]
Update to 4.00
PR: ports/92684
Submitted by: krion
Approved by: maintainer
|
Wed, 14 Dec 2005
|
[ 08:46 barner ]
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
|
Wed, 7 Dec 2005
|
[ 09:52 tdb ]
- Add SHA256 checksum
PR: 90054
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by: clement (mentor)
|
Fri, 16 Sep 2005
|
[ 11:05 garga ]
- Update to 3.93
PR: ports/86113
Submitted by: maintainer
|
Thu, 8 Sep 2005
|
[ 13:18 krion ]
Update to version 3.90
|
Sat, 26 Feb 2005
|
[ 15:39 krion ]
Update to version 3.81
PR: ports/77425
Submitted by: krion
Approved by: maintainer timeout
|
Tue, 30 Nov 2004
|
[ 18:10 eik ]
update to version 3.77
|
Tue, 19 Oct 2004
|
[ 16:04 eik ]
- update to version 3.75
+ updated OS fingerprint database
|
Wed, 13 Oct 2004
|
[ 13:52 eik ]
- update to version 3.71-PRE1
|
Tue, 31 Aug 2004
|
[ 20:41 eik ]
- update to version 3.70 (birthday edition, try the verbose mode)
|
Thu, 26 Aug 2004
|
[ 10:28 eik ]
support building nmap-3.59a5 WITH_PRERELEASE=yes
|
Wed, 7 Jul 2004
|
[ 09:22 eik ]
- update to 3.55
/usr/local/share/doc/nmap/CHANGELOG
|
Mon, 5 Jul 2004
|
[ 00:06 eik ]
update to 3.51-TEST4
|
Thu, 17 Jun 2004
|
[ 11:56 eik ]
- 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]
|
Thu, 18 Mar 2004
|
[ 01:04 eik ]
SIZEify
Prompted by: trevor
|
Mon, 19 Jan 2004
|
[ 22:31 eik ]
- update to version 3.50
Approved by: marcus (mentor)
|
Tue, 7 Oct 2003
|
[ 22:31 edwin ]
[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>
|
Thu, 25 Sep 2003
|
[ 16:19 leeym ]
update to nmap/nmapfe version 3.46
PR: 57196
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
|
Tue, 1 Jul 2003
|
[ 03:38 foxfair ]
PR: 53933
Submitted by: maintainer
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.
|
Mon, 16 Jun 2003
|
[ 04:43 leeym ]
nmap 3.27 -> 3.28
PR: 53351
Submitted by: Dominic Marks <dom@cus.org.uk>
|
Tue, 29 Apr 2003
|
[ 22:04 adamw ]
Update to 3.27.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Reviewed by: Dominic Marks <dom@cus.org.uk> (maintainer)
|
Mon, 28 Apr 2003
|
[ 18:28 adamw ]
Update to 3.26.
PR: 51459
Submitted by: Miguel Mendez <flynn@energyhq.es.eu.org>
Approved by: d.marks@student.umist.ac.uk (maintainer)
|
Tue, 22 Apr 2003
|
[ 00:06 adamw ]
Update to 3.25.
PR: 51257
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
|
Fri, 11 Apr 2003
|
[ 10:00 sumikawa ]
Upgrade to 3.20
PR: ports/49987
Submitted by: Dominic Marks <dom@cus.org.uk>
marius@alchemy.franken.de
|
Mon, 5 Aug 2002
|
[ 20:57 pat ]
Update to 3.00
PR: ports/41330
Submitted by: maintainer
|
Tue, 21 May 2002
|
[ 16:26 dwcjr ]
Update to the latest
PR: 38305
Submitted by: maintainer
|
Mon, 29 Apr 2002
|
[ 06:33 obrien ]
Update to version 2.54 Beta 33.
|
Tue, 2 Apr 2002
|
[ 19:49 obrien ]
Update to version 2.54 Beta 32.
|
Thu, 21 Mar 2002
|
[ 01:39 obrien ]
Update to version 2.54 Beta 31.
|
Wed, 7 Nov 2001
|
[ 15:41 obrien ]
Update to version 2.54 Beta 30.
|
Fri, 10 Aug 2001
|
[ 16:15 obrien ]
Update to version 2.54 Beta 29.
|
Sun, 29 Jul 2001
|
[ 05:37 obrien ]
Update to version 2.54 Beta 28.
|
Fri, 20 Jul 2001
|
[ 19:27 obrien ]
Update to version 2.54 Beta 27.
|
Mon, 9 Jul 2001
|
[ 13:22 obrien ]
Update to version 2.54 Beta 26.
|
Mon, 4 Jun 2001
|
[ 16:27 obrien ]
Update to version 2.54 Beta 25.
|
Sat, 2 Jun 2001
|
[ 20:06 obrien ]
Upgrade to 2.54BETA24.
|
Tue, 20 Mar 2001
|
[ 16:39 obrien ]
Update to version 2.54 Beta 22.
|
Number of commits found: 86 |