Commit Graph

1123 Commits

Author SHA1 Message Date
naddy
a12cc4bd9b add "x11/windowmaker" to CATEGORIES; requested by espie@ 2001-01-18 16:09:59 +00:00
jakob
ec1f2344e3 configure patch + cleanup; brad@ 2001-01-18 14:25:15 +00:00
brad
72ce8cf48b - %D/lib -> %B
- relocate %%SHARED%%
2001-01-18 12:44:08 +00:00
jakob
e8c3ec7877 add missing script 2001-01-18 09:32:22 +00:00
jakob
57e02378ba update to BIND v9.1.0. from release announcement:
--
BIND 9.1.0 has been released.  Compared to BIND 9.0, BIND 9.1 has a
number of new features as well as numerous bug fixes and cleanups.
The new features include:

  - Many BIND 8 features previously unimplemented in BIND 9,
    including domain-specific forwarding, the $GENERATE
    master file directive, and the "blackhole", "dialup",
    and "sortlist" options

  - Forwarding of dynamic update requests; this is enabled
    by the "allow-update-forwarding" option

  - A new, simplified database interface and a number of
    sample drivers based on it; see doc/misc/sdb for details

  - Support for building single-threaded servers for
    environments that do not supply POSIX threads

  - New configuration options: "min-refresh-time",
    "max-refresh-time", "min-retry-time", "max-retry-time",
    "additional-from-auth", "additional-from-cache",
    "notify explicit"

  - Faster lookups, particularly in large zones.
2001-01-18 09:32:00 +00:00
danh
0b0b736b0f update to iplog 2.2.3 from maintainer 2001-01-18 02:21:02 +00:00
naddy
f8f043bafe +ndiff 2001-01-17 02:26:02 +00:00
naddy
fcf114f0bf Import ndiff 0.4.
Submitted by Brian Caswell <bmc@mitre.org>.

ndiff compares two nmap scans and outputs the differences.  It
allows monitoring of your network(s) for interesting changes in
port states and visible hosts.
2001-01-17 02:24:23 +00:00
brad
c8998e79f0 add @mode tags. unfortunately it is possible to run into a situation where
the suid bit isnt preserved without the tags.
2001-01-17 02:08:05 +00:00
naddy
93a94f89dd unbreak plain flavor 2001-01-17 02:06:11 +00:00
naddy
911cf95971 Fix up suid bit addition; ok jakob@
Pointed out by Peter Stromberg <home@wilfried.net>.
2001-01-17 00:34:25 +00:00
brad
009db4a472 - fixup Makefile
- add USE_X11
- proper use of ALL_TARGET for use with the no_x11 FLAVOR
2001-01-14 18:18:09 +00:00
avsm
b009bfacdc add dnstracesort to the PLIST 2001-01-13 11:17:07 +00:00
jakob
18c8917d1f update to v0.8.15. summary of changes:
Ethereal 0.8.15 has one of the biggest GUI changes in recent history;
display filters can now be constructed via an easy-to-use point-and-click
interface. Protocol dissectors now exist for: NFSv4, Mobile IPv6, X.25
over TCP, LAPBETHER, DEC LANBridge Spanning Tree Protocol, X.25 over LLC,
Frame Relay, MTP3 User Adaptation Layer, and ISDN Q.921 User Adaptation
Layer. Many other dissectors and core features were improved, and bugs
were squashed. The wiretap library can now read Sniffer Frame Relay files.
Capturing supports the "any" pseudo-device on Linux if you use libpcap 0.6
from www.tcpdump.org.
2001-01-12 20:52:39 +00:00
reinhard
407902d84d fix BUILD_DEPENDS 2001-01-12 16:15:57 +00:00
danh
a9f49c63b7 +courtney 2001-01-12 04:29:21 +00:00
danh
547ff127f3 Monitors the network and identifies the source machines of SATAN
probes/attacks. Courtney receives input from tcpdump counting the
number of new services a machine originates within a certain time
window. If one machine connects to numerous services within that
time window, courtney identifies that machine as a potential SATAN
host.

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-12 04:27:46 +00:00
brad
c93bc8e4ec upgrade to wget 1.6 2001-01-11 14:45:34 +00:00
camield
69a5e5bd27 remove djbdns-man flavor 2001-01-11 12:34:47 +00:00
camield
31025beb6e Unflavor manpages; package them unconditionally
Probably conforms to the license at
http://cr.yp.to/djbdns/dist.html
because we only add files.
2001-01-11 12:33:24 +00:00
itojun
a23c30a173 upgrade to 0.90. 2001-01-11 05:46:50 +00:00
naddy
5b541dc97f honor CFLAGS, add RCS Ids; ok dugsong@ 2001-01-10 01:00:36 +00:00
avsm
a0882217cf commit this three-month old patch that was posted to ports@ with no
response.  Does anyone out there use this port at all?  It was broken,
this unbreaks it by FAKEing it, but there's noone using it to test
it out....
2001-01-09 20:49:33 +00:00
naddy
a848488691 change flavoring for consistency, "x11" -> "no_x11"; requested by brad@ 2001-01-09 18:52:34 +00:00
naddy
43b7e0f325 Remove nmapfe, now part of x11 flavor of nmap. 2001-01-09 16:13:12 +00:00
naddy
101bf5e7ca +nmap:x11 2001-01-09 16:10:48 +00:00
naddy
b007dc437b - new maintainer: Brian Caswell <bmc@mitre.org>; ok angelos@
- update to nmap-2.54BETA7 and include nmapfe; from bmc@mitre.org
- clean up port
2001-01-09 16:10:16 +00:00
camield
99142dfbe3 register man flavor 2001-01-09 15:29:32 +00:00
camield
5e2f973f60 - spin manpages off into a flavor
- update to 1.03

