Commit Graph

2111 Commits

Author SHA1 Message Date
jsyn
6e68ad506a Import of plushs-1.0:
--
PluSHS allows a user to resolve the names of a single IP address or
entire network of addresses to maintain a "map" of the names that 
comprise a certain network.

WWW: http://plushs.sourceforge.net

MAINTAINER= Jose Jimenez Garcia <pluf@wanadoo.es>

ports/net/resolv has turned into plushs
2002-05-21 21:59:42 +00:00
jsyn
07f1f18450 +arpd 2002-05-20 22:24:15 +00:00
jsyn
675ee278de Import of arpd-0.1:
--
arpd replies to any ARP request for an IP address matching the specified
destination net with the hardware MAC address of the specified
interface, but only after determining if another host already claims it.

Any IP address cliamed by arpd is eventually forgotten after a period of
inactivity or after a hard timeout, and is relinquished if the real
owner shows up.

This enables a single host to claim all unassigned addresses on a LAN
for network monitoring or simulation.

MAINTAINER= Jason Peel <jsyn@openbsd.org>
2002-05-20 22:23:25 +00:00
jsyn
daa120f4e1 better document licenses 2002-05-20 19:30:39 +00:00
fgsch
6ae39ec194 sparc64 gcc workaround for sha1.c; maintainer ok 2002-05-20 16:28:20 +00:00
mark
df88e96683 silc-client-0.9.1 update 2002-05-20 15:25:17 +00:00
jsyn
b8d9e60c77 update to libdnet-1.4, plus patch for pf_addr_wrap change in pfvar.h
note that your /usr/include/net/pfvar.h must be >= 1.68, or this will
not work -- ports-current tracks -current.

tag-team with Srebrenko Sehic <haver@insecure.dk>
2002-05-20 10:29:15 +00:00
brad
1921c89940 use MASTER_SITE_SOURCEFORGE 2002-05-20 00:15:23 +00:00
brad
145a68468e remove sourceforge URL 2002-05-20 00:01:45 +00:00
naddy
16877d3975 Update to 0.41; from maintainer Vladimir Kotal <vlada@openbsd.cz>. 2002-05-19 20:02:05 +00:00
lebel
cf74812d7b use ${MASTER_SITE_SOURCEFORGE} instead of hardcoding sourceforge.net sites 2002-05-18 22:35:45 +00:00
brad
5532973032 update 2002-05-17 23:36:10 +00:00
danh
8f4bc886d8 enable mlockall on i386 again 2002-05-17 15:58:10 +00:00
danh
bf8c343b5c update to rrdtool 1.0.37 2002-05-17 15:41:30 +00:00
mark
fad478e8d9 silc-client-0.9 update
0.9 was released SHORTLY before 0.8.6 commit (unnoticed), public servers
rolled over after 0.8.6 commit and reared it's ugly incompatible head.
Fortunately it's a short upgrade path. *sigh*
2002-05-16 11:54:53 +00:00
mark
226d37bcfd silc-client-0.8.6 update
Work done by maintainer and myself.  Thanks to fgs@ for testing.
2002-05-16 09:05:38 +00:00
espie
aa8b372d10 say goodbye to MASTER_SITE_SUBDIR 2002-05-15 17:42:24 +00:00
naddy
cf9f5eb01e * fix -f option; from maintainer Jolan Luff <jolan@encryptedemail.net>
* bump package revision
2002-05-14 01:01:48 +00:00
jsyn
1b68cbefed remove MASTER_SITE_SUBDIR; from maintainers <jolan@encryptedemail.net>
<nick@wanadoo.be> and <andrey@smagin.com>
2002-05-13 19:08:46 +00:00
naddy
b915991f69 replace %SUBDIR% usage 2002-05-13 12:23:49 +00:00
jsyn
68136ab2a9 get rid of MASTER_SITE_SUBDIR in ports I've added
MASTER_SITE_PACKETSTORM to
2002-05-13 09:06:08 +00:00
jsyn
06285bd03c Of course, NEED_VERSION needs to be -current for this... 2002-05-13 08:36:33 +00:00
wilfried
157cd20d96 bye MASTER_SITES_SUBDIR 2002-05-13 08:18:19 +00:00
jsyn
184043e28f MASTER_SITE_SUBDIR -> ${SITE:=subdir/} 2002-05-13 07:54:09 +00:00
brad
6fe534d2e5 remove myself as MAINTAINER 2002-05-12 17:04:08 +00:00
danh
b9316d738d remove package conflict with mrtg 2002-05-12 15:55:25 +00:00
danh
9bf16b3d4f use external SNMP_Session port, not included modules.
ok maintainer
2002-05-12 15:54:20 +00:00
danh
5b46816f38 * bump NEED_VERSION
* add runtime dependencies on net/p5-Net-Telnet and net/p5-SNMP_Session
* add sbin/checkrad to PLIST
2002-05-11 21:38:15 +00:00
wilfried
52ecceefbb Update to Net-DNS-0.14
This is an interum release, intended to return Net::DNS to CPAN,
and encourage new devopement.  Version 2.0 is not far behind with
major changes including support for windows platforms, TSIG and
Net::DNS::Nameserver (a very simple nameserver).

