1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

2156 Commits

Author SHA1 Message Date
Archie Cobbs
2022ca134e Upgrade to 3.0b4. 2000-02-01 00:40:44 +00:00
Michael Haro
f9dcd4f57e add some patches
PR:		16492
Submitted by:	maintainer
2000-01-31 23:45:16 +00:00
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
Satoshi Asami
dcaef94538 Add libnids. 2000-01-14 02:10:52 +00:00
David E. O'Brien
5359c1509c Update to version 2.3.2.
Also use our zlib rather than the one in the distfile.
Unfortunately the KAME IPv6 diff will not apply to the 2.3.2 code, and
has thus be turned off. :-(

PR:		15880
Submitted by:	Maxim Sobolev <sobomax@altavista.net> [zlib changes]
2000-01-13 23:06:48 +00:00
Munechika SUMIKAWA
85e603e3f0 Support IPv6.
Reviewed by:	billf(maintainer)
2000-01-13 07:02:22 +00:00
Bill Fumerola
e8076b573d Upgrade to 0.8.1 2000-01-13 04:46:51 +00:00
Archie Cobbs
d2ed976d2f Update to version 3.0b2. 2000-01-12 18:55:10 +00:00
Kris Kennaway
7ec32c6fe0 Respect CFLAGS 2000-01-12 07:52:50 +00:00
John Polstra
30dc8072b7 Pass the "-b base" option when running cvsup, so it will work even
if installed somewhere other than /usr/local.

Submitted by:	Dag-Erling Smorgrav <des@yes.no>
2000-01-12 05:26:45 +00:00
Munechika SUMIKAWA
1b0d72c0dc - Upgrade to 2.1.2a.
- Make buildable on FreeBSD-current. Mrt has supported IPv6.

Approved by:	maintainer
2000-01-11 19:53:25 +00:00
Munechika SUMIKAWA
ccb937ef7a Fix PLIST.
Reviewed by:	maintainer
2000-01-11 01:19:17 +00:00
Ade Lovett
0556fbf6e3 Actually add the new patch files.
PR:		15999
2000-01-11 00:59:40 +00:00
Ade Lovett
a60974a52a Update to 1.0.10
PR:		15999
Submitted by:	maintainer
2000-01-11 00:30:27 +00:00
Peter Wemm
2c8492a579 Correct 'version required' in header. 2000-01-10 08:36:56 +00:00
Chris Piazza
df219905c1 Use new checksum; diff -ruN reports no differences. 2000-01-09 08:22:44 +00:00
Kris Kennaway
df3d377799 No need to specify --prefix=${PREFIX} in CONFIGURE_ENV 2000-01-09 03:31:10 +00:00
Kris Kennaway
ffb5b2189a New port: libnids 1.12
libnids is a packet reassembly/network intrusion detection library.

Obtained from:	OpenBSD
2000-01-09 03:10:32 +00:00
Munechika SUMIKAWA
b03113636a Support IPv6.
Approved by: obrien(maintainer)
2000-01-08 22:28:56 +00:00
Chris Piazza
1ad8fe17da Fix for -current now. c++ -nostdinc ... -I/usr/include breaks if netinet/in.h
is included for some reason.
2000-01-08 22:00:24 +00:00
Munechika SUMIKAWA
3d5da309b4 Support IPv6. if 'USE_INET6' is defined, ripngd and ospf6d are installed.
Approved by: andreas(maintainer)
2000-01-08 17:49:13 +00:00
Ade Lovett
bbb10523ab Unbreak 'make install'.
PR:		15962
Submitted by:	Maintainer
2000-01-08 17:05:15 +00:00
Yukihiro Nakai
113f7e4547 Change MAINTAINER address from nacai@iname.com to nakai@FreeBSD.org 2000-01-08 11:23:57 +00:00
Boris Popov
e98887327f Fix broken URL. 2000-01-08 10:28:42 +00:00
Chris Piazza
505461711d Make this compile on 3.x (with the old ncurses by default...).
Warning: don't look at this.

Tested by: Brent Kearney <brent@kearneys.ca>
2000-01-08 09:26:51 +00:00
Kris Kennaway
b1606d3750 Change BROKEN to FORBIDDEN, argh. 2000-01-08 00:44:06 +00:00
Andrey A. Chernov
11df1d3dea fix libnet.cfg generation 2000-01-07 23:47:55 +00:00
Andrey A. Chernov
d70e7e0c95 upgrade to 1.0607 2000-01-07 23:22:00 +00:00
Andrey A. Chernov
1e7f79b37e upgrade to 1.04 2000-01-07 22:30:00 +00:00
Bill Fumerola
97f7d43870 Fix distfile fennerage. 2000-01-07 21:11:07 +00:00
Bill Fumerola
28ec92295e Fix distfile and WWW: fennerage. 2000-01-07 21:10:54 +00:00
Satoshi Asami
2ca1fe047a Don't include bsd.port.pre.mk twice. This usually is caused by first
including bsd.port.pre.mk and then later including bsd.port.mk (the
latter of which of course should be bsd.port.post.mk).
2000-01-07 16:40:17 +00:00
Jun Kuriyama
809bf4f56b Update my mail address.
Qualify ambiguous call for "open()" to make quiet warning message.
Non-patched version is installed as Telnet.pm.orig.
2000-01-06 13:50:35 +00:00
Seiichirou Hiraoka
b310bf4dc2 Activate lambdamoo 2000-01-05 20:40:30 +00:00
Chris D. Faulhaber
71d5a79387 Remove 'info/dir' from PLIST
Remove unwanted patch-aa.orig and patch-ab.orig

PR:		15905
Submitted by:	Maintainer
2000-01-05 20:39:42 +00:00
Seiichirou Hiraoka
b7081b5e8f Submitted by: flathill@FreeBSD.org
The most commonly used program to run MOOs
2000-01-05 20:27:21 +00:00
Steve Price
e8f2588f59 Adding COMMENT back after is was mistakenly removed. 2000-01-04 15:13:31 +00:00
Chris D. Faulhaber
5d5039f7df Update port to 1.0b-018 2000-01-04 14:19:50 +00:00
Daniel Baker
7dfd3f0f81 add datapipe 2000-01-04 08:17:21 +00:00
Daniel Baker
8398468aee remove bogus files that were brought in by botched commit 2000-01-04 08:16:28 +00:00
Daniel Baker
978d020c95 properly (i hope) import datapipe port
datapipe is a simple program that allows a listening TCP/IP port to be
constructed on the machine it is running on.  Any connections to that port
will then be forwarded to the specified remote host and remote port.
2000-01-04 08:13:52 +00:00
David E. O'Brien
b4a96af692 Make PREFIX clean. 2000-01-02 11:35:01 +00:00
David E. O'Brien
0972728260 turn on ngrep 2000-01-02 10:23:19 +00:00
David E. O'Brien
c61b442096 ngrep strives to provide most of GNU grep's common features, applying
them to the network layer.  ngrep somewhat replaces tcpdump.

{DESCR,COMMENT} Obtained from:	NetBSD
[after I started making this port, I realized NetBSD had a port if it]
2000-01-02 10:22:41 +00:00
John Polstra
3de591d176 Mention that this version has the GUI built into it. 2000-01-01 00:17:49 +00:00
Steve Price
a7f1509769 Tell the build process that we have paths.h so we get the correct
path to sendmail compiled into the rdist6 binary.

PR:		14548
1999-12-31 22:42:40 +00:00
Jim Mock
3e99ec297e Fix a crash on -STABLE with a SIGFPE error which would happen every few
seconds after startup.

Submitted by:	Vivek Khera <khera@kciLink.com>
1999-12-28 23:58:35 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
John Polstra
2b92de6c05 These ports are supported on FreeBSD/Alpha systems now (post
sigset_t 4.x versions only).
1999-12-28 05:35:43 +00:00
Steve Price
9c19de7003 Update to version 1.1.1-pre1.
PR:		15715
Submitted by:	maintainer
1999-12-27 21:41:17 +00:00
Steve Price
b10cce44e8 * Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits

PR:		15720
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-27 21:35:55 +00:00