Commit Graph

2247 Commits

Author SHA1 Message Date
pvalchev
61bf7750a8 missing "; from openbsd@rukh.net 2002-08-23 08:42:39 +00:00
naddy
b5778b6260 update to 0.43; from maintainer Vladimir Kotal <vlada@openbsd.cz> 2002-08-21 21:52:52 +00:00
naddy
78b3632f8d bug fix; from Chris Kuethe <ckuethe@ualberta.ca> 2002-08-21 21:50:05 +00:00
naddy
368461f0f5 Home page and original master site have disappeared.
From maintainer Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
2002-08-21 21:28:51 +00:00
jakob
d8d38b6001 update to ethereal 0.9.6. various bugfixes including one buffer overflow
fixed and some new/update protocols as well.
2002-08-21 10:55:11 +00:00
lebel
16fb33b68d update net/oidentd to 2.0.4:
Notable changes:

- Forwarding code for OpenBSD now fixed in the main distribution
- Minor fixes for pf-based NAT.

From maintainer, Jolan Luff <jolan@cryptonomicon.org>.
2002-08-20 22:23:00 +00:00
jsyn
34c9f30218 oops, comment was too long;
pointed out by Louis Bertrand <louis@bertrandtech.on.ca>
2002-08-12 15:58:15 +00:00
dhartmei
9f6f7be149 Update to 1.1
- get rid of X11/Xpm dependencies (not needed with -current gd)
- add graph generation example to man page (-c -d at the same time)
- open /dev/pf read-write, which is neccessary in 3.0
- change a counter to u_int64_t so it doesn't overflow
Thanks to wilfried@, Philipp Morger, Jolan Luff, Rodolphe Ortalo
for feedback.
2002-08-12 11:37:03 +00:00
jsyn
b0bd85ee1a update to 3.00; ok bmc@ 2002-08-11 20:50:54 +00:00
brad
d405b80059 typo.
--
Pointed out by: Luiz Gustavo <gustavo@shoptime.com>
2002-08-10 23:26:51 +00:00
wilfried
0bf6f0f9d3 update to p5-Net-DNS-0.26
+ Fixed warning in Net::DNS::RR::AUTOLOAD with perl 5.005.
+ Implemented autoloading of the RR subclasses.  This provides a
  good sized speed bump, particually for applications that are not
  persisant.
+ Cleaned up a few things with CERT RRs.
+ Removed use of $' from RR.pm for effciency reasons.  As a result,
  for all RRs text following a ';' is considered a comment.  This
  was originally only done in RR/SOA.pm.
+ Added method caching to AUTOLOAD subroutines.  This should provide
  a modest speed bump.
+ The test suite has been greatly improved, though there is still
  more to be done in this regard.
+ Added support for DNAME resource records.
+ Fixed edge case for queries that have no name.
+ Tighted up the regular expression used in Net::DNS::Resolver::cname_addr()
2002-08-09 10:45:08 +00:00
wilfried
33ca157c6f update to p5-Net-MySQL-0.07
- When old Perl was used, the problem which cannot encode a password
  correctly was corrected.
- UNIX Socket connection support.
- The version of Perl to demand was lowered to 5.004.
- Fixed the problem which cannot acquire the field with a length
  of 16 bits or more.
- Fixed some uncanny typoes.
2002-08-09 10:32:25 +00:00
jakob
54ca474127 shorten, document flavours; wcobb 2002-08-05 20:49:19 +00:00
jakob
533b383447 nuke NEED_VERSION and remove debug flavour; wcobb 2002-08-05 20:48:59 +00:00
pvalchev
c8e13b7f85 dhcping 2002-08-04 18:47:35 +00:00
pvalchev
e247450cfe Import of dhcping-1.2
Small tool that lets you perform a dhcp-request to find out if a dhcp-server
is still running.

Maintainer: Margarida Sequeira <niness@devilness.org>
2002-08-04 18:46:50 +00:00
naddy
85b478d723 /etc -> ${SYSCONFDIR}; Jolan Luff <jolan@pellaeon.com> and me 2002-08-04 17:32:28 +00:00
naddy
94efda0686 Update to 0.90.
Submitted by Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de>.
Thanks to Aleksander Piotrowski for sending patches.
2002-08-03 23:41:21 +00:00
naddy
eec695c064 typo 2002-08-02 23:28:41 +00:00
naddy
5b43672948 - Use VMEM_WARNING.
- Clean up patch logic.

- Mark as BROKEN for obvious incompleteness: Blindly builds as 32-bit/
  little endian on all archs, doesn't honor CC/CXX/C(XX)FLAGS.
