Commit Graph

1993 Commits

Author SHA1 Message Date
kevlo
0d70c27a37 add MASTER_SITES: SUNSITE
--
Pointed out by naddy@
2001-08-29 15:23:36 +00:00
dhartmei
41ebb5dde9 Update to 2.2.1a. Remove one patch (part of the originial distribution now),
ignore obsolete textdocs.
2001-08-29 13:26:15 +00:00
kevlo
f4762ccd15 - upgrade to version 2.4.2
- add LIB_DEPENDS
- bump NEED_VERSION
2001-08-29 05:27:40 +00:00
todd
82dd1916e0 everybuddy is now at beta6, include future irc diff submitted to maint;
ok aaron@
2001-08-27 14:18:07 +00:00
dhartmei
62396ad284 Fix log directory. From mpech@ and form@. Update to 2.2.1a is coming soon
(tired slacker just got home).
2001-08-23 09:12:13 +00:00
peter
a4a67349d5 add SNMP flavored zebra, now that it works 2001-08-23 07:54:54 +00:00
wilfried
07e1d9b7a0 workaround sh bug, ok jakob@ 2001-08-23 07:44:08 +00:00
brad
461255432e distfile has been moved on the distsite 2001-08-22 02:03:56 +00:00
brad
5879c6a648 mark BROKEN, requires IPF. 2001-08-21 21:15:25 +00:00
jakob
1d31695dce improved enable-script
add basic disable-script (still not reinstall old binaries)
2001-08-21 18:00:25 +00:00
jakob
a83423fb4e OpenBSD-current already has rdatainfo/rrsetinfo; patch by
Wesley Griffin of NAI Labs.
2001-08-21 17:45:10 +00:00
peter
200ed62559 Update to 0.92a - quick bugfix release for ^$ patch matching - see below.
* Changes in zebra-0.92a

* Changes in bgpd

** Fix "^$" community list bug.

** Below command's Address Family specific configurations are added

  nexthop-self
  route-reflector-client
  route-server-client
  soft-reconfiguration inbound

* Changes in zebra

** Treat kernel type routes as EGP routes.
2001-08-21 10:10:20 +00:00
pvalchev
05fc613697 - correct version string in the manual page
- sync up other patch
2001-08-19 07:25:00 +00:00
pvalchev
c0e17acf74 Update to centericq-3.35.22
bugfixes, more features and colour schemes, support for more languages added
2001-08-19 07:19:25 +00:00
brad
9f8970a760 mark with COMES_WITH 2001-08-18 20:57:43 +00:00
peter
7696fa7326 fix checksums - reported by naddy@
add vtysh.1 to configure
2001-08-18 20:11:32 +00:00
peter
4dc1ad8f64 commit this for completeness. found it lying around while checking a report
of bad checksums. These will be resubmitted to the zebra project.
2001-08-18 08:46:38 +00:00
brad
6765287f56 update to the currently available help tarball. 2001-08-18 05:58:49 +00:00
naddy
78a967e7ef Remove workarounds for 2.9 <net/if.h> multiple inclusion bug. 2001-08-17 18:57:40 +00:00
naddy
77ad191cdf Now that ports is tracking -current, this patch brings wmwave up to
speed with the recent wavelan changes.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-17 16:04:23 +00:00
bmc
672f3eb763 * added information about avail flavors
* added useful infromation about snort
2001-08-16 14:02:46 +00:00
bmc
147392010e Changed HOMEPAGE to the new snort site until the domain for snort.org
is moved over.

New to 1.8.1
* SNMP Alerts
* IDMEF XML output
* Limited wildcard regex support
* New normalization mode for http_decode
* many bug fixes
2001-08-16 13:56:40 +00:00
peter
0995b8b7c1 Update to zebra-0.92; itojun (via Jakob in Helsinki) OK
OpenBSD port changes:
  FLAVOR=snmp now works
  vtysh now works

Also, OpenBD specific fixes not listed below include a patch to correctly
get all interfaces from the kernel.

Changelog from e-mail:

* Changes in zebra-0.92

** Overall security is improved.  Default umask is 0077.

* Changes in ripd

** If output interface is in simple password authentication mode,
substruct one from rtemax.

* Changes in bgpd

** IPv4 multicast and IPv6 unicast configuration is changed to so
called new config.  All of AFI and SAFI specific configuration is
moved to "address-family" node.  When you have many IPv6 only
configuration, you will see many "no neighbor X:X::X:X activate" line
in your configuration to disable IPv4 unicast NLRI exchange.  In that
case please use "no bgp default ipv4-unicast" command to suppress the
output.  Until zebra-0.93, old config is still left for compatibility.

Old config
==========
router bgp 7675
 bgp router-id 10.0.0.1
 redistribute connected
 network 192.168.0.0/24
 neighbor 10.0.0.2 remote-as 7675
 ipv6 bgp network 3ffe:506::/33
 ipv6 bgp network 3ffe:1800:e800::/40
 ipv6 bgp aggregate-address 3ffe:506::/32
 ipv6 bgp redistribute connected
 ipv6 bgp neighbor 3ffe:506:1000::2 remote-as 1

New config
==========
router bgp 7675
 bgp router-id 10.0.0.1
 network 192.168.0.0/24
 redistribute connected
 neighbor 10.0.0.2 remote-as 7675
 neighbor 3ffe:506:1000::2 remote-as 1
 no neighbor 3ffe:506:1000::2 activate
!
 address-family ipv6
  network 3ffe:506::/33
  network 3ffe:1800:e800::/40
  aggregate-address 3ffe:506::/32
  redistribute connected
  neighbor 3ffe:506:1000::2 activate
 exit-address-family

* Changes in ospfd

** Internal interface treatment is changed.  Now ospfd can handle
multiple IP address for an interface.

** Redistribution of loopback interface's address works fine.
2001-08-16 07:30:39 +00:00
brad
cbe1a9a9d1 copy file from files/ dir instead of patching it into existence 2001-08-16 03:23:21 +00:00
danh
3a110fb0e2 bump package revision to p1; from naddy@ 2001-08-15 19:16:20 +00:00
lebel
bb62f51a66 +libst 2001-08-15 16:48:07 +00:00
lebel
3054b6f9b2 initial import of net/libst 1.2:
--
State Threads is an application library which provides a foundation
for writing fast and highly scalable Internet Applications on
UNIX-like platforms. It combines the simplicity of the multithreaded
programming paradigm, in which one thread supports each simultaneous
connection, with the performance and scalability of an event-driven
state machine architecture.

WWW: http://oss.sgi.com/projects/state-threads/

Submitted by Patroklos Argyroudis <argp@bsd.gr>
2001-08-15 16:47:07 +00:00
naddy
0dabfd9f50 Update to 1.00.
Submitted by maintainer Joshua Stein <jcs@rt.fm>.
2001-08-15 13:19:56 +00:00
camield
7e5157679f really remove 2001-08-14 21:53:23 +00:00
camield
b99c9b5e34 -djbdns
-publicfile
-ucspi-tcp
2001-08-14 21:28:17 +00:00
camield
1da5387804 license does not permit modification, to allow for proper
integration in OpenBSD
2001-08-14 21:18:40 +00:00
danh
d1f991a416 - bump NEED_VERSION
- pull in security patches
- no longer marked as broken
2001-08-14 18:05:19 +00:00
naddy
284318a5ab +ctrace
+gaim,esd
2001-08-14 14:33:12 +00:00
naddy
39e4111472 Import ctrace 0.6.
Submitted by Patroklos Argyroudis <argp@bsd.gr>.

ctrace is an IPv4 traceroute tool that supports many features missing
in standard 4.3BSD traceroute(8). It is programmed entirely in perl.
2001-08-14 14:29:12 +00:00
naddy
76c6c6c510 +ldistfp 2001-08-12 20:04:06 +00:00
naddy
2011153537 Import of ldistfp 0.1.4.
Submitted by Patroklos Argyroudis <argp@bsd.gr>.

Remote identd fingerprinting tool.
2001-08-12 20:01:44 +00:00
fgsch
8d7988b385 Icecast 1.3.11. 2001-08-12 18:10:26 +00:00
pvalchev
38e872a4dc NO_CONFIGURE is obsolete and not needed, remove it 2001-08-11 20:22:30 +00:00
kevlo
e935408933 upgrade to version 0.9.82 2001-08-11 15:49:11 +00:00
kevlo
74aae4a58b upgrade to version 2.4.1 2001-08-11 15:46:30 +00:00
kevlo
974f843b8d upgrade to version 2.46 2001-08-11 15:44:34 +00:00
obecian
655a90a983 new maintainer is Patroklos Argyroudis <argp@otenet.gr> 2001-08-11 03:36:19 +00:00
avsm
32b89e332f update to yafc-0.7.3 2001-08-11 00:53:58 +00:00
danh
61ed4958b7 sync libtool patches 2001-08-10 19:53:18 +00:00
danh
2887f2c902 - sync libtool patches
- change ${ARCH} to ${MACHINE_ARCH} in PLIST
2001-08-10 19:36:31 +00:00
danh
27decfe766 mark BROKEN due to possible security holes 2001-08-10 19:12:34 +00:00
danh
cade31876e update to ntp 4.1.0 2001-08-10 19:08:51 +00:00
brad
39c8891b6b make sure REQ always has a sane path when it's run.
--
Ok'd by: maintainer
2001-08-10 17:49:54 +00:00
naddy
4a85d9e6c5 don't abort for lack of SunOS libs before installation 2001-08-10 14:39:54 +00:00
jsyn
8545c42c51 fix PLIST; pointed out by naddy@ 2001-08-10 04:59:41 +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
brad
4dd87cc75b upgrade to jftpgw 0.12.0 2001-08-09 14:17:42 +00:00
heko
78b3cd282c o Upgrade to ncftp 3.0.3
o Add HOMEPAGE
o Better DESCR

