Commit graph

2104 commits

Author SHA1 Message Date
David E. O'Brien
ea0bdc3c86 GNU configure is setting up PCAP_RESTART to use yyrestart. yyrestart in the
pcap library requires a FILE * argument, ngrep is called it with none.

Submitted by:	Barry Lustig <barry@lustig.com>
2000-01-31 21:13:55 +00:00
Bill Fenner
f6e116765c RTP Quality Monitor from UCL. Similar to rtpmon. 2000-01-31 20:45:55 +00:00
Kris Kennaway
2a226c2343 Chase the checksum. The distfile was repackaged with no apparent
changes.

Noticed by:	bento
2000-01-31 01:22:19 +00:00
Archie Cobbs
016b62d3cd Update to version 3.0b3. 2000-01-30 21:20:38 +00:00
Steve Price
27f93b6511 Change maintainer to ust@cert.siemens.de.
OK'd by:	previous maintainer
2000-01-30 18:19:45 +00:00
R. Imura
3649ada3e3 Fix compiler error in -current.
PR:		16443
Submitted by:	Alexander Langer <alex@cichlids.com>
2000-01-30 16:21:32 +00:00
Steve Price
083010304d Adding libsmi version 0.1.8.
A library to access SMI MIB information.

PR:		16404
Submitted by:	Marcin Cieslak <saper@system.pl>
2000-01-29 22:30:48 +00:00
Steve Price
12c51196c3 dding libsmi version 0.1.8.
A library to access SMI MIB information.

PR:		16404
Submitted by:	Marcin Cieslak <saper@system.pl>
2000-01-29 22:30:37 +00:00
Steve Price
f754a1b069 Update to version 2.1.2.
PR:		16398
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2000-01-29 21:40:51 +00:00
Steve Price
fdd7753f11 Update to version 1.2.9.
PR:		16391
Submitted by:	maintainer
2000-01-29 21:39:21 +00:00
John Polstra
1693b265c1 Handle an invalid result code of 0 in Start-Control-Connection-Reply
packets.  A popular ADSL service in Korea sends this result code.
It is wrong, but the patch doesn't harm anybody else.

PR:		ports/16372
Submitted by:	CHOI Junho <cjh@kr.FreeBSD.ORG>
Reviewed by:	jdp
2000-01-29 06:57:13 +00:00
Steve Price
83c80603a1 Adding trafd version 3.0.
The BPF traffic collector.

PR:		16294
Submitted by:	Michael Vasilenko <acid@stu.cn.ua>
2000-01-29 05:37:41 +00:00
Steve Price
7cd2b8f306 Adding tn5250 version 0.15.6.
A 5250 Telnet protocal and Terminal.

PR:		16251
Submitted by:	Elias Mandouvalos <ocean@compulink.gr>
2000-01-29 05:34:52 +00:00
Satoshi Asami
80d9b1f3b9 rzsz is not a port anymore. 2000-01-29 05:30:41 +00:00
John Polstra
3176ec22e7 This is a fairly substantial upgrade of the cvsup-mirror port. In
honor of the occasion I have bumped the version number to 1.1.

The port now depends upon the cvsup-bin and cvsupd-bin ports rather
than on the more trouble-prone cvsup port.

The CVSup server is run with "-C 100" (max. 100 clients at a time)
and the true limit is set in the "/usr/local/etc/cvsup/cvsupd.access"
file.  This is nice because you can change the limit by editing
the file; you don't have to restart the server.  The cvsupd.access
file also contains a rule to limit each individual host to one
connection at a time.

The CVSup client is now run under its own unprivileged user ID
instead of root.  This is a security enhancement.  It makes it
impossible for a compromised master site to install files into
places outside the mirror area of the filesystem.  The permissions
of various other files such as /usr/local/etc/cvsup have also been
strengthened to enhance security.

Both client and server now cd to /var/tmp to run, so that if they
decide to croak they'll be able to write the core file. :-)

The /usr/local/etc/rc.d/cvsupd.sh script now honors the "start"
and "stop" arguments.

The configure script no longer attempts to tell you the sizes of
the various collections.  That's impossible to maintain.  When I
have time I plan to make a web page where one can obtain that
information from an automatically-updated source.  Then I will
reference the URL in the configure script.

It is possible to upgrade an existing cvsup-mirror-1.0 installation
to this new version, but it is tricky because of the change in
ownership of the mirrored files.  I will post instructions to the
freebsd-hubs mailing list after I make sure I have the procedure
just right.
2000-01-28 06:42:37 +00:00
Kris Kennaway
270b3b0855 Upgrade to libnids 1.13 2000-01-28 05:58:50 +00:00
Bill Fenner
991191f056 Use -fwritable-strings to let tcl stomp on Tcl_Eval() args. 2000-01-28 03:29:38 +00:00
Bill Fenner
0e5395681a Actually use tcl/tk 8.2 like we claim to. 2000-01-28 03:21:28 +00:00
Seiichirou Hiraoka
57fb96a9e6 Fix MASTER_SITES 2000-01-28 01:39:06 +00:00
Munechika SUMIKAWA
fbe132c6fd Fix building error on bento.
It is caused when IPv6-enable mtr is compiled on *IPv6-disable* kernel,
such as bento environment.

Approved by:	billf
2000-01-27 08:25:29 +00:00
Munechika SUMIKAWA
f32f262083 fix building error on bento.
It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel,
such as bento environment.

