espie
095b509459
libnet PGKSPEC
2010-11-26 14:56:14 +00:00
espie
0397d65db0
new depends
2010-11-19 22:31:32 +00:00
espie
96dca66106
finish net WANTLIB
2010-11-11 17:20:27 +00:00
espie
47ff75aa46
USE_GROFF=Yes
2010-10-18 18:36:45 +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
sthen
d314adc815
fix pkgspec
2009-03-16 11:05:54 +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
cd8c5e4de2
update tcptraceroute to 1.5beta, fixes PR ports/5462, from Stuart Henderson
...
ok aanriot@, naddy@
2007-05-26 22:06:19 +00:00
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
mjc
a9e56a1822
needed to cope with libnet update
...
missed in previous commit
ok pvalchev@ msf@
2005-05-24 00:11:51 +00:00
mjc
f94efb8ebe
cope with libnet update
...
ok pvalchev@ msf@
2005-05-24 00:10:44 +00:00
naddy
fedfc3867f
SIZE
2005-01-05 17:14:37 +00:00
alek
2344f6d18c
Add WANTLIB markers
2004-12-16 00:31:20 +00:00
espie
52b24f12ea
new plists, kill a few INSTALL scripts.
2004-09-15 18:17:38 +00:00
pvalchev
2cc1bbea45
do not use select() (use undocumented --no-select option) because it's busted
...
otherwise; from mjc
2004-03-23 19:22:02 +00:00
espie
d7295c91bd
zap multiline constants.
2004-01-04 23:23:43 +00:00
naddy
112339c1d4
remove WWW lines
2003-12-15 21:54:59 +00:00
pvalchev
36aeccd4bd
Install examples in share/examples, not share/doc.
...
From Sebastian Stark; ok'ed by maintainer Patroklos G. Argyroudis
2002-12-24 01:08:43 +00:00
naddy
c53eb436cb
No regression tests available.
2002-10-28 01:38:44 +00:00
pvalchev
cec381e225
Update to tcptraceroute-1.4; from maintainer Patroklos Argyroudis
2002-07-31 17:14:30 +00:00
pvalchev
6c8a6a1fe8
Update to tcptraceroute-1.3; from maintainer argp@ieee.org
2002-05-24 00:40:24 +00:00
espie
47bb0f3975
uniformize maintainer addresses.
2002-05-11 00:31:22 +00:00
espie
5b37289c23
md5->distinfo
2002-03-21 19:59:18 +00:00
naddy
78a967e7ef
Remove workarounds for 2.9 <net/if.h> multiple inclusion bug.
2001-08-17 18:57:40 +00:00
obecian
655a90a983
new maintainer is Patroklos Argyroudis <argp@otenet.gr>
2001-08-11 03:36:19 +00:00
obecian
2fd3715627
fix for 2.9-stable (naddy@) - sorry Patroklos, didn't see your port
...
before import.
2001-08-10 01:09:36 +00:00
obecian
ae7146f784
oops bin->sbin noticed by valchev@
2001-08-07 04:23:22 +00:00
obecian
76b2522589
tcptraceroute-1.2 import
...
The more traditional traceroute(8) sends out either UDP or ICMP ECHO
packets with a TTL of one, and increments the TTL until the destination
has been reached. By printing the gateways that generate ICMP time
exceeded messages along the way, it is able to determine the path
packets are taking to reach the destination.
The problem is that with the widespread use of firewalls on the modern
Internet, many of the packets that traceroute(8) sends out end up being
filtered, making it impossible to completely trace the path to the
destination. However, in many cases, these firewalls will permit inbound
TCP packets to specific ports that hosts sitting behind the firewall are
listening for connections on. By sending out TCP SYN packets instead of
UDP or ICMP ECHO packets, tcptraceroute is able to bypass the most common
firewall filters.
2001-08-07 03:14:39 +00:00