sthen
1b06699303
update to nmap 6.47, ok giovanni@
2014-09-25 17:33:15 +00:00
sthen
ca6e73b9d0
Don't use pcap_get_selectable_fd; I don't know if it works in base libpcap,
...
but it doesn't work for us in nmap's internal libpcap causing problems with
at least -sS and probably some others. Found by Kent Fritz, ok giovanni@.
2014-06-16 10:22:15 +00:00
sthen
7e274e2550
update to nmap 6.46, tweak from / ok giovanni@ (maintainer)
2014-05-16 15:08:54 +00:00
sthen
f345f882ed
Fix build on sparc64, this needs -fPIC for the internal libpcap. Thanks to
...
Markus Lude for reporting the problem and testing the fix. ok jasper@
2014-02-11 16:16:36 +00:00
sthen
a3572f1266
Update nmap to 6.40, and build with their bundled libpcap for now, bpf_timeval
...
patches are questionable and there's a timing-related problem to track down.
From giovanni@ (maintainer) a while ago. Add a fix from jca@ to fix a floating-
point related assertion failure seen on i386, reminded by zhuk@. Committing the
update rather than the minimal assertion-fix diff as it has been more
extensively tested in the past (then slipped through the cracks), jasper@
agrees. OK jasper@ giovanni@
2014-02-10 17:43:15 +00:00
sthen
8e18900479
fix license marker, this isn't just gpl, there are various additions.
...
pointed out by djm
2014-01-23 00:40:57 +00:00
sthen
27f03b1c52
bump REVISION for any ports using route messages. regen some distinfos and
...
remove unnecessary USE_GROFFs while there.
2013-10-31 21:12:12 +00:00
giovanni
0728382e60
Do not issue SIOCSIFNETMASK before SIOCSIFADDR in libdnet-stripped code, it is not needed and will
...
fail after upcoming change.
This code is not used by nmap but is better to keep it in sync with net/libdnet
ok sthen@ mpi@
2013-05-10 12:27:45 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
giovanni
e6fc392521
Update to 6.25
...
lot of improvements in nse scripting engine and in ipv6 support
Full changelog: http://nmap.org/changelog.html
Help and ok sthen@ and dcoppa@
2012-12-19 17:12:11 +00:00
sthen
c4b4fc9490
cope with net/if.h struct changes.
2012-11-16 17:05:13 +00:00
jasper
c3990dee0b
sync after recent lua.port.mk change
2012-09-19 08:15:08 +00:00
giovanni
7cc1504616
Major update to 6.01
...
tests & ok benoit@, thanks
2012-07-16 07:39:31 +00:00
jasper
144e2930d7
handle multiple lua versions, for now everything builds with the "old" 5.1 in the new location.
...
use FLAVOR=lua52 to use lua 5.2 with these ports.
2012-07-10 15:22:44 +00:00
jasper
d6d6ca72b2
various lua tweaks
2012-05-15 18:28:36 +00:00
giovanni
a25c0042f6
Remove POSIX collating elements in regexps
...
Patch from upstream: http://seclists.org/nmap-dev/2011/q3/640
Fixes nmap -A.
Spotted by Rafael Sadowski, patch submitted by Nigel Taylor
ok nigel@
2011-10-05 15:07:53 +00:00
espie
d0fa01c846
normalize pkgpath
2011-09-16 11:13:37 +00:00
jasper
88f8f0add6
bump after default python version switch
2011-06-08 18:00:49 +00:00
giovanni
35ac3b7309
Update to version 5.51, lot of improvements since latest version,
...
full changelog available at http://nmap.org/changelog.html
Nping needs a very current libpcap to work as root
2011-03-28 09:01:24 +00:00
giovanni
9865427386
Remove an hack now that mandoc can handle nmap's man pages
2010-12-16 17:40:20 +00:00
espie
0397d65db0
new depends
2010-11-19 22:31:32 +00:00
espie
49cc004681
new WANTLIB
2010-11-11 16:27:54 +00:00
espie
47ff75aa46
USE_GROFF=Yes
2010-10-18 18:36:45 +00:00
benoit
b703301835
- unbreak nmap after the openssl update
...
ok giovanni@
2010-10-04 20:42:34 +00:00
sthen
d9ad2d3e07
bumps for python
2010-08-30 21:14:34 +00:00
sthen
d1c6f80880
use REVISION, checked with before/after make show=PKGNAMES (plus some
...
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
sebastia
5f6294d106
fix build on gcc2 archs, also reported upstream to nmap-dev@.
...
OK from giovanni@, jasper@, sthen@, phessler@
2010-07-08 14:43:30 +00:00
giovanni
d42284be9b
Update to nmap 5.21
2010-04-21 07:08:23 +00:00
kili
2fad34db96
Arrange for removal of net/ndiff, which is included within nmap
...
since nmap-4.65.
Conflict noticed by naddy@
ok jasper@
2010-01-28 15:31:28 +00:00
giovanni
e210b8f07a
Fix ncat(1) man page
2010-01-11 15:22:49 +00:00
sthen
925762d959
Use @unexec-delete instead of @unexec for the *-update-* goos.
...
prodded by espie@
discussed with espie@ ajacoutot@ landry@
2009-12-22 00:31:22 +00:00
giovanni
4c8a46b081
Update to nmap-5.00
...
diff made by Pawlowski Marcin Piotr with tweaks by me and others
"you have my okay" landry@ on a similar diff
full changelog available at http://nmap.org/changelog.html
2009-10-22 10:00:57 +00:00
giovanni
4d598761d5
Add devel/desktop-file-utils to zenmap's run-dependencies
...
ok jasper@ ajacoutot@
2009-01-21 17:58:48 +00:00
kili
6ef51c1356
Update to 4.76. From maintainer Giovanni Bechis <g.bechis@snb.it>.
...
ok landry@
2008-09-17 18:09:54 +00:00
wcmaier
b9a28d6528
Update to 4.68.
...
Original diff from giovanni (MAINTAINER); thanks! Regen patches and
fix the newly broken generation of the egg-info file while here.
ok okan@
2008-07-09 14:46:19 +00:00
steven
77f597c89c
update to nmap 4.65
...
from maintainer Giovanni Bechis
2008-06-17 21:18:03 +00:00
pvalchev
bb0a677b47
-mieee is now default on alpha
2008-06-10 05:11:21 +00:00
wcmaier
2023a2f5f3
Force rewrite of Paths.pyc before running distutils' install command.
...
Fixes checksum complaints on pkg_delete after zenmap has been run by
root (as recommended). Use MODPY_EGG_VERSION while here and bump
PKGNAME.
ok okan@, "looks ok" merdely@
2008-05-16 20:50:55 +00:00
okan
50632a2048
- update to 4.62 from MAINTAINER (Giovanni Bechis)
...
- add @comment markers to keep make plist happy
- remove the need for us to install the manpage.
- alpha fix from merdely@
- workaround for Paths.pyc needing to be re-generated - from wcmaier@
(a discussion has been started with upstream to remedy this bit)
feedback and ok merdely@
2008-05-15 18:30:14 +00:00
okan
1ef3d7bdee
update to 4.60
...
from Giovanni Bechis (MAINTAINER)
ok merdely@
2008-04-06 18:21:44 +00:00
okan
bbb9a832a8
- update to 4.53 from Giovanni Bechis (MAINTAINER)
...
- re-work port from FLAVORS to MULTI_PACKAGES (-main, -zenmap)
lots of feedback and help from kili@, merdely@ and Giovanni
ok merdely@ kili@
2008-01-25 01:21:17 +00:00
steven
86900645d6
fix WANTLIB
2007-11-17 20:39:02 +00:00
merdely
241b722760
Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
...
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
rui
8f6f1192f2
update nmap to 4.20, based on a submission by Giovanni Bechis (maintainer) with some changes
...
ok ajacoutot@
2007-06-19 18:10:26 +00:00
rui
f0b863ebd9
fix WANTLIB (from maintainer Giovanni Bechis)
...
ok steven@
2007-05-30 07:18:50 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
steven
26f5ae54bd
fix WANTLIB of ports using gtk, needed after switch to our own pkg-config
2007-01-04 20:19:53 +00:00
jasper
08a5abab9b
Okan Demirmen <okan at demirmen.com> drops maintainership,
...
Giovanni Bechis <bigionews at snb.it> takes over.
bump pkgname.
2006-12-17 14:22:46 +00:00
espie
0f5dc96ea1
say goodbye to GNU land.
2006-12-16 12:22:32 +00:00
espie
939a8c0f52
zap .0.0
2006-09-18 11:59:59 +00:00