| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
13 Jan 2013 22:43:17
6.25_1
|
ohauer  |
- Fix build for FreeBSD-7.4
(nmap 6.25 contains liblua5.2.1)
Requested by Martin Olsson <martin.olsson@sentor.se> per PM
PR: 175210
Submitted by: Jurgen <caligula@primamail.de>
Obtained from: http://lua-users.org/lists/lua-l/2011-12/msg00708.html |
06 Jan 2013 18:42:39
6.25
|
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) |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
24 Jun 2012 15:54:18
6.01
|
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] |
24 May 2012 16:30:44
6.00
|
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 ) |
10 Mar 2012 12:31:25
5.61.t5
|
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 |
14 Feb 2012 12:45:35
5.61.t4_1
|
mm  |
Bump pcre library dependency due to 8.30 update |
04 Jan 2012 16:47:52
5.61.t4
|
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 |
04 Oct 2011 17:17:47
5.61.t2
|
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] |
23 Sep 2011 22:26:39
5.61.t1
|
amdmi3  |
- 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 |
23 Sep 2011 20:29:18
5.61.t1
|
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 ) |
31 Jul 2011 21:49:46
5.59.b1
|
ohauer  |
- fix build with clang
Thanks for the patch goes to Dimitry Andric <dim@FreeBSD.org> |
01 Jul 2011 13:23:23
5.59.b1
|
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 |
03 Jun 2011 21:10:32
5.51_2
|
ohauer  |
- add support for gcc from ports
PR: ports/156880
Submitted by: Zhihao Yuan <lichray _at_ gmail.com> |
20 Apr 2011 23:09:04
5.51_1
|
ohauer  |
- fix crash due to a null pointer dereference
Thanks to Christian Peron csjp@ |
13 Feb 2011 19:36:36
5.51
|
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 ) |
30 Jan 2011 17:15:07
5.50
|
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 |
22 Jan 2011 16:43:18
5.36.t4
|
ohauer  |
- update nmap to version 5.36TEST4
Changelog: http://nmap.org/changelog.html
Feature safe: yes |
07 Jan 2011 20:51:25
5.36.t3
|
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. |
04 Sep 2010 00:59:10
5.35.d1
|
ohauer  |
- remove forgotten patch files/patch-nbase__configure (obsolate)
Approved by: glarkin (mentor, implizit) |
03 Sep 2010 21:16:38
5.35.d1
|
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) |
10 Aug 2010 13:37:06
5.21_1
|
ohauer  |
Take Maintainership
Approved by: glarkin (mentor, implicit) |
09 Aug 2010 13:28:50
5.21_1
|
arved  |
Drop Maintainership
PR: 149436
Submitted by: old maintainer |
06 Mar 2010 14:35:00
5.21_1
|
wxs  |
- 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 |
31 Jan 2010 00:50:27
5.21
|
miwi  |
- Update to 5.21
PR: 143331
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
16 Jul 2009 22:17:11
5.00
|
miwi  |
- Update to 5.00
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
05 Jul 2009 22:24:16
4.90.r1
|
miwi  |
- Update to 4.90RC1
PR: 136295
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
22 Apr 2009 16:25:53
4.85.b7_1
|
wxs  |
- Replace previous patch with a better one.
Submitted by: Hajimu UMEMOTO <ume@FreeBSD.org>
Approved by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
21 Apr 2009 15:36:56
4.85.b7_1
|
wxs  |
- 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) |
13 Apr 2009 09:53:53
4.85.b7
|
dhn  |
- Update to 4.85.b7
PR: ports/133547
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by: miwi (mentor) |
24 Sep 2008 14:47:04
4.76
|
miwi  |
- Update to 4.76
PR: 127379
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
07 Sep 2008 10:20:16
4.68
|
oliver  |
fix build when openssl is not in base but in $LOCALBASE
Approved by: maintainer |
21 Aug 2008 06:18:49
4.68
|
rafan  |
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 (Only the first 15 lines of the commit message are shown above ) |
03 Aug 2008 16:09:47
4.68
|
miwi  |
- Update to 4.68
PR: 126211
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
06 May 2008 13:26:11
4.62
|
miwi  |
- Update to 4.62
PR: 123401
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
19 Apr 2008 17:56:05
4.60  |
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
14 Apr 2008 00:53:05
4.60
|
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) |
10 Apr 2008 11:56:28
4.52
|
pav  |
- Remove empty files |
14 Mar 2008 21:30:23
4.52
|
miwi  |
- Update to 4.52
PR: 119673
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
04 Aug 2007 11:41:31
4.20_1
|
gabor  |
- 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) |
14 Jun 2007 14:11:29
4.20_1
|
jmelo  |
- Fix mastersite.
PR: ports/113203
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
19 May 2007 20:32:57
4.20_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
03 Jan 2007 17:17:43
4.20
|
miwi  |
- Fix build with amd64
PR: 107478
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
23 Dec 2006 15:29:34
4.20
|
shaun  |
- Fix build on FreeBSD 4.x.
PR: ports/106911
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
12 Dec 2006 20:32:38
4.20
|
miwi  |
- Update to 4.20
PR: ports/106567
Submitted by: Jose Fernandes<jose@diasfernandes.pt>
Approved by: maintainer |
08 Jul 2006 05:32:00
4.11
|
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) |
25 Jun 2006 19:04:40
4.10
|
erwin  |
Update to 4.10
PR: 99461
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer) |
06 Jun 2006 01:30:16
4.01_2
|
mnag  |
- Able security/nmap open more than 128 bpfs.
- Bump PORTREVISION
PR: 98080
Submitted by: marck
Approved by: maintainer |
15 Mar 2006 14:30:41
4.01_1
|
sem  |
- 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> |
18 Feb 2006 11:20:31
4.01
|
ehaupt  |
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) |
10 Feb 2006 23:42:16
4.01
|
krion  |
Update to 4.01
PR: ports/93153
Submitted by: krion
Approved by: maintainer |
02 Feb 2006 08:13:19
4.00
|
krion  |
Update to 4.00
PR: ports/92684
Submitted by: krion
Approved by: maintainer |
22 Jan 2006 06:28:59
3.95
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
22 Jan 2006 02:50:55
3.95
|
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
14 Dec 2005 08:46:56
3.95
|
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 |
07 Dec 2005 09:52:33
3.93
|
tdb  |
- Add SHA256 checksum
PR: 90054
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
Approved by: clement (mentor) |
16 Sep 2005 11:05:19
3.93
|
garga  |
- Update to 3.93
PR: ports/86113
Submitted by: maintainer |
08 Sep 2005 23:59:46
3.90
|
lawrance  |
Give maintainership to submitter
PR: ports/85870
Submitted by: Daniel Roethlisberger <daniel@roe.ch> |
08 Sep 2005 13:18:15
3.90
|
krion  |
Update to version 3.90 |
18 Jul 2005 03:49:55
3.81
|
linimon  |
With portmgr hat on, reset eik's ports since he has been inactive for
several months (not responding to email).
Discussed among: portmgr team |
12 Apr 2005 03:26:57
3.81
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
3.81
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
26 Feb 2005 15:39:54
3.81
|
krion  |
Update to version 3.81
PR: ports/77425
Submitted by: krion
Approved by: maintainer timeout |
30 Nov 2004 18:10:45
3.77
|
eik  |
update to version 3.77 |
19 Oct 2004 16:04:13
3.75
|
eik  |
- update to version 3.75
+ updated OS fingerprint database |
13 Oct 2004 13:52:54
3.71.p1
|
eik  |
- update to version 3.71-PRE1 |
03 Sep 2004 18:17:29
3.70
|
eik  |
Fix build when using ccache
PR: 71343
Submitted by: Michael Johnson <ahze@ahze.net> |
31 Aug 2004 20:41:10
3.70
|
eik  |
- update to version 3.70 (birthday edition, try the verbose mode) |
26 Aug 2004 10:28:04
3.55
|
eik  |
support building nmap-3.59a5 WITH_PRERELEASE=yes |
07 Jul 2004 09:22:26
3.55
|
eik  |
- update to 3.55
/usr/local/share/doc/nmap/CHANGELOG |
05 Jul 2004 00:06:07
3.51.t4
|
eik  |
update to 3.51-TEST4 |
17 Jun 2004 11:56:03
3.51.t3
|
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] |
18 Mar 2004 01:04:31
3.50
|
eik  |
SIZEify
Prompted by: trevor |
19 Jan 2004 22:31:35
3.50
|
eik  |
- update to version 3.50
Approved by: marcus (mentor) |
14 Nov 2003 00:29:48
3.48_1
|
eik  |
switch my ports to my FreeBSD address
Approved by: marcus (mentor) |
30 Oct 2003 14:09:29
3.48_1
|
netchild  |
From the submitter:
---snip---
The security/nmap port (currently at 3.48, but previous versions also
had this problem) triggers a bug in GCC 3.3.1 on FreeBSD/sparc64 which
causes the compilation of the port to fail.
The GCC bug itself is know and AFAIK Thomas Moestl (tmm@freebsd.org)
tried to get a fix for it in upstream GCC. However, I didn't see an
entry in the release notes of GCC 3.3.2 that would suggest that it has
been fixed there.
Another port that has a workaround for this particular GCC bug is e.g.
x11/XFree86-4-libraries (files/patch-XRes.c).
---snip---
PR: 58698
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Approved by: maintainer |
08 Oct 2003 01:38:55
3.48_1
|
edwin  |
add patches from Marius Strobls
PR: ports/57646
Submitted by: Marius Strobls
Approved by: liver Eikemeier <eikemeier@fillmore-labs.com> |
08 Oct 2003 01:09:38
3.48
|
edwin  |
re-add DISTNAME with a comment regarding security/nmapfe
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
07 Oct 2003 22:31:18
3.48
|
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> |
26 Sep 2003 12:05:12
3.46
|
erwin  |
add patches forgotten in previous commit
Submitted by: maintainer
Pointy hat to: leeym |
25 Sep 2003 16:19:25
3.46
|
leeym  |
update to nmap/nmapfe version 3.46
PR: 57196
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> |
24 Sep 2003 09:37:11
3.30
|
osa  |
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998 |
24 Sep 2003 08:37:39
3.30
|
edwin  |
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> |
01 Jul 2003 07:27:43
3.30
|
foxfair  |
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. |
01 Jul 2003 03:38:04
3.30
|
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. |
24 Jun 2003 01:06:04
3.28
|
leeym  |
update maintainer's email address.
PR: 53658
Submitted by: Dominic Marks <dom@cus.org.uk> |
16 Jun 2003 04:43:51
3.28
|
leeym  |
nmap 3.27 -> 3.28
PR: 53351
Submitted by: Dominic Marks <dom@cus.org.uk> |
29 Apr 2003 22:04:56
3.27
|
adamw  |
Update to 3.27.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
Reviewed by: Dominic Marks <dom@cus.org.uk> (maintainer) |
28 Apr 2003 18:28:23
3.26
|
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) |
22 Apr 2003 00:06:04
3.25
|
adamw  |
Update to 3.25.
PR: 51257
Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer) |
13 Apr 2003 10:30:10
3.20
|
edwin  |
Maintainer Update: security/nmap
The nmap port is not building correctly where libgnugetopt is
installed. This patch fixes the problem, please add it to the
files directory.
PR: ports/50894
Submitted by: marius@alchemy.franken.de
Approved by: Dominic Marks <dom@cus.org.uk> |
11 Apr 2003 10:00:50
3.20
|
sumikawa  |
Upgrade to 3.20
PR: ports/49987
Submitted by: Dominic Marks <dom@cus.org.uk>
marius@alchemy.franken.de |
07 Mar 2003 00:16:25
3.00
|
ade  |
Remove pkg-comment from remaining master/slave port sets.
Approved by: portmgr (implicitly) |
21 Feb 2003 13:26:58
3.00
|
knu  |
De-pkg-comment. |
02 Nov 2002 04:33:43
3.00
|
perky  |
Fix typoes on MAINTAINER address.
Submitted by: Dominic Marks <D.Marks@student.umist.ac.uk> |
18 Oct 2002 18:29:33
3.00
|
obrien  |
I don't offer any nmap files any longer. |
08 Oct 2002 12:10:37
3.00
|
perky  |
Update maintainer address
PR: 43820
Submitted by: Dominic Marks <d.marks@students.umist.ac.uk> |
05 Aug 2002 20:57:12
3.00
|
pat  |
Update to 3.00
PR: ports/41330
Submitted by: maintainer |
27 May 2002 17:36:35
2.54.b34
|
obrien  |
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. |
21 May 2002 16:26:04
2.54.b34
|
dwcjr  |
Update to the latest
PR: 38305
Submitted by: maintainer |