Approved by:	obrien
2000-01-27 07:58:53 +00:00
Bill Fumerola
e4c00e5142 Upgrade to 0.8.2, including a vendor patch (patch-ab) which temporaily fixes
'tethereal' (a tcpdump-like program) until 0.8.3 can be released.
2000-01-26 20:21:16 +00:00
Satoshi Asami
13cfbaffcc uclmmbase is in devel, not mbone. 2000-01-26 19:00:55 +00:00
Munechika SUMIKAWA
3d2d68aed1 - Fix installation failure
- Use ${OSVERSION} instead of ${USE_INET6}

PR:			16376
Partly Submitted by:	Nickolay Dudorov <nnd@mail.nsk.ru>
Approved by:		obrien
2000-01-26 18:45:36 +00:00
Munechika SUMIKAWA
955a0ab537 Use ${OSVERSION} instead of ${USE_INET6}.
Approved by:	maintainer
2000-01-26 09:22:00 +00:00
Bill Fenner
b47459dc41 Upgrade to sdr 2.9
Submitted by:	Garrett Wollman <wollman@lcs.mit.edu>
2000-01-26 05:57:53 +00:00
Munechika SUMIKAWA
8b1bd7114c Use ${OSVERSION} instead of ${USE_INET6}.
Reviewed by:	maintainer
2000-01-25 18:33:42 +00:00
Seiichirou Hiraoka
d73db34b43 Change MASTER_SITES 2000-01-25 18:21:15 +00:00
David E. O'Brien
69a64cb4d0 Update to the emergency 1.1.1 release from the author. 2000-01-24 23:20:52 +00:00
David E. O'Brien
00f708e8a6 Upgrade to version 1.1. 2000-01-24 22:39:05 +00:00
Justin M. Seger
116272d550 Update to trafshow-3.1
Submitted by:	Michael Vasilenko <acid@stu.cn.ua>
PR:		ports/15907, ports/16296
2000-01-24 16:08:09 +00:00
David E. O'Brien
7ed9e8ca06 Times are in microseconds, not milliseconds.
Submitted by:	Igor Timkin <ivt@gamma.ru>
2000-01-22 23:54:15 +00:00
Andreas Klemm
2bf082f797 upgrade to 0.84b
And port changes from sumikawa@ebina.hitachi.co.jp:
- add 'ipv6' on CATEGORIES
- get rid of 'USE_INET6' and use 'OSVERSION' instead of it.
- make PLIST.v6 only difference from PLIST for easily maintanance

Submitted by: sumikawa@ebina.hitachi.co.jp
2000-01-22 22:12:16 +00:00
Michael Haro
886994d933 upgrade to 1.3
PR:		16302
Submitted by:	maintainer
2000-01-22 21:02:08 +00:00
Andreas Klemm
7b75f67c4f Upgrade to 0.84 2000-01-22 14:15:40 +00:00
Munechika SUMIKAWA
1fed570cce One more fixing PLIST.
It caused by keeping changing of document without version bump.
2000-01-22 06:15:31 +00:00
Chris Piazza
98ba52ccac Update to version 2.0.1
PR:		16082
Submitted by:	maintainer
2000-01-22 02:19:39 +00:00
Bill Fenner
a34a18a770 Upgrade to 5.2.1.
Use byacc instead of bison.
2000-01-21 20:45:08 +00:00
Bill Fenner
575ffed720 Forgot to fix CHANGES.html in last update. 2000-01-21 17:48:15 +00:00
David E. O'Brien
fe6f05c34f Make this compile under -CURRENT with the sigset_t changes.
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-01-20 22:08:54 +00:00
Bill Fenner
6ba81458b2 Update to version 1.14 2000-01-19 02:53:45 +00:00
Munechika SUMIKAWA
d95ffdf7e4 Add 'ipv6' on CATEGORIES. 2000-01-18 12:54:55 +00:00
Munechika SUMIKAWA
e28c1fb465 Add 'ipv6' on CATEGORIES. 2000-01-18 12:34:34 +00:00
Vanilla I. Shu
9edf09d815 Upgrade to 0.90b. 2000-01-16 06:19:39 +00:00
David E. O'Brien
1c64d922f0 IPv6 is now supported by a 2.3.2 KAME patch.
Submitted by:	sumikawa
2000-01-16 00:26:39 +00:00
David E. O'Brien
3e96d793e3 Allow an extra commandline argument to bind to a specific local address -
which I've found to be handy when doing things like bouncing SMTP or POP
connections on a machine that already has an MTA or POP daemon running...

Submitted by:	Scot Elliott <scot@tech.boo.com>
2000-01-15 04:49:24 +00:00
Chris Piazza
1d8ba2c6e1 Ooops, put gnomba in the wrong place 2000-01-14 20:18:58 +00:00
Chris Piazza
6a84f64d24 Add gnomba.
Gnomba is a GNOME machine and share browser for the SMB protocol.

PR:		16058
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-01-14 20:17:09 +00:00
John Polstra
61c323b40d Consolidate the cvsup options into one place in the script.
Check the exit status of cvsup, and don't start the server until an
update has successfully run to completion.
2000-01-14 04:53:10 +00:00
John Polstra
a7dc76b0aa Install a "refuse" file to protect the mirror's scripts and
configuration files from a malicious or compromised master site.
2000-01-14 04:39:57 +00:00