Ok MAINTAINER && pvalchev@
2001-08-07 17:11:58 +00:00
obecian
ae7146f784 oops bin->sbin noticed by valchev@ 2001-08-07 04:23:22 +00:00
obecian
d3f0e7b4e2 reflect tcptraceroute import 2001-08-07 03:16:25 +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
jsyn
cadc654103 Fix EXTRACT_CASES as workaround to handle poorly-named distfiles
ok espie@ in general, ok brad@
2001-08-05 20:46:50 +00:00
kevlo
145a92dcca /usr/local -> ${LOCALBASE}
--
Pointed out by: Heikki Korpela <heko@iki.fi>
2001-08-02 13:54:52 +00:00
naddy
be9858f010 maintenance update; from maintainer 2001-08-01 10:06:08 +00:00
shell
f38564b6cd Upgrade to 1.8.2, minor bugfix release 2001-07-31 05:25:29 +00:00
espie
bc10ab81ac Ooops 2001-07-30 16:03:23 +00:00
naddy
7f51add1f3 - Update to 0.11.0pre14.
- Maintainership picked up by Joshua Stein <jcs@rt.fm>.
Submitted by new maintainer.
2001-07-30 10:41:39 +00:00
pvalchev
c733e4ee03 + rain 2001-07-30 07:25:34 +00:00
pvalchev
e68fee9cee Import of rain-1.2.6
rain is powerful tool for testing stability of hardware and
software utilizing IP protocols.  It offers its users the
capability of creating their own packets with a wide variety
of command line options.

WWW: http://www.tenebrous.com/rain/

MAINTAINER=	Joshua Stein <jcs@rt.fm>
2001-07-30 07:22:36 +00:00
jsyn
82f3d01a67 +tacacs+ 2001-07-30 05:20:18 +00:00
jsyn
fca6d5b663 Import of tacacs+-4.0.4a:
--
Cisco's TACACS+ Server

TACACS+ is used for authentication, authorization, and accounting
on Cisco routers. This daemon provides a server for TACACS+ routers.

WWW: http://www.gazi.edu.tr/tacacs/

MAINTAINER= Jeff Bachtel <jeff@cepheid.org>

+ lots of additional mods
+ pvalchev@ helped
+ lebel@ reviewed
2001-07-30 05:18:07 +00:00
bmc
4b8bf1fbaa * update to 1.8.1 BETA5
From Changelog:
    * added new IP defragmenter, spp_frag2
    * added new stateful inspection/tcp stream reassembly plugin, spp_stream4
    * Snort can now statefully detect ECN traffic (less false alarms)
    * stream4 can now keep session statistics in a "session.log" file
    * added new high-speed unified binary output system, spo_unified
    * added new data structs/management for tag code
    * added -k switch to tune checksum verification behavior
    * added -z switch to provide stateful verification of alerts
    * modified bahavior of http_decode, now only alerts once per packet
    * added unique Snort ID's to every Snort rule, plus generator, revision
      and event ID info to each alert
    * detection engine only alerts once per packet now, tcp stream code doesn't
      generate another alert packet if a previous one already alerted for that
      stream
    * fixed signal handling on svr4 systems
    * added enhanced cross reference printout to full/fast/syslog alert modes
    * added new high speed checksum verification (on x86) routines
    * added new ARP spoof detection preprocessor from Jeff
      Nathan <jeff@wwti.com>
2001-07-29 19:56:52 +00:00
obecian
9494b874b2 ettercap-0.5.4 update 2001-07-27 03:34:27 +00:00
kevlo
b1bd371b25 add HOMEPAGE.
--
Ok'd by maintainer
2001-07-26 06:31:05 +00:00
obecian
33f2e5c509 reflect xprobe import 2001-07-26 02:12:22 +00:00
obecian
de6c502b20 xprobe-0.0.1p1 import
* * *

Xprobe is a tool automating the X logic.

X is a logic developed from the various Active Operating System 
Fingerprinting methods discovered during the "ICMP Usage In 
Scanning" research project.

http://www.sys-security.com/
2001-07-26 02:09:47 +00:00
kevlo
c23b85ea71 upgrade to version 0.4.7
--
No response from maintainer
2001-07-25 16:13:01 +00:00
brad
d4024ad7cf upgrade to jftpgw 0.0.12 2001-07-25 15:35:44 +00:00
lebel
02903c629c Small fixes for mirror port attached:
- Remove unnecessary MAINTAINER=ports@openbsd.org
   - Fix typo in DESCR
   - Update MASTER_SITES

from Heikki Korpela <heko@iki.fi>
2001-07-25 14:06:22 +00:00
shell
e285d33af6 Flavor remark 2001-07-25 11:22:34 +00:00
shell
f534d77f8f New xchat flavor 2001-07-25 11:20:23 +00:00
shell
a68aa8e12f Upgrade to 1.8.1
- Bump VERSION
- Fixes MASTER_SITES
- New ssl flavor
- New Maintainer
- Remove po patches
- Add patch for text-based xchat

Permission granted by original maintainer : Couderc Damien <couderc.damien@wanadoo.fr>
2001-07-25 11:19:38 +00:00
jakob
50ca66a30b update to v2.2.3; BSD-license added by author 2001-07-25 11:03:09 +00:00
jakob
963ca3ada0 add doc 2001-07-25 08:41:17 +00:00
jakob
6160fa683a automated domain testing tool 2001-07-25 08:40:57 +00:00
obecian
d9d6869bef Fix broken HOMEPAGE link 2001-07-25 04:17:49 +00:00
jsyn
46b26f150b s/packetstorm.securify.com/packetstormsecurity.org/g; okay bmc@ 2001-07-22 19:39:58 +00:00
jsyn
43f689a840 - jsyn@nthought.com -> jsyn@openbsd.org
- bump NEED_VERSION
- for {siphon,flawfinder} s/packetstorm.securify.com/www.packetstormsecurity.org/
ok lebel@, pvalchev@
2001-07-21 20:46:58 +00:00
jsyn
9f87cec5dd - update to balance-2.28
- respect CC/CFLAGS; remove extraneous strip -- found by danh@
- jsyn@nthought.com -> jsyn@openbsd.org
2001-07-21 19:11:33 +00:00
shell
7791b946d7 p5-Net-IPv4Addr 2001-07-21 04:14:45 +00:00
shell
0e11027986 Initial import of Net-IPv4Addr-0.10
---

Net::IPv4Addr provides functions for parsing IPv4 addresses both
in traditional address/netmask format and in the new CIDR format.
There are also methods for calculating the network and broadcast
address and also to see check if a given address is in a specific
network.
2001-07-21 04:13:51 +00:00
danh
4bccda6ac1 - bump NEED_VERSION
- fix compilation issues under -current
- add "-DUVM" to CFLAGS to allow compiling under -stable still
2001-07-19 05:31:06 +00:00
obecian
f9bd27338a ettercap-0.5.2 update
+ now with OpenBSD "plug-in" support

eg.

banshee v 1.1 -- They kill without discretion...
dummy   v 1.0 -- Dummy plugin. It does nothing !
leech   v 1.6 -- Isolate a host from the LAN
lurker  v 1.3 -- Try to search for other ettercap
ooze    v 1.4 -- Ping a host.
shadow  v 1.8 -- A very simple SYN/TCP port scanner
spectre v 1.1 -- Flood a switched LAN with random MAC addresses
triton  v 1.3 -- Try to discover the LAN's gateway
2001-07-19 04:46:57 +00:00
jakob
5deda30c17 add ugly workaround to build without gtk
on a machine with gtk; alek@Piestrak.waw.pl
2001-07-18 23:09:15 +00:00
dugsong
468ae721fc add thcrut 2001-07-18 20:42:11 +00:00
dugsong
3307329ff7 import THC-RUT, local network discovery tool 2001-07-18 20:30:43 +00:00
jakob
f686cd3a8b fix incomplete doc/Makefile.in 2001-07-16 18:22:13 +00:00
jakob
e7657300f7 man pages is correctly installed, remove post-install 2001-07-16 14:56:54 +00:00
naddy
518da08b9f fixed in 1.1.6 2001-07-16 00:02:34 +00:00
naddy
ec230b0fd4 Update to 1.1.6 and fix fake; submitted by maintainer. 2001-07-15 19:17:00 +00:00
kevlo
60331ebb6e fix mismatching IPv6 numeric address 2001-07-15 09:45:35 +00:00
kevlo
d06961e9c7 +kxicq2 2001-07-15 09:29:10 +00:00
kevlo
a0877acd31 Initial import of kxicq2-0.0.6
Kxicq2 is the beta release of KDE2 version of outstanding ICQ client
for KDE.
2001-07-15 09:28:29 +00:00
jakob
17546108d0 update to ethereal v0.8.19.
new dissectors include Appletalk Data Stream Interface, AUTH_DES, DVMRP,
GIOP, Gnutella, iSCSI, ISUP, M2PA, MP-BGP message, MSDP, MTP3, PAP, PIMv1,
RFC 2250 MPEG1, QuakeWorld, Quake II.
2001-07-13 20:31:38 +00:00
fgsch
c3b5aaf791 add mail to categories. 2001-07-13 20:16:15 +00:00
naddy
4609809d6b typo 2001-07-13 13:30:02 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
fgsch
a8c4594b97 Use UUCP acron instead of the actual meaning; suggested by deraadt@. 2001-07-13 03:10:52 +00:00
fgsch
ef6cb9a526 Enable uucp. 2001-07-13 02:42:34 +00:00
fgsch
79e42fb8a7 Change comment to "Unix-to-Unix Copy Program suite". 2001-07-13 02:39:04 +00:00
fgsch
9552145cf4 Oops, add missing description. 2001-07-13 02:37:56 +00:00
fgsch
443663e301 uucp port as talked in !c2k1; a minor things left to be complete. 2001-07-13 02:27:16 +00:00
espie
996bea4a7f Fixed dep on qt. Noticed by Alex Farber. 2001-07-08 10:53:21 +00:00
jakob
c0ad352c96 update to BIND v9.1.3. this is a maintenance release, containing fixes for
a number of bugs in 9.1.2 but no new features.
2001-07-06 14:48:35 +00:00
pvalchev
50157aef27 Update to ftpcopy-0.3.9; from maintainer
Changes:
 o fixed two file descriptor leaks in ftpcopy. (Spotted by Matthias
   Andree)
 o added --bps option to ftpcopy.
 o ftpcopy and ftpls now work with the runsocks program from the
   socks5 reference implementation. See the FAQ.
 o ftpcopy and ftpls now have a --timeout option to set the timeout
   used during the connection.
 o ftpcopy now has a --tolower option, causing it to change all
   local file and directory names to lowercase. Note: you'll
   possibly want to read the manual page before you use this
   option.
 o ftpls can make recursive directory listings. Use the --recursive
   option for this.
 o don't allow the FTP server do redirect PASV to other hosts or
   ports below 1024 (with the exception of port 20).
 o temporary files are created in the target directory.