Major changes:

* dnscache drops old UDP queries in favor of new ones, and drops old
  TCP connections in favor of new ones.

* dnscache supports $FORWARDONLY to forward queries to another cache.
  The other cache is listed in root/servers/@.

* dnscache returns TTLs by default, so it can be used as the target
  of forwarding.

* dnstrace | dnstracesort produces output that's very easy to scan.
  Try dnstrace a www.netscape.com 198.41.0.4 | dnstracesort | less.
2001-01-09 15:25:25 +00:00
danh
fcb6dc9ce0 remove .packlist 2001-01-08 23:58:31 +00:00
danh
f4cd40f3db remove .packlist 2001-01-08 23:51:41 +00:00
danh
58790ce796 add RUN_DEPENDS 2001-01-08 20:47:20 +00:00
danh
b27e659bb7 better fix for conflicts; suggested by espie@ 2001-01-08 20:17:33 +00:00
danh
39c98a97f6 the following directories may not be empty due to other perl modules
being installed.

${PREFIX}/libdata/perl5/site_perl/${ARCH}-openbsd/auto/Net
${PREFIX}/libdata/perl5/site_perl/Net
2001-01-08 19:56:51 +00:00
danh
c5b4f12f38 remove directories if empty. 2001-01-08 19:53:44 +00:00
danh
b48093f72d +p5-Net-DNS 2001-01-08 19:44:07 +00:00
danh
0607021fc9 Net::DNS is a Perl interface to the DNS resolver. It allows the
programmer to perform any type of DNS query from a Perl script.

Submitted by:	Peter Stromberg <home@wilfried.net>
2001-01-08 19:41:55 +00:00
brad
7ac19fe02e upgrade to mrtg 2.9.7 2001-01-08 19:09:15 +00:00
danh
928935cec0 +pcapmerge 2001-01-08 11:55:52 +00:00
danh
7dc34e76cd Program to merge and extract part of binary capture files implimented
in perl with the help of Net::Pcap

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-08 11:53:48 +00:00
danh
395608d5e1 +p5-Net-Pcap 2001-01-08 10:25:01 +00:00
danh
27e802c080 The Net::Pcap module is a Perl binding to the LBL pcap(3) packet
capture library.

Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-08 10:23:10 +00:00
danh
fc0d1e6d8a - bump NEED_VERSION.
- allow concurrent builds.
- respect CFLAGS.
- no need to set ALL_TARGET or WRKDIST.
- do not override install target, use post-install.
- mkdir -> INSTALL_DATA_DIR.
2001-01-08 09:04:30 +00:00
obecian
f67aecefe1 goof -- there is no WWW / remove reference 2001-01-08 05:36:04 +00:00
obecian
21bd4172ab net/tcpslice added to parent Makefile 2001-01-08 05:26:19 +00:00
obecian
614b4be23f tcpslice-1.1a3 port - tool for extracting/gluing pcap trace files generated with "tcpdump -w" (submitted by Brian Caswell <bmc@mitre.org>) 2001-01-08 05:23:42 +00:00
obecian
c66756107c update to nemesis 1.2 and change of maintainership 2001-01-06 12:09:06 +00:00
brad
c7881f6a8a bye bye NO_CDROM and MIRROR_DISTFILE 2001-01-05 16:35:58 +00:00
danh
a5b641b468 +iplog 2001-01-05 10:17:28 +00:00
danh
0fad03629c TCP/IP traffic logging tool
Submitted by:	Brian Caswell <bmc@mitre.org>
2001-01-05 10:16:18 +00:00