2002-08-02 21:28:34 +00:00
naddy
cd22b02513 /etc -> ${SYSCONFDIR} 2002-08-02 16:22:39 +00:00
pvalchev
711a4ae582 tcpcat 2002-07-31 23:59:34 +00:00
pvalchev
c85334cd16 Import of tcpcat-1.2.0
Tcpcat is a simple program that is like `cat' but it works over tcp
streams to allow you to cat from one host to another.

Maintainer: Margarida Sequeira <niness@devilness.org>
2002-07-31 23:58:57 +00:00
pvalchev
cec381e225 Update to tcptraceroute-1.4; from maintainer Patroklos Argyroudis 2002-07-31 17:14:30 +00:00
brad
a4c3c6c27e remove myself as MAINTAINER from a number of ports that I don't use anymore, don't want to maintain, etc. 2002-07-30 14:36:49 +00:00
couderc
8f36c7e4fb Add openh323 2002-07-28 19:51:44 +00:00
couderc
273e44062e OpenH323 is a free, open-source (Mozilla Public License) library for the
H.323 internet teleconferencing protocol (as used in NetMeeting, etc).
2002-07-28 19:35:51 +00:00
naddy
fc41820ea3 Remove hunks with $Id keywords that accidentally sneaked in.
Thanks jakob@
2002-07-26 17:54:49 +00:00
naddy
11edd48bbd Fix a lot of problem with afpd.
From maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-26 15:12:17 +00:00
dhartmei
035cf06bee add pfstat, thanks naddy 2002-07-26 11:38:35 +00:00
dhartmei
58adbac308 pfstat is a small utility that collects packet filter statistics and
produces graphs.
2002-07-26 07:25:35 +00:00
pvalchev
b470da8938 Update to ickle-0.3.2 2002-07-26 02:52:11 +00:00
jakob
ea7d10ccb1 rename curses flavour to no_x11 & remove NEED_VERSION 2002-07-26 00:28:30 +00:00
naddy
8be9b51785 Add support for the Mud Client Compression Protocol (mccp).
Submitted by Nick Nauwelaerts <nick@wanadoo.be>.
2002-07-23 18:42:00 +00:00
naddy
25affa0205 Finish netatalk reorganization and update.
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-23 11:54:37 +00:00
naddy
0b83cedc44 Import netatalk 1.5.3.1.
Submitted by Ian McWilliam <i.mcwilliam@uws.edu.au>.

AFP file and print services for AppleTalk/IP networks
2002-07-23 11:52:12 +00:00
naddy
d7260847a5 Re-import netatalk-990130 into subdirectory.
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
2002-07-23 11:47:35 +00:00
nino
1681f4dc89 Fix typo. 2002-07-22 20:26:47 +00:00
nino
44d1a64f0d Mark as BROKEN. Needs to be updated to a version that uses the new
ICQ protocol.
2002-07-22 20:15:34 +00:00
naddy
43f91a15d0 - Master sites have disappeared.
- Don't clobber CFLAGS.
2002-07-21 20:52:02 +00:00
fgsch
54a3d7a1b8 enable regex. 2002-07-20 17:45:57 +00:00
pvalchev
661c14579b Update to pen-0.9.5; from maintainer argp@ieee.org 2002-07-19 17:40:24 +00:00
naddy
a0a869b526 libevent timeout_ -> evtimer_ ; ok jsyn@ 2002-07-18 15:46:50 +00:00
kevlo
ea9e8b44a4 add p5-IO-Interface and p5-IO-Socket-Multicast. 2002-07-18 06:19:52 +00:00
kevlo
912ebd858c Initial import of p5-IO-Socket-Multicast 0.25.
The IO::Socket::Multicast module subclasses IO::Socket::INET to enable
you to manipulate multicast groups. With this module (and an operating
system that supports multicasting), you will be able to receive incoming
multicast transmissions and generate your own outgoing multicast
packets.
2002-07-18 06:18:57 +00:00
kevlo
b61bb93048 Initial import of p5-IO-Interface 0.97.
IO::Interface adds object-methods to IO::Socket objects to allow
them to get and set operational characteristics of network interface
cards, such as IP addresses, net masks, and so forth.  It is useful
for identifying runtime characteristics of cards, such as broadcast
addresses, and finding interfaces that satisfy certain criteria,
such as the ability to multicast.
2002-07-18 06:17:50 +00:00
mickey
37cd4c13fe fix compilation errors in ospfd w/ snmp flavour; from zebra's cvs repo; pt out by naddy@ 2002-07-17 21:57:23 +00:00
fgsch
8abef1e006 Enable assembler optimizations for i386 for now. Elf arch's should work, but
I cannot test atm.

The label part of this patch is needed until I can figure completely what's
needed to support local labels longer than one digit on a.out arch's.
2002-07-17 19:10:40 +00:00
naddy
559f9fe989 * libevent timeout_ -> evtimer_
* printf() size_t by casting to unsigned long and using %lu format

ok mark@
2002-07-16 16:08:23 +00:00
pvalchev
9690602f5f Update to pen-0.9.4; from maintainer Patroklos Argyroudis 2002-07-12 17:01:15 +00:00