2001-07-04 16:30:32 +00:00
jsyn
2e9731c258 respect CXX/CFLAGS; patch from pvalchev@ 2001-07-03 19:12:55 +00:00
pvalchev
b4c82cf42e + oproute 2001-07-03 02:44:01 +00:00
pvalchev
e6156f805a Import of oproute-0.7
The purpose of OpRoute is to attempt to establish a
*generalized* measurement system which takes into
account all of the factors that are usually considered
to be important when it comes to performance.
Specifically:

 - Packet loss
 - Latency
 - Layer 3 Hops
 - AS Hops 
 - NAP Hops
 - Throughput (To be done, not in there yet)

MAINTAINER=	Jason Peel <jsyn@nthought.com>
2001-07-03 02:40:21 +00:00
lebel
619fd9b942 Twenty-two ports have HOMEPAGE in their Makefile, but not in DESCR;
from Jason Peel <jsyn@nthought.com>
2001-07-02 16:19:04 +00:00
lebel
fd323bdb02 +dlint 2001-07-02 15:41:30 +00:00
lebel
13471738d6 initial import of dlint-1.4.0:
--
dlint analyzes any DNS zone you specify, and reports any problems
it finds by displaying errors and warnings.  Then it descends
recursively to examine all zones below the given one (this can be
disabled with a command-line option).  Designed for Unix, dlint
is written in Bourne Shell and Perl.

WWW: http://www.domtools.com/dns/dlint.shtml

Submitted by Jason Peel <jsyn@nthought.com>
2001-07-02 15:40:25 +00:00
pvalchev
bfc6026476 better 2001-06-30 20:27:23 +00:00
pvalchev
9a81894fbe Author changed distfile and plugged back NLS support, so re-add
our gettext tweaks and update checksum.
2001-06-30 20:17:36 +00:00
pvalchev
b828b0d2a0 Upgrade to centericq-3.34.15
The author seems to have dropped gettext and any NLS support.
Changes:
* Fix a minor bug that caused problems when sending files,
* Shows a warning when you run more than one clients with the same UIN,
* Fix a big that caused some messages not to appear in history,
* Manual page included in the package - centericq(1),
* An ability to turn off local mailbox checking was added.
2001-06-30 17:34:13 +00:00
brad
4dd4ecbd7a - fixup Makefile
- add @comment with RCS id to PLIST
2001-06-29 14:31:02 +00:00
naddy
4f1d74bd27 Add gdk_pixbuf dependency; from Nick Nauwelaerts via maintainer. 2001-06-26 21:03:29 +00:00
lebel
e6bc2a72b4 +balance 2001-06-25 23:06:25 +00:00
lebel
d88a2c384c initial import of balance-2.24.1:
--
Balance is a simple but powerful generic tcp proxy with round robin
load balancing and failover mechanisms. Its behaviour can be
controlled at runtime using a simple command line syntax.

The latest release now supports the definition of channel groups
and connection counting and handling boosting the power and versatility
of balance one big step further.

WWW: http://balance.sourceforge.net/

Submitted by Jason Peel <jsyn@nthought.com>
2001-06-25 23:05:44 +00:00
dhartmei
0dbaa8a3aa security bugfix, ok brad@ 2001-06-25 15:14:26 +00:00
pvalchev
43bf475907 fmt -w 60 2001-06-25 01:44:59 +00:00
pvalchev
1cab5ef06a Add patch to have ssfe's cursor return to the input line.
Distributed by the author; suggested by dorqus@bsdfreek.com
2001-06-25 01:02:41 +00:00
obecian
ca7d836fd9 nemesis-1.32 update
I am no longer the developer of the Nemesis Project.
This project is now developed by Jeff Nathan <jeff@wwti.com>
I will still remain the active maintainer of the OpenBSD port.

For those curious, details of WHY I have given up Nemesis and
the future direction of this project can be found here:

  http://www.packetninja.net/nemesis_announcement.html
2001-06-24 18:41:19 +00:00
brad
c69d943538 passing ${LDFLAGS} is unnecessary.
--
Ok'd by: maintainer
2001-06-24 15:16:15 +00:00
itojun
cb3a404a00 update to 1.2. 6to4 reverse lookup support, more pedantic about buffer length
issues, and more.
2001-06-22 13:28:49 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
kevlo
ce712e1ddc upgrade to version 1.1.2
From ChangeLog:
- added DCOP interface
- fixed restroing
2001-06-18 04:01:22 +00:00
camield
c4c36b5807 +pdnsd 2001-06-14 14:48:26 +00:00
camield
82a4c631a2 threaded dns daemon, optimized for caching
Submitted by Sebastian Stark <seb@todesplanet.de>
2001-06-14 14:46:07 +00:00
angelos
61c1b2d132 pchar-1.4 2001-06-13 23:22:36 +00:00
jakob
c21a8c6542 remove python dependency. suggested by <crh@nts.umn.edu>. 2001-06-13 21:52:50 +00:00
lebel
5d39cc0ccb update net/ipcheck to 0.116 2001-06-13 15:35:15 +00:00
kevlo
cf1221648a upgrade to version 1.40
--
Ok'd by maintainer
2001-06-12 07:20:08 +00:00
kevlo
0d8436378a upgrade to version 2.3.11 2001-06-12 07:11:58 +00:00
kevlo
5ed1928eb9 update MASTER_SITES and HOMEPAGE to SOURCEFORGE 2001-06-12 07:10:51 +00:00
obecian
67d0fa0334 ettercap-0.5.0 update 2001-06-12 00:25:53 +00:00
espie
f18416aae3 Adjust these to grab qt1 in the right place.
Patches in explorer changed name thanks to update-patches.
2001-06-09 19:55:10 +00:00
fgsch
cba606b387 remove ipf/ipnat references; reinhard@ ok. 2001-06-08 17:59:19 +00:00
naddy
7413cf42f0 maintainer update to 0.97:
adds support for an '-R' flag to show alternative output
2001-06-08 13:32:30 +00:00
lebel
a05b6134bc +gtk-gnutella 2001-06-07 18:46:21 +00:00
lebel
5ceaf68c8d initial import of gtk-gnutella-0.12:
--
What is Gtk-Gnutella ?
 
Gtk-Gnutella is a clone of Gnutella (see gnutella.wego.com).  It's
a Unix clone, and it needs GTK+ (1.2 or above). Gnome is not needed.
It is currently developed and tested under Linux (Redhat 6).  It
is known to run at least on Linux and FreeBSD (on 80x86 machines).
It is released under the GNU Public License (GPL).
 
Is it finished ?
 
No. Currently it lacks all sharing support, as well as many other
(minor) features. But you should already be able to search for any
files you want and to download them.

Submitted by Flinn Mueller <flinn@activeintra.net>
2001-06-07 18:45:32 +00:00
camield
2f7a725ad1 workaround for datasize limit, ok lebel@ 2001-06-07 12:42:30 +00:00
naddy
21fa6b20e4 remove; superseded by net/cvsup 2001-06-06 15:27:16 +00:00
obecian
72a5f111e9 nemesis-1.31 update 2001-06-06 08:09:28 +00:00
naddy
7c7a4c5d9e sync with PKGNAME and USE_MOTIF correction from -stable 2001-06-05 20:28:24 +00:00
bmc
f0b58e08f6 update to 2.54b25
From CHANGELOG