Fixed the "defined(@array) is deprecated" message in DNS.pm under
perl 5.6.0 and greater.

Fixed a bug in the Net::DNS::Resolver->nextid method to ensure that
the query ID remains 16 bits.
2002-05-11 21:23:19 +00:00
danh
5740421779 +p5-SNMP_Session 2002-05-11 21:21:07 +00:00
danh
d39d8049c0 import of SNMP_Session 0.92
From pkg/DESCR:
Contains Perl 5 modules SNMP_Session.pm and BER.pm, which, when used
together, provide rudimentary access to remote SNMP (v1) agents.

This module differs from existing SNMP packages in that it is completely
stand-alone, i.e.  you don't need to have another SNMP package such as
CMU SNMP.  It is also written entirely in Perl, so you don't have to
compile any C modules.  It uses the Perl 5 Socket.pm module and should
therefore be very portable, even to non-Unix systems.

WWW:  http://www.switch.ch/misc/leinen/snmp/perl/
2002-05-11 21:19:26 +00:00
danh
92f673c891 use getifaddrs/freeifaddrs if available
based on suggestion and patches from millert@
2002-05-11 20:58:14 +00:00
espie
4b26c21eeb +edonkey 2002-05-11 06:58:20 +00:00
espie
1a556fa894 P2P program, linux emulation works under OpenBSD current...
From Sebastian Stark.
2002-05-11 06:57:41 +00:00
espie
47bb0f3975 uniformize maintainer addresses. 2002-05-11 00:31:22 +00:00
lebel
036cfd6a4c +mudix 2002-05-10 16:07:59 +00:00
lebel
f6116da953 initial import of mudix-4.1:
--
Very cool ncurses-based MUD client that offers triggers, aliases,
colors, etc. This is for people who dislike tintin++, tinyfugue, and
can't use an X11 MUD client.

WWW: http://dwizardry.dhs.org/mudix.html
Submitted by Mathieu Braem <majeu@bsdaemon.be>
2002-05-10 16:05:50 +00:00
espie
a6a74581e8 one address 2002-05-08 17:25:41 +00:00
espie
8be9c4d4f5 uniform capitalization 2002-05-08 17:07:48 +00:00
espie
a106e0eb58 one single address 2002-05-08 17:06:05 +00:00
espie
ac61ad3e4a One single address 2002-05-08 17:05:09 +00:00
dhartmei
346ec2d197 Update to Samba 2.2.4 2002-05-07 10:03:33 +00:00
brad
5cb99c3bb2 this port has to be upgraded. 2002-05-04 01:51:32 +00:00
mark
1ed46f2380 ettercap-0.6.5 update
+ added configure patch for curses check
* This update looks much cleaner on OpenBSD now! *

0.6.5       20020423

      + Windows (CYGWIN) porting
      + Dumping to and sniffing from tcpdump file format is now supported
      + Sniffing from command line now capture UDP+TCP packet by default
      + Logging engine doesn't log the same user/pass/ip twice
      + Under *BSD and MacOSX ettercap now uses only one bpf
      + Added the -J options (onlyposion) to allow multitarget arp sniffing
      + NEW PLUGIN :
         - roper   (Tries to stop ISAKMP for IPSEC traffic)
      + NEW password collector for: QUAKE 3, ICQ v7, MSN, YMSG
      + DISSECTORS enhanced: HTTPS - IMAP - NAPSTER (opennap) - IRC
      + PLUGIN enhanced:
         - leech (now it rearps the victim after isolation)
      + DOCUMENTATION translated in Polish and Dutch
      !! Better handling of CTRL+C
      !! Fixed a bug the the dlsym on OpenBSD 3.0 (plugin related)
      !! Fixed a bug in the handling of debug file
      !! Fixed the "not scrolling" JOINED visualization
2002-05-03 03:19:14 +00:00
pvalchev
f4bd2f65ab Update to ickle-0.3.1 2002-05-02 21:20:29 +00:00
naddy
137e3a9d3a update maintainer address 2002-05-02 19:02:10 +00:00
jakob
d117bee24e update to BIND v9.2.1, maintenance bugfix release 2002-05-02 06:41:38 +00:00
brad
c61b0e94a2 upgrade to ircII 20020403 2002-04-30 15:51:26 +00:00
form
cf8937d164 missing "," 2002-04-29 04:35:22 +00:00
form
a6282c1896 second maintainer 2002-04-29 04:34:24 +00:00