-- Added a whole bunch of new OS fingerprints (and adjustments)
   ranging from big important ones (Linux 2.4.X, OpenBSD 2.9, FreeBSD
   4.3, Cisco 12.2.1, MacOS X, etc) to some that are more obscure (
   such as Apple Color LaserWriter 12/660 PS and VirtualAccess
   LinxpeedPro 120 )

-- Added "All zeros" IP.ID sequence classification to account for the
   new Linux 2.4 scheme which seems to use 0 whenever the DF bit is
   set (probably a good idea).

-- Tweaked TCP Timestamp and IP.ID sequence classification algorithms
2001-06-05 11:27:56 +00:00
kevlo
2f641bf7dc - add gtk+ flavor
- fix library linking
--
Thanks naddy@
2001-06-05 05:01:27 +00:00
dugsong
e3251b2bb6 fix configure.in so that libnet-config is actually useful, as requested by Matt Behrens <matt@zigg.com>. 2001-06-04 05:50:51 +00:00
kevlo
2e2d6a93da - use gtk instead of openmotif
- add USE_X11
2001-06-04 03:05:18 +00:00
brad
0eefe9a858 - fix PostgreSQL dependency entry, pg -> pq.2
- update dependency entry for MySQL.
2001-06-03 05:28:57 +00:00
obecian
ea553ab4b0 update sum from repackage -- verbose output of ARP when sending RARP
packet - wasn't worth a rerelease
2001-06-03 00:37:24 +00:00
naddy
a9bb7a053f Grrr, use the right patch.
Noticed by Hans-Guenter Weigand <hgw@d1906.inka.de>.
2001-06-02 22:43:51 +00:00
bmc
6914a2b713 upgrade to 2.54BETA24
* fixed RPC scanning bugs
* updated RPC program list
2001-06-02 16:24:27 +00:00
obecian
8a382863da nemesis-1.3 update 2001-06-02 03:33:59 +00:00
brad
67c6fa4464 upgrade to mrtg 2.9.12a 2001-06-02 02:40:09 +00:00
naddy
6775bc37f8 Restore mangled CVS keyword and disable keyword expansion.
Noticed by Hans-Guenter Weigand <hgw@d1906.inka.de>.
2001-06-02 00:14:16 +00:00
matt
b07d21082e - viewer subpackage, suggested by Joshua Stein <jcs@rt.fm>
- add missing vncconnect binary to main package
- better COMMENT
2001-06-01 23:44:47 +00:00
jakob
63f99d9779 - update to v2.1a11
- move examples configuration into $PREFIX/share/examples/arpwatch
- move database to /var/arpwatch, create if needed
- update manpages to reflect new paths
- take MAINTAINER
2001-06-01 23:36:31 +00:00
form
5fa10a9eb6 missed in last commit 2001-05-31 03:47:00 +00:00
form
fc67797e2d Fix Russian text conversion... 2001-05-31 03:45:43 +00:00
brad
0fe4573395 upgrade to jftpgw 0.0.12pre 2001-05-31 01:58:57 +00:00
brad
8ebfc5ea25 upgrade to Curl 7.7.3 2001-05-30 16:01:15 +00:00
matt
6b794864b0 better 2001-05-28 15:27:18 +00:00
form
90620642df Fix birthdate printing... 2001-05-28 06:15:50 +00:00
form
db328a8a28 fix `info' command. 2001-05-28 05:15:38 +00:00
naddy
e34268c265 Fix for the "jakarta-tomcat" problem, FreeBSD PR #27495.
From John Polstra <jdp@polstra.com>, via FreeBSD.
2001-05-27 20:39:08 +00:00
form
a2ecef7e8f upgrade to 0.4.6p4 2001-05-26 05:13:46 +00:00
brad
e7a12de079 takeover as MAINTAINER 2001-05-23 21:23:25 +00:00
brad
b4f40bcb75 use KAME 05/08 IPv6 patch 2001-05-23 21:21:55 +00:00
wilfried
d4166e118e change depends for snmp, ok jakob@ 2001-05-23 08:38:40 +00:00
matt
4fea871ff3 - update to 3.3.3r2 and modernize
- fix vncserver Xauthority problem
- take MAINTAINER from ports@
2001-05-22 19:30:16 +00:00
danh
2452c2ecf2 update to ucd-snmp 4.2.1 2001-05-22 19:21:34 +00:00
danh
3e2fb6c4fb update to sing 1.1 2001-05-22 18:18:50 +00:00
kevlo
6065592ed9 -lftp:ssl 2001-05-21 04:01:09 +00:00
kevlo
928f78b7c8 remove ssl flavor. It should be enabled by default.
--
Mentioned by naddy@
2001-05-21 04:00:35 +00:00
avsm
f2e86dc098 tidy up Makefile 2001-05-21 00:11:19 +00:00
kevlo
d6bf2cb8ad upgrade to version 0.35 2001-05-20 12:48:27 +00:00
kevlo
012211055a +lftp:ssl and +kmago:wget 2001-05-20 12:46:38 +00:00
kevlo
204d79540d upgrade to version 2.3.10 2001-05-20 12:44:46 +00:00
pvalchev
8cc5110715 Update to v3.29.12
- Install locale files.
- Use the gettext port rather than building the included one.
help from naddy@

Brief ChangeLog:
o Now it's possible to open a received URL with a browser directly;
controlled in the ~/.centericq/actions file.
o Cancelled messages are now being postponed for later editing.
o Substring search in history is implemented.
o QuickFind feature works in multiple contact selection mode as well
as in the contact list and is case insensitive.
2001-05-19 17:23:59 +00:00
matt
0bb946130e fix for PR 1634, from maintainer 2001-05-19 00:10:03 +00:00
jakob
cc46529a40 update to v1.3. from MAINTAINER. 2001-05-18 15:26:08 +00:00
matt
cdfe1d3fc5 - update to 2.2.0 (tdb.c patch is from samba CVS to fix a bug), new MAINTAINER (daniel@benzedrine.cx)
- put daemons in ${PREFIX}/libexec, respect CFLAGS (me)
2001-05-16 00:59:47 +00:00
naddy
983afa69d2 fix message catalogs 2001-05-14 20:17:27 +00:00
brad
2c0fb110b6 make -> ${MAKE_PROGRAM} 2001-05-14 18:25:24 +00:00
millert
8ed18b6667 Make paging *not* be the default. Also regenerate patches with new naming
scheme while I'm at it.
2001-05-14 16:42:49 +00:00
avsm
17aa3579b6 Upgrade to yafc-0.7
now with sftp support!
2001-05-13 21:41:04 +00:00
obecian
7b136a6073 ettercap-0.4.3 update
Changes:
Added a Protocol State Machine for dissectors, the ability to
specify the rule "Log" to the filtering form, a Packet Factory to create
and send packets on the fly, support for multiple config files, code
cleanups, added the ability to launch plugins from connection list, a new
plugin named banshee, and enhancements in the protocol dissector for
SOCKS 5, IMAP, VNC, SMB, and MySQL.
2001-05-12 04:40:48 +00:00
camield
9b45def313 checksum changed on manpage distfile
noted by jcs@rt.fm
2001-05-11 09:52:31 +00:00
jakob
f8a90458fc typo in MASTER_SITES 2001-05-11 09:52:30 +00:00
jakob
c3613bc0d9 revoke MAINTAINER. requested by MAINTAINER 2001-05-11 09:50:56 +00:00
naddy
ec4ede3197 Use MACHINE_ARCH instead of ARCH in p5-* dependencies. 2001-05-10 22:11:27 +00:00
naddy
7670a4e329 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
Bump NEED_VERSION accordingly.
2001-05-10 19:20:40 +00:00
pvalchev
3c45f85455 Switch my email over @openbsd.org.
Insert all COMMENT lines into double quotes for consistency.
2001-05-09 23:26:16 +00:00
pvalchev
bac2c0498b Update to centericq-3.22.8:
- Contact list is now sorted by "who-last-send-an-event" criteria.
- Quickfind mode is available.
- Unsent messages counter on the top of screen has been added.
Kill a dead MASTER_SITE (found by naddy@) and add a new one in the US.
reviewed by naddy@
2001-05-09 22:47:58 +00:00
danh
2dafe55ff7 revert last commit ; need to pay attention 2001-05-09 19:16:47 +00:00
danh
597373f912 update to safecat 1.8 2001-05-09 19:13:52 +00:00
kevlo
1f57540ad1 - upgrade to version 1.39.2
- update MASTER_SITES and WWW
- bump NEED_VERSION
- remove USE_GMAKE

--
Ok'd by maintainer
2001-05-09 15:26:00 +00:00
naddy
694b2853bf Update to 2.0.9; requested by matt@
SECURITY FIX for the /tmp hole not adequately fixed in 2.0.8.
2001-05-09 14:55:49 +00:00
mickey
d6e211b7ee add ttcp 2001-05-08 04:29:02 +00:00
mickey
e4d12ca8e2 tcp/udp pipe measuring tool; from sgi via freebsd port; brad@ help and ok 2001-05-08 03:58:14 +00:00
pvalchev
7d890645c6 Use MACHINE_ARCH instead of ARCH in PLIST for m68k-based architectures.
Bump NEED_VERSION respectively.
okay miod@
2001-05-08 01:03:28 +00:00
naddy
e4956717e8 - take MAINTAINER; ok espie@
- prettify
- quote M3FLAGS
- update to snapshot version 16.1a, which fixes a number of well-known bugs
2001-05-06 19:39:44 +00:00
brad
c20471d05e better way of making up PKGNAME, make use of :L variable modifier. 2001-05-06 19:29:21 +00:00
lebel
5cfe30637f add ipcheck. 2001-05-06 14:14:26 +00:00
lebel
100b3e4e23 initial import for ipcheck-0.101:
--
This is a simple Python script to register your dynamic IP address
using the NIC V2.0 protocol. We aim to be fully compliant with the
dyndns client specification.
2001-05-06 14:12:56 +00:00
lebel
ecc5a2d290 net: integrate COMMENT, bump NEED_VERSION. 2001-05-06 04:59:54 +00:00
obecian
dea8b24bca ettercap-0.4.2 update 2001-05-05 23:29:03 +00:00
espie
7385e85605 +pm3, +cvsup
register conflicts with cvsup-bin packages.
2001-05-05 22:20:35 +00:00
espie
6ba27f9eb6 Native cvsup 2001-05-05 22:15:17 +00:00
jakob
8168817fc7 update to BIND 9.1.2
--
BIND 9.1.2 is now available. This is a maintenance release, containing
fixes for a number of bugs in 9.1.1 but no new features. We recommend
that all users of earlier versions of BIND 9 upgrade to 9.1.2.

DNSSEC users should note that DNSSEC validation involving algorithms other
than RSA will not interoperate between this version of BIND and version
9.1.1 or older, because the older versions use an incorrect formula for
calculating key tags of non-RSA keys.
2001-05-05 22:10:32 +00:00
espie
855e75279a bye bye comment 2001-05-05 21:41:53 +00:00
espie
0f504538d4 Forgot about this motif flavor add-on... 2001-05-05 21:32:09 +00:00
espie
b186afd8b2 , -> : in flavor deps. 2001-05-05 21:28:04 +00:00
camield
643cc1206a PERMIT_PACKAGE_*: Yes -> No
No license, or license not clear
2001-04-22 12:04:43 +00:00
shell
f7a2729ae0 ftpcopy upgrade to 0.3.7
- bump NEED_VERSION
  - integrate COMMENT

from maintainer : Brian J. Kifiak <bk@rt.fm>
2001-04-22 10:10:54 +00:00
brad
4cc2a86a24 remove dewey dependency entry on gettext until post-2.9. 2001-04-22 04:23:13 +00:00
brad
c1041db194 - integrate COMMENT
- bump NEED_VERSION
- MAKE_ENV= -> MAKE_ENV+=; should fix problem art@ has been seeing.
--
Ok'd by: espie@
2001-04-21 14:57:48 +00:00
reinhard
98f255a709 +COMMENT; pointed out by Joshua Stein <jcs@rt.fm> 2001-04-20 23:45:12 +00:00
reinhard
229e85b677 update to irssi-0.7.98.3 2001-04-20 15:43:07 +00:00
reinhard
61e4fc1199 *) install documentation
*) rename patches
*) bump NEED_VERSION

ok kevlo@
2001-04-20 07:53:01 +00:00
bmc
a703f91031 * added ipv6 flavor (if ipv6 is enabled, ipv4 does not work)
ok wilfried
2001-04-20 07:31:35 +00:00
naddy
d6de29aacc Quick fix to resolve readline's termcap dependency.
Problem reported by krw@
2001-04-19 16:24:06 +00:00
danh
76bfcd7a0a update to version 4.0.99k23 2001-04-19 14:51:27 +00:00
wilfried
50eef9f0b3 give unnumbered ports a version number 2001-04-19 10:41:14 +00:00
avsm
8a90849f64 - sync MASTER_SITE with new FreeBSD-local one
- integrate COMMENT and bump NEED_VERSION
2001-04-18 23:35:41 +00:00
brad
5a331a95b4 upgrade to EPIC4 1.0.1 2001-04-18 16:03:36 +00:00
espie
eef0f0e76b Fix USE_MOTIF, especially for those ports with `motif' flavors. 2001-04-18 15:01:02 +00:00
brad
31355b4571 patch-etcafpd-authc
more syslogging of login failures so we have have more info on why.

patch-etcafpd-volumec
Update to partially resolve the current problem with afpd not behaving
correctly with permisions on /etc/netatalk.

Log correctly to /var/log/daemon when we can't access configuration files.
Put in place proper error checking when reading them. Would be nice if the
origional programmers actually checked for failure for anything.
People can now see just why things are not working as they like.

Mar 29 18:08:38 kashmir afpd[6210]: session from 39148.187:250 on
39148.169:129
Mar 29 18:08:38 kashmir afpd[6210]: login dingo (uid 1002, gid 10)
Mar 29 18:08:38 kashmir afpd[6210]: unable to access
/etc/netatalk/AppleVolumes.system: Permission denied
Mar 29 18:08:40 kashmir afpd[6210]: done
Mar 29 18:08:40 kashmir afpd[21593]: asp_chld 6210 done

Pass the CORRECT arguments to creatvol. from "Benninghoff, John"
<JABenninghoff@dainrauscher.com>

Return AFPERR_PARAM when we can't access configuration files to
the appleshare client requesting access. This stops possible DOS under
MacOS. In it's current form the Appleshare client has to be killed on the
MAC side by killing the "CHOOSER" Application. By returning proper errors
the appleshare client exits gracefully with error: "An Appleshare system
error occured."

patch-etcpapd-lpc
cosmetic change: remove an unused variable.

patch-version
changes made bump version.
--
From: maintainer
2001-04-18 13:17:43 +00:00
brad
c92b3b5132 - integrate COMMENT
- bump NEED_VERSION
- hardcoded /etc/netatalk -> ${SYSCONFDIR}
--
Ok'd by: maintainer
2001-04-18 13:00:26 +00:00
naddy
4470a3dfb2 revert maintainer back to ports@; requested by peter.galbavy@knowledge.com 2001-04-18 12:24:24 +00:00
naddy
1107528eab Update to 2.0.8: This release fixes a significant security vulnerability
that allows local users to corrupt local devices (such as raw disks).
2001-04-18 11:35:57 +00:00
brad
16f85e05e0 - integrate COMMENT
- bump NEED_VERSION
- use KAME 04/18 IPv6 patch
- use dewey dependency on gettext
2001-04-18 04:14:31 +00:00
aaron
a59be42c17 Don't need autoconf as a BUILD_DEPENDS, and use USE_LIBTOOL; avsm@ 2001-04-17 16:05:32 +00:00
kevlo
cf9e7eda25 Add roxirc. 2001-04-17 15:29:32 +00:00
kevlo
2a54ff0ade Initial import of roxirc 1.72
RoxIRC is a graphical IRC client written in tcl/tk.  It provides a pleasant,
easy to use, and powerful interface.
2001-04-17 15:28:54 +00:00
aaron
849de92d50 add everybuddy 2001-04-17 13:36:45 +00:00
aaron
7eacf2ce3e Everybuddy is a chat application that "combines" several different ones
including AIM, ICQ, and Yahoo! Chat.  It also has file transfers between
other Everybuddy users, and planned support for file transfers to other
users.  From Josh Rivel <dorqus@bsdfreek.com>.
2001-04-17 13:35:31 +00:00
kevlo
f0c89add22 - upgrade to version 0.9.81
- update HOMEPAGE
- integrate COMMENT
- bump NEED_VERSION
2001-04-17 05:34:49 +00:00
jakob
e01ea7cf3b adjust license. we can distribute package and distfiles via FTP. 2001-04-16 21:43:57 +00:00
jakob
900a5337a5 add iperf 2001-04-16 21:33:54 +00:00
jakob
7fc9909d61 Iperf is a tool for measuring maximum TCP and UDP bandwidth,
reminiscent of ttcp and nettest. It has been written to overcome the
shortcomings of those aging tools.
2001-04-16 21:33:10 +00:00
lebel
c884ce5271 update mrtd to 2.2.2a. Submitted by Brian J. Kifiak <bk@rt.fm>. 2001-04-16 12:15:22 +00:00
naddy
613102dea7 Pull COMMENT into Makefile, bump NEED_VERSION.
Add comment with license type.
2001-04-14 11:36:13 +00:00
peter
857f69efb8 add p5-Net-Whois and p5-Net-ParseWhois. missed again. 2001-04-14 10:27:38 +00:00
brad
13357fadd1 - mark BROKEN on powerpc for the same reason sparc is.
- integrate COMMENT
- bump NEED_VERSION
--
Ok'd by: maintainer
2001-04-14 02:50:52 +00:00
naddy
60b9319335 Maintainer update:
1. Integrate COMMENT, new NEED_VERSION
2. Fix getopt.c compilation warning
2001-04-14 02:49:45 +00:00
brad
cf25d553a5 - integrate COMMENT
- bump NEED_VERSION
2001-04-13 22:55:49 +00:00
peter
3d8a519256 import Net::ParseWhois-0.60 2001-04-13 18:06:19 +00:00
peter
c9afacc177 import Net::Whois-1.9 2001-04-13 18:05:21 +00:00
angelos
3b6d1e3189 Not needed (thanks to Todd Fries) 2001-04-13 17:10:26 +00:00
angelos
9b267f38f5 rename patch to be consistent with the rest of the ports tree 2001-04-13 17:09:18 +00:00
angelos
ed3ec225ec Update to version 1.3.2; the patch is needed to fix a function
prototype difference. It should be fixed in the next release.
2001-04-13 16:56:59 +00:00
jakob
4bfd7bbb0e update to ethereal v0.8.17 2001-04-12 22:09:39 +00:00
bmc
852f6d502f * integrated COMMENT
* bumped NEED_VERSION
* updated my address

ok obecian@
2001-04-12 15:59:15 +00:00
reinhard
a1fce72e8b *) add NOTE about Alcatel ADSL modem vulnerabilities
*) nicer reconnect script
*) bump NEED_VERSION
*) integrate COMMENT
*) various cleanups (esp. for bbaa flavor)
2001-04-12 14:27:12 +00:00
obecian
654aaff6fe reflect ettercap import 2001-04-12 08:00:51 +00:00
obecian
7ebc0f1fd5 ettercap-0.4.0 - multi-purpose sniffer/interceptor/logger 2001-04-12 07:58:35 +00:00
bmc
df2a1ed488 Modified Files:
Makefile
Added Files:
 	patches/patch-ircd_s_user_c
Removed Files:
 	pkg/COMMENT

LogMessage:

* fixed IPv6 support
* integrate COMMENT

ok naddy@
2001-04-10 16:18:02 +00:00
espie
2da58bdddf Chris is doing other things, and doesn't currently have time to maintain
ports -> revert these to default MAINTAINER.
2001-04-10 14:01:19 +00:00
brad
0160f81d4e Add patch that fixes the brain-damaged behavior of the Samba ports
autoconf script with regard to the SSL support. Now we can atleast compile
in SSL support.
2001-04-10 11:36:15 +00:00
brad
0e945a7def - integrate COMMENT
- bump NEED_VERSION
- add name to MAINTAINER
- hardcoded /etc -> ${SYSCONFDIR}
- move example samba config from PREFIX/lib/samba ->
PREFIX/share/examples/samba
- fixup INSTALL/DEINSTALL
--
Ok'd by: maintainer
2001-04-10 11:33:46 +00:00
brad
666c663d65 rename patch 2001-04-10 01:46:59 +00:00
espie
a239297799 Modernize 2001-04-08 17:06:05 +00:00
jasoni
ac9e034df2 oops, bump need_version 2001-04-07 19:44:18 +00:00
jasoni
3d8f148ae6 move comment to makefile 2001-04-07 19:34:46 +00:00
avsm
2d370ec881 Use readline support
Integrate COMMENT
2001-04-07 09:28:28 +00:00
brad
09c612a72c upgrade to Curl 7.7.1 2001-04-06 17:30:41 +00:00
danh
cc0593def0 no longer use internal zlib 2001-04-06 15:04:13 +00:00
brad
bb6427b855 bump PKGNAME after security fix. 2001-04-06 14:31:23 +00:00
danh
bb1525b92f better fix 2001-04-06 13:40:17 +00:00
danh
9532303056 keep BROKEN for now 2001-04-05 14:16:16 +00:00
danh
1569bd5bde pull in security patch from FreeBSD 2001-04-05 13:56:54 +00:00
kevlo
cbb7c303b4 - upgrade to version 1.1.1
- bump NEED_VERSION
2001-04-05 13:17:33 +00:00
kevlo
c4b9757fbf - upgrade to version 0.2015
- integrate COMMENT
- bump NEED_VERSION
2001-04-05 13:15:06 +00:00
espie
93a10de944 Ouch 2001-04-05 11:58:05 +00:00
brad
3a4c890512 oops, EPIC4-PRODUCTION -> EPIC4-BETA
--
Noticed by: Peter Valchev <pvalchev@freeuk.com>
2001-04-03 23:52:52 +00:00
naddy
c130344290 - update MASTER_SITES; from maintainer
- integrate COMMENT
2001-04-03 22:25:01 +00:00
brad
6fcf8e6b7e upgrade to EPIC4 1.0 2001-04-03 13:38:09 +00:00
brad
3dc95bdc22 unnecessary 2001-04-03 02:58:25 +00:00
brad
ce9856f9ad - integrate COMMENT
- bump NEED_VERSION
- add KAME IPv6 patch
- remove LICENSE_TYPE
- move sample config file from PREFIX/lib/trafshow to
PREFIX/share/examples/trafshow
- rename patches
- trim DESCR
- fixup INSTALL/DEINSTALL
2001-04-03 02:43:44 +00:00
brad
26202530f4 - ensure man pages have correct paths in them.
- enable SEPARATE_BUILD
2001-04-02 15:38:52 +00:00
brad
05de45d6af better 2001-04-02 15:36:44 +00:00
brad
a428ef07c1 - integrate COMMENT
- bump NEED_VERSION
2001-04-02 02:09:15 +00:00
brad
29b0b2b695 add IPv6 patch. 2001-03-31 21:23:37 +00:00
brad
570ca380ab upgrade to Curl 7.7
--
From: Pete Fritchman <petef@databits.net>
2001-03-30 18:40:59 +00:00
wilfried
468c74233f mlockall broken on i386 2001-03-30 17:49:03 +00:00
form
26466964f9 move COMMENT to Makefile 2001-03-29 10:14:27 +00:00
jakob
f1280a674a update to BIND 9.1.1. this is a maintenance release, fixing
a number of bugs in BIND 9.1.0. there are no new features.
2001-03-29 06:47:54 +00:00
danh
732abfb621 bump NEED_VERSION and integrate COMMENT 2001-03-28 19:35:25 +00:00
danh
9bc8553e63 - bump NEED_VERSION
- integrate COMMENT
- fix man page references in MESSAGE (Sean Cavanaugh <seanc@unixgeeks.ca>)
2001-03-28 19:05:30 +00:00
wilfried
1911eb9940 - integrate COMMENT
- bump NEED_VERSION
2001-03-28 10:05:32 +00:00
obecian
3ddc7889cb kill pkg/COMMENT 2001-03-28 09:43:30 +00:00
obecian
4f46a4a8f6 + integrate COMMENT
+ bump NEED_VERSION
2001-03-28 08:28:47 +00:00
obecian
e3bd8f6216 + integrate COMMENT
+ bump NEED_VERSION
2001-03-28 08:21:51 +00:00
jakob
8e4c7e0943 update to BIND v9.1.1rc7 2001-03-27 09:03:17 +00:00
kevlo
e13ea65712 - Add uic dependency
- Integrate COMMENT
- Bump NEED_VERSION
2001-03-26 15:12:33 +00:00
wilfried
4439581f74 respect CFLAGS, ok naddy@ 2001-03-26 09:18:28 +00:00
jakob
3e8e077b48 quote COMMENT; <kwesterback@home.com> 2001-03-25 18:17:18 +00:00
kevlo
6a3f241abc Upgrade to version 2.3.9 2001-03-25 08:59:05 +00:00
kevlo
cce66a977c Add kmago. 2001-03-25 08:35:46 +00:00
kevlo
5d8869ab84 Initial import of kmago 1.1
Kmago is a download manager for KDE2.
2001-03-25 08:34:57 +00:00
brad
118fbe532e integrate COMMENT and patch into Makefile. 2001-03-24 22:03:24 +00:00
jakob
4082222fa5 conflict bind{8,9} 2001-03-24 19:59:38 +00:00
jakob
1d0220ad49 move COMMENT into Makefile & touch NEED_VERSION 2001-03-24 19:55:27 +00:00
danh
aad0cab858 play nice with new libreadline 2001-03-24 17:31:23 +00:00
brad
de161fa5e8 upgrade to EPIC4 0.10.1 2001-03-24 17:29:16 +00:00
danh
c782324252 remove undiscussed changes 2001-03-24 17:20:36 +00:00
reinhard
9bd1a1dddb o) change maintainer's email address
o) move COMMENT into Makefile
o) bump NEED_VERSION
2001-03-24 12:51:47 +00:00
jakob
39cbfd67c4 reintroduce MESSAGE about bind9-enable 2001-03-23 16:32:09 +00:00
jakob
9770352f01 update to v9.1.1rc6 2001-03-23 03:10:47 +00:00
avsm
946fb5ebb0 netpipe -> netpipes 2001-03-22 23:06:06 +00:00
avsm
7a59658bbb Remove the 'netpipe' port, its now called 'netpipes' 2001-03-22 23:05:40 +00:00
avsm
42811ab2e9 Re-import this port under the name 'netpipes' instead of 'netpipe'
ok naddy@, espie@
2001-03-22 23:03:23 +00:00
avsm
a1c2730a2b respect CC/CFLAGS (noticed by wilfried@) 2001-03-22 00:22:54 +00:00
avsm
2f0c36b688 fix the man page formatting 2001-03-22 00:16:49 +00:00
avsm
18ce5b953c - updated to netpipes-4.2-export (seen by Bitt Faulk, wfaulk@beaglebros.com)
- bump NEED_VERSION
- take MAINTAINER from ports@
- remove LICENSE_TYPE
- add HOMEPAGE
- improve DESCR
- sort PLIST
- regenerate patch
2001-03-21 22:57:23 +00:00
naddy
c9c6eae756 Cleanup; from Pete Fritchman <petef@databits.net>. 2001-03-21 21:09:04 +00:00
brad
e7442d1505 ntp.conf -> ntp.* 2001-03-20 15:53:40 +00:00
fgsch
a3b46fc538 Security update: upd. to 1.3.10; fixes several problems reported
to bugtraq recently plus some other issues.
2001-03-19 20:50:00 +00:00
fgsch
2e43bfefdf Security updatei: upd. to 1.3.10; fixes several problems reported
to bugtraq recently plus some other issues.
2001-03-19 20:49:52 +00:00
wilfried
de006f5e67 bump the version. from maintainer 2001-03-19 13:51:21 +00:00
wilfried
721c65541e fix so papd can read lpd's /etc/printcap a little better.
from maintainer
2001-03-19 13:50:57 +00:00
wilfried
b8543e49b9 Fix the way in which the atalkd routing daemon handles startup with
repect to non-allowable zero appletalk zone range.
from maintainer
2001-03-19 13:50:01 +00:00
wilfried
a3122bc352 fix the example printcap settings in psf(8) so we use the correct paths.
from maintainer
2001-03-19 13:47:37 +00:00
danh
6be46f2b5c respect CFLAGS 2001-03-19 03:53:25 +00:00
obecian
5be100276f respect CC/CFLAGS (from wilfried@) 2001-03-18 02:20:36 +00:00
wilfried
23c9148e03 respect CFLAGS 2001-03-17 15:39:25 +00:00
wilfried
47cc6c1a38 respect CFLAGS, ok maintainer 2001-03-16 18:02:12 +00:00
espie
63eb6b8aea Simplify 2001-03-16 16:35:19 +00:00
wilfried
9910cb8abb respect CC/CFLAGS, ok maintainer 2001-03-16 10:33:41 +00:00
wilfried
52d2dd29c3 respect CFLAGS, ok maintainer 2001-03-16 10:20:50 +00:00
naddy
d902718282 Update to 0.96, from maintainer Joshua Stein <jcs@rt.fm>:
- miscellaneous changes
- now includes manpage
Additionally (ok maintainer):
- respect CC/CFLAGS/LOCALBASE
- move arping to sbin
2001-03-16 01:36:50 +00:00
obecian
6f7a09b935 removed a couple patches too many -- re-institute the removal of -g
on CFLAGS  -- noticed by brad@
2001-03-15 21:09:37 +00:00
obecian
5f2de53569 nmap 2.54BETA22 update
submitted by Brian Caswell <bmc@mitre.org>
2001-03-15 19:38:49 +00:00
jakob
54d511bf08 update to v0.9b1 patchlevel 1. 2001-03-15 12:15:13 +00:00
jakob
d31f8a6f5d update to BIND v9.1.1rc5 2001-03-15 08:55:52 +00:00
wilfried
597fd1af2e + wmwave 2001-03-14 14:11:50 +00:00
wilfried
3dacc626ae Initial import of wmwave-0.4
Window Maker dockapp to display wavelan statistics

Submitted by:  Joshua Stein <jcs@rt.fm>
2001-03-14 14:10:49 +00:00
jakob
9b53594953 - fix postgres flavor issues
- PREFIX -> LOCALBASE for configurations.

from MAINTAINER
2001-03-12 21:46:20 +00:00
wilfried
dca3042a8f respect CFLAGS
add cvs tag
2001-03-12 16:10:52 +00:00
wilfried
ed2dab33ab respect CC/CFLAGS 2001-03-12 16:03:36 +00:00
wilfried
11f08e1166 respect CFLAGS
fix memory bugs while I'm at it
2001-03-12 15:59:02 +00:00
wilfried
4d000db702 respect CFLAGS
add cvs tag
2001-03-12 15:50:29 +00:00
naddy
a64fa35d5d +ftpcopy 2001-03-12 00:09:13 +00:00
naddy
228171a0ba Import ftpcopy 0.3.5.
Submitted by Brian J. Kifiak <bk@rt.fm>.

ftpcopy contains simple, non-interactive FTP clients for copying and
listing files.
2001-03-12 00:07:09 +00:00
brad
859d966f0b better COMMENT, don't start with a capitcal letter. 2001-03-10 04:14:34 +00:00
brad
19ba1bf156 correct path to snort example rules 2001-03-09 20:24:53 +00:00
wilfried
61ec94c7f6 -clean up (match Makefile.template)
-add USE_X11 where forgotten
2001-03-09 14:28:45 +00:00
reinhard
6b2227126d +centericq 2001-03-09 10:03:21 +00:00
reinhard
fb54ac758d MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
A curses-based textmode ICQ client implementation. It is a
fully featured client, can do things like file transfer. Has
the ability to associate sounds with different actions/evens
and play them through a sound card, as well as the standart
beeping.
 
Things like colors are not hard-coded in the program itself,
but can be set in the corresponding config files
2001-03-09 09:43:21 +00:00
brad
b676d035fb remove major rev for mysqlclient dependency entry. 2001-03-07 19:05:33 +00:00
reinhard
21f46b3a88 cvs strikes again 2001-03-07 14:39:59 +00:00
reinhard
8390b3e632 update to irssi-0.7.98.2
changelog: http://irssi.org/?page=changelog
2001-03-07 14:37:57 +00:00
jakob
c5c9e5427b update to BIND v9.1.1rc4 2001-03-07 07:53:22 +00:00
jakob
6866f42193 update to Ethereal v0.8.16
--
New dissectors include SUA Light, HCLNFSD, Rquota. Many other dissectors were
updated and bug-fixed.  The wiretap library can now read Etherpeek files,
and write NetMon 2.x files. Capture filters and display filters are kept in
separate dialogues/files to help minimize confusion. A new "Decode As"
feature allows some run-time configuration of which dissectors are called
for a particular packet. You can now click on a byte in the hex dump and the
appropriate field in the protocol tree will be selected. The display filter
code was re-written, and some syntax changed (esp. for boolean variables).
2001-03-06 19:50:51 +00:00
fgsch
836b1485e4 Remove icepass; use encrypt(1) instead.
Regen patches and bump version.
2001-03-06 06:52:40 +00:00
danh
3ea5cdffe3 - update to rrdtool 1.0.33
- use bundled libraries again for now.
2001-03-04 17:06:41 +00:00
reinhard
6493a53144 o) fix 'help' command; pointed out by horacio@
o) document gettext flavor
o) bump NEED_VERSION
2001-03-04 12:50:49 +00:00
danh
bf589a9e6e MAINTAINER set to ports@openbsd.org.
Received no response from these individuals in a request for their real
names to be added to MAINTAINER.
2001-03-03 19:26:10 +00:00
brad
ab6eba4f0c remove redundant dependency. 2001-03-02 19:13:30 +00:00
kevlo
d71480d498 Over to maintainer ports@.
Since I don't have the time to maintain it.
2001-03-02 08:09:22 +00:00
brad
c3d151344d don't use USE_BZIP2 anymore, it has been deprecated! 2001-03-01 05:02:02 +00:00
brad
15a8891326 better 2001-03-01 05:00:40 +00:00
naddy
f4dc064af3 +nslint 2001-02-28 23:59:39 +00:00
naddy
907aa6f9cb Import of nslint 2.0.2a2.
Submitted by Wangden Kelsang <wngdn@src.uchicago.edu>.

Nslint reads the (BIND) nameserver configuration files and performs
a number of consistency checks on the dns records.  Nslint is known
to work with BIND versions 4, 8, and 9.
2001-02-28 23:57:34 +00:00
brad
2d40f13625 - libnet creates a shared library now
- bump mysql shared library major rev #
2001-02-28 14:32:08 +00:00
brad
0bfa0b721b /etc -> ${SYSCONFDIR} 2001-02-28 13:57:56 +00:00
obecian
6d4887c2b8 vtun 2.4 update 2001-02-28 01:42:55 +00:00
brad
bb60bba1ca add bnc 2001-02-27 17:42:16 +00:00
brad
24a33e9278 add bnc 2.8.4 port
--
IRC Proxy Daemon that supports virtual hosting.
2001-02-27 17:29:46 +00:00
brad
4063ca6dba upgrade to jftpgw 0.0.11f 2001-02-27 14:05:07 +00:00
jakob
14c739d58b update to BIND v9.1.1rc3 2001-02-27 08:39:39 +00:00
kevlo
80960f837e Upgrade to version 2.3.8 2001-02-27 03:14:09 +00:00
brad
df3111e511 libnet has a shared library now 2001-02-26 03:28:02 +00:00
brad
914a5daa3f create a shared library for libnet 2001-02-26 02:55:34 +00:00
brad
6806651b94 no need for post-install target anymore after upgrade to 1.0.2a 2001-02-26 02:47:41 +00:00
danh
9027238c27 add maintainer's real name 2001-02-25 17:17:41 +00:00
danh
83a927d5da MAINTAINER -> ports@openbsd.org.
This port had no real name associated with the listed address.  When
trying to reach this person, the mail bounces.  It also appears from
the logs that this person hasn't been maintaining this.
2001-02-25 05:29:34 +00:00
reinhard
362669032f +sirc 2001-02-24 11:39:20 +00:00
reinhard
7974b79e64 MAINTAINER= Peter Valchev <pvalchev@toxiclinux.org>
Sirc is an Internet Relay Chat programmable client written in 
perl and C. It has a main perl script that can be run in 'dumb'
mode, standalone, and a separate split-screen front end in C,
called ssfe.
2001-02-24 11:25:58 +00:00
brad
04d91aa405 add missing @dirrm tag 2001-02-23 17:35:19 +00:00
fgsch
0e1fa4ab57 Add homepage. 2001-02-23 10:23:40 +00:00
espie
a221a8dd1f Bad maintainer who does not even check flavors before allowing the commit
of updates.
2001-02-22 22:19:52 +00:00
danh
85c73f7982 +sing 2001-02-22 15:10:04 +00:00
danh
db9a153ad9 import of sing 1.0
Sing is a little tool that sends ICMP packets fully customized from 
command line.  The main purpose is to replace/complement the niceful
ping command with certain enhancements as:

 o Send fragmented packets.
 o Send monster packets > 65534.
 o Send/read spoofed packets.
 o Send	many ICMP Information types in addition to the ECHO REQUEST
   type sent by default as Address Mask Request, Timestamp, Information
   Request, Router Solicitation and Router Advertisement.
 o Send many ICMP error types: Redirect, Source Quench, Time Exceeded, 
   Destination Unreach and Parameter Problem.
 o Send to host with Loose or Strict Source Routing.
 o Use little fingerprinting techniques to discover Window$ or Solaris
   boxes.
 o Send ICMP packets emulating certain OS: Cisco, Solaris, Linux, Shiva,
   Unix and Window$ at the moment.
2001-02-22 15:08:54 +00:00
obecian
0075172af3 libnet 1.0.2a update 2001-02-22 07:50:22 +00:00
brad
b2fcf392b0 upgrade to mrtg 2.9.10 2001-02-21 14:44:57 +00:00
obecian
a35ec42213 add angst port 2001-02-19 21:57:40 +00:00
obecian
44e2f069bb Angst is an active sniffer, based on libpcap and libnet.
Angst provides methods for aggressive sniffing on switched
local area network environments.

It dumps the payload of all the TCP packets received on the
specified ports.  Moreover, it implements methods for active
sniffing.  Angst currently provides two active sniffing methods.
The first monitors ARP requests, and after enabling IP
forwarding on the local host, sends ARP replies mapping all IPs
to the local MAC address.  The second method floods the local
network with random MAC addresses (like macof v1.1 by Ian Vitek),
causing switches to send packets to all ports.  Made just for
testing purposes and fun.  If you compile it on any other
platform except the ones listed below, please contact me at the
above email address.  As always, published under a BSD style
license, see the included LICENSE file.
2001-02-19 21:55:46 +00:00
danh
1da9a04304 sync libtool patches 2001-02-19 16:16:14 +00:00
danh
8c142652a2 sync libtool patches 2001-02-19 16:10:04 +00:00
brad
bc60f51485 sync libtool patch 2001-02-19 16:00:16 +00:00
brad
ac972f7b43 no need to override the random device, BIND9 defaults to the right device
for OpenBSD.
2001-02-19 15:49:44 +00:00
naddy
baeba5179c Update to 1.6.4; from maintainer. 2001-02-19 00:11:43 +00:00
obecian
48f00f9355 upgrade to curl-7.6.1 (ok'd by brad@) 2001-02-18 21:49:36 +00:00
brad
beeacd2ab5 upgrade to mrtg 2.9.8
--
New version pointed out by: Shell Hung <i@shellhung.org>
2001-02-17 22:22:45 +00:00
jakob
78ec12c5a2 add aggregate 2001-02-17 11:56:10 +00:00
jakob
f7b4c8cc9d aggregate - optimise a list of route prefixes; submitted by <jabley@automagic.org> 2001-02-17 11:56:00 +00:00
reinhard
4212699052 document bbaa FLAVOR 2001-02-16 09:56:52 +00:00
camield
51d225d7a7 update to 1.05:
Changes: This version responds differently to *-class queries, and
to AXFR requests, to placate a few broken clients. The servers now
log ``starting'' messages.
2001-02-14 08:44:48 +00:00
brad
55ff8f58d7 add another much-needed dist site. 2001-02-13 20:50:30 +00:00
jakob
67f0d61c8b update checksum 2001-02-13 14:41:44 +00:00
jakob
ef1a851aba update to BIND v9.1.1rc2 2001-02-13 14:26:47 +00:00
danh
5d89fd558a - /etc -> SYSCONFDIR
- general cleanups
2001-02-13 02:23:40 +00:00
danh
e4ce0897f7 better formatting 2001-02-13 02:13:00 +00:00
danh
e84ca4f0e9 - respect CC and CFLAGS.
- /etc -> SYSCONFDIR
- cleanup Makefile and DESCR.
2001-02-13 02:10:57 +00:00
danh
279693ddc6 even better 2001-02-13 01:49:01 +00:00
danh
957bcba6e5 - /etc -> SYSCONFDIR
- cleanup DESCR
2001-02-13 01:43:40 +00:00
danh
2c54a7d5b2 /etc -> SYSCONFDIR 2001-02-13 00:48:51 +00:00
danh
c90852b537 - drop INSTALL in favor of MESSAGE.
- in DEINSTALL, specify exactly what is okay to remove.
2001-02-13 00:40:46 +00:00
brad
1a9e64cc62 hardcoded /etc -> ${SYSCONFDIR} 2001-02-12 18:05:20 +00:00
brad
363f0b5f8e fix formatting of messages. 2001-02-12 17:15:53 +00:00
brad
7ef9d202aa libtool patches 2001-02-12 17:14:33 +00:00
brad
f1c589a1f7 - silence sed
- ${CHOWN}, ${CHMOD} -> chown, chmod
2001-02-12 17:13:17 +00:00
espie
3d95e5e70c Fake. A bit sneaky, since mrtd wants to use DESTDIR, but simpler
with the recent bsd.port.mk changes.
2001-02-12 14:32:36 +00:00
kevlo
be7f92dd38 Upgrade to 0.2014 2001-02-12 03:35:19 +00:00
jeremy
97c1d3667e snort PLIST. 2001-02-12 02:12:31 +00:00
jeremy
def806be57 snort 1.7 2001-02-11 23:51:12 +00:00
jeremy
c991470887 snort 1.7. from cazz <bmc@mitre.org> 2001-02-11 23:50:08 +00:00
espie
0a2067c346 Encourage ircII use. 2001-02-11 11:47:20 +00:00
danh
8305dfea04 fix typo in MASTER_SITES; reported by <kwesterback@home.com> 2001-02-11 06:16:33 +00:00
avsm
a333c1979b - update to yafc-0.6.6
- bump NEED_VERSION
- no longer need help.c patch, its been fixed in source
2001-02-09 12:37:28 +00:00
angelos
701b7efa2b Update to version 1.3.1 2001-02-08 22:53:28 +00:00
brad
b770107e9f upgrade to EPIC4 0.9.16 2001-02-08 19:48:14 +00:00
danh
4273ce2929 cleanup install message 2001-02-08 15:52:18 +00:00
danh
15b28856d5 split version into a different variable; patch from jakob@ 2001-02-08 14:01:17 +00:00
danh
a941f0cc00 concurrent builds work 2001-02-07 18:21:05 +00:00
danh
130a4572fc break documentation into a subpackage. 2001-02-07 18:13:43 +00:00
danh
ee12cf5d65 +ntp 2001-02-07 17:44:26 +00:00
danh
1b938e803b The Network Time Protocol (NTP) is used to synchronize the time of a
computer client or server to another server or reference time source.
(ok espie@)
2001-02-07 17:43:21 +00:00
danh
4fe9619054 - drop pkg/MESSAGE.
- have pkg/INSTALL and pkg/DEINSTALL do the proper things.
2001-02-05 19:11:57 +00:00
danh
bafee809b7 - bump NEED_VERSION.
- respect CC and CFLAGS.
2001-02-05 18:12:02 +00:00
jakob
e97c885692 better perms for /var/named/var/{.,run,tmp}; <jason@couch.com> 2001-02-05 08:45:47 +00:00
ho
4fbcb854ff named-xfer of a stub zone without a specified filename failed when running
without write permissions in (the chroot-ed) '/'.
Problem reported by <jason@couch.com>.
2001-02-04 15:24:01 +00:00
reinhard
a0e3e58ba6 +FLAVOR bbaa (fix for Alcatel 1000 ADSL modem);
thanks reaction@absolute.openbsd.at for testing
2001-02-04 14:57:29 +00:00
itojun
f3e698dcb1 upgrade to 0.91a. no changelog supplied on webpgae. 2001-02-03 09:40:45 +00:00
camield
52aff08d05 Install /etc/dnsroots.global automatically if it does not exist,
or else print a big shiny warning.
2001-02-02 19:34:50 +00:00
danh
306bbf753c fix post-install error introduced in last commit.
reported by Joshua Krage <jkrage@buser.net>
2001-02-01 21:50:30 +00:00
wilfried
e58fe7853d set MAINTAINER mailaddress to my new wilfried@ 2001-02-01 17:34:25 +00:00
espie
ae890c6d3a Fuck cvs 2001-01-31 13:34:33 +00:00
espie
b6832db882 Belatedly, a HOMEPAGE ! 2001-01-30 16:34:13 +00:00
avsm
0f5e4eed40 add tcpstat 2001-01-30 15:24:08 +00:00
avsm
f58b1a4d61 Initial import of tcpstat-1.4
--
tcpstat reports certain network interface statistics much like
vmstat does for system statistics. tcpstat gets its information by
either monitoring a specific interface, or by reading previously
saved tcpdump data from a file.
2001-01-30 15:22:53 +00:00
danh
025216b071 +p5-Net-RawIP 2001-01-29 21:03:08 +00:00
danh
06b39b126e Net::RawIP is a perl module that can manipulate raw IP
packets with an optional feature for manipulating Ethernet
headers.

Submitted by:	Peter Valchev <pvalchev@toxiclinux.org>
2001-01-29 21:01:12 +00:00