Commit graph

753 commits

Author SHA1 Message Date
agc
46fb8db2a2 For packages that are in the NetBSD base system, but needed for
Solaris, narrow down the platforms, and use specific inclusion rather
than disclusion:  mark them as ONLY_FOR_PLATFORM=SunOS-*-*, rather
than NOT_FOR_PLATFORM=NetBSD-*-*.
1999-07-02 08:46:51 +00:00
agc
fd7b118f38 Some packages use bsd-style .mk files when building, and so any manual
pages that are installed will be gzip-compressed, if MANZ is set, or
not if MANZ is not set.  If the package uses bsd-style .mk files, the
variable MANCOMPRESSED_IF_MANZ should be set to a value of "yes" in
the package Makefile.  This replaces the previous method of specific
inclusion of bsd.prefs.mk, followed by a check for MANZ and
conditional assignment of MANCOMPRESSED.

Add appropriate documentation, and change all necessary ocurrences in
package Makefiles.
1999-07-02 08:37:20 +00:00
hubertf
149a95a89d add & enable ngrep 1999-06-28 01:34:35 +00:00
hubertf
c7d63d87aa Import ngrep V1.31: network grep
ngrep strives to provide most of GNU grep's common features, applying
them to the network layer.

ngrep a pcap-aware tool that will allow you to specify extended
regular expressions to match against data payloads of packets. It
currently recognizes TCP and UDP across ethernet, ppp and slip
interfaces, and understands bpf filter logic in the same fashion
as more common packet sniffing tools, like tcpdump and snoop.
1999-06-28 01:34:22 +00:00
itojun
a0192eefcb upgrade to 0.69. 1999-06-23 11:05:31 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
tron
c566a0ae72 The GNOME mirror on "ftp.jimpick.com" was closed. Use the mirror on
"ftp.sunet.se" instead.
1999-06-19 15:19:11 +00:00
hwr
30ffe10eec This has an interactive install script. Tell the Makefile so.
Pointed out by Matthias Scheler.
1999-06-15 18:34:26 +00:00
bad
6d77f93678 Update the MD5 to match the new sources at www.mr.net/~bradley/...
Fixes PR 7726.
1999-06-14 18:48:57 +00:00
kim
15e6c91073 Now detecting the type of rtentry works (on my 1.3H) and
the software compiles.  Hopefully this change does not
break anything on 1.4 systems.
1999-06-14 16:04:02 +00:00
tron
720e9cf85e Correct reversed patch. Problem noted by Douglas Brebner in PR pkg/7765. 1999-06-12 21:33:19 +00:00
itojun
e439ce41f3 net/zebra/pkg/PLIST: comment out daemons that need IPv6 support.
net/zebra/Makefile: add $NetBSD$ and some other cleanups.
net/Makefile: add zebra as SUBDIR.
1999-06-07 05:21:33 +00:00
itojun
234dd3793a pkgsrc dir for zebra routing daemon (imported from KAME/NetBSD distribution) 1999-06-07 05:18:46 +00:00
tron
47472bf1f7 Missing patch file to make "kfinger" build. 1999-06-06 19:08:32 +00:00
hwr
bbe5488bdc Add and enable sendfile. 1999-06-06 17:09:59 +00:00
hwr
09574e254e Reference implementation of the SAFT (simple asynchronous file
transfer) protocol. Sendfile allows to send arbitrary files to a
remote user.
This ist version 2.1 of sendfile.
1999-06-06 17:08:36 +00:00
tron
17383f240d Update "kdenetwork" package to version 1.1.1. 1999-06-05 16:38:45 +00:00
rvb
a758ef6d0f Sync with 5.2.4 1999-06-04 23:45:41 +00:00
tron
411cdc9285 Update "ethereal" package to version 0.6.2. 1999-06-04 11:52:04 +00:00
hubertf
b242f07cb6 Remove some compilation warnings, use mkstemp instead of mktemp.
Patches submitted by Jaromir Dolecek <dolecek@ics.muni.cz> in PR 7683
1999-06-01 12:14:00 +00:00
agc
b29cbcce44 Correct minor spelling mistake. 1999-06-01 08:48:50 +00:00
tron
85916ac0be Add and enable "batchftp". 1999-05-30 21:38:47 +00:00
tron
89401e0a99 Import new "batchftp" package:
Automatically download files via the FTP protocoll.
1999-05-30 21:34:38 +00:00
tron
f38e0520d8 Change "NOT_FOR_PLATFORM" pattern so that "make" really understands it.
Fixes PR pkg/7651 by Eric Mumpower.
1999-05-26 22:37:58 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
88957c056b Use "readline" package to make command line editing work in non visual
mode as suggested by Eric Mumpower in PR pkg/7616.
1999-05-22 22:38:30 +00:00
tron
26dc6da418 Make sure that "ncurses" package is really used. Fixes PR pkg/7615
by Eric Mumpower.
1999-05-22 22:32:03 +00:00
explorer
1b48bb68db Apparently needs --with-gd-lib= as well, now... 1999-05-22 14:23:42 +00:00
rh
4d71da75df Update mrtg to 2.7.4
Notable changes are:
	- several bug fixes
	- now uses GNU configure script
	- documentation update
	- cleaned up distribution
	- new indexmaker accepts multiple config files
	- optional 2-column layout
	- option to specify bacground color
	- option to specify overview graphs sizes
	- few options to increase/decrease bells and whistles
	- improvements for perminute perhour
	- integration of SNMP_util and the latest SNMP_session
	- changed cfgmaker to use ipaddress as name for targets
	- fixed html in indexmaker and mrtg
	- optional handling of two different MaxBytes settings
1999-05-22 10:45:32 +00:00
tron
2b2e8c558d Use "ln -fs" to create symbolic link in case a file hasn't been removed
due to a incomplete package list.
1999-05-21 22:09:21 +00:00
tron
84ec10d4a2 Add "man/man1/irc.1". 1999-05-21 22:07:47 +00:00
tron
65977cd41f Update dependence to "ircII" package to version 4.4I. 1999-05-21 21:59:58 +00:00
tv
290be51a90 netbsd._org_, not netbsd._com_.
(Should this include warped as a ftp site too?)
1999-05-21 20:39:22 +00:00
mrg
4e2765c635 update to ircII 4.4I. features include ICB support and many bug fixes as usual. 1999-05-21 16:09:45 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
bouyer
147ae6dd80 Add 2 perl scripts to collect datas on a NetBSD 1.4 system from netstat,
iostat, systat and a sample config file to use these. Also update the
MESSAGE to stats there is a sample config file.
Result can be seen at http://www.antioche.eu.org/mrtg/.
1999-05-18 14:16:53 +00:00
tron
3495a3037a Create a sub directory in "share/doc" for the "README" file. 1999-05-17 22:29:39 +00:00
tv
38dc2d6357 Rsync 2.3.1 is in the /pub/rsync directory, not the /pub/rsync/old-versions
directory, on samba.anu.edu.au at the moment.
1999-05-12 23:31:04 +00:00
bouyer
e7af32300a - in lchat.pl, use pack_sockaddr_in() instead of building the list ourselve
with pack(). This is how perl's socket test works, and makes mirror work
   on my i386/1.4 (otherwise connect() fails with "Address family not
   supported by protocol family").
 - ftp.pl: temporary files were created 0666 ! create the temp file mode 0600,
   the correct permissions will be set by mirror once the transfer is done.
1999-05-12 16:20:33 +00:00
bad
9e9aa0e7c5 Can't have "--" on #!/bin/sh lines. 1999-05-12 14:49:47 +00:00
bad
9c17af5c18 Correct calculation of endByte. 1999-05-11 20:22:26 +00:00
bad
7e5c73c7e1 Add and enable freewais-sf and p5-Wais. 1999-05-11 14:07:43 +00:00
bad
832f8324a6 Fix dependency on freewais-sf. *sigh* 1999-05-11 14:05:05 +00:00
bad
071086a72a Initial import of p5-Wais version 2.311. A Perl module to interact with
WAIS servers.
1999-05-11 14:03:13 +00:00
bad
41b7156e14 Oops. This hasn't been used in a long time. 1999-05-11 14:01:34 +00:00
bad
1353f640fa Initial import of freeWAIS-sf version 2.2.12. 1999-05-11 13:56:52 +00:00
bouyer
b3cc953df2 Link with $(LDFLAGS), for -Wl,-R/usr/pkg/lib 1999-05-10 16:10:33 +00:00
bad
2c5b4ca760 Use ftp0.sunet.se instead of ftp.sunet.se. 1999-05-05 16:54:03 +00:00
tv
49144b705c Update dependency on ucd-snmp. 1999-05-04 03:52:42 +00:00
tv
a4e21b17ce Build libsnmp as a shared object with libtool. Bump version to "...p1". 1999-05-04 03:51:57 +00:00
tv
f537c05412 Make the Kerberos option uniform - it is now USE_KERBEROS4 and specifies
use of krb4 _or_ a compatible subsystem.  (MAKE_ was only used by this
option; USE_ is used by many.)
Also set RESTRICTED= in all relevant pkgs when USE_KERBEROS4 is enabled.
1999-05-03 23:39:22 +00:00
tv
ed9cfb063d Change gd package "version" to 1.3p1 so that packages (particularly py-gd)
will not try to link against the version without a shared library.
1999-05-03 20:25:36 +00:00
tron
4c1a6ff88f Update dependence for "gtk+" package to version 1.2.2. 1999-05-02 14:35:56 +00:00
tron
413d44a335 Remove kludge to avoid random build failures because it didn't help. 1999-05-02 14:29:16 +00:00
tron
0de53c2fb0 Update dependence for "glib" package to version 1.2.2. 1999-05-02 14:11:40 +00:00
tv
7ca62abc69 Fix distfile fetching on these as notices by Bernd Ernesti. 1999-05-01 18:23:51 +00:00
tv
bdb8f93ce9 Add and enable icsi-finger, and sort. Also enable both socks4 and socks5
simultaneously; the CONFLICTS= logic is meant to handle that situation.
1999-04-30 17:15:30 +00:00
tv
e1b7a261fd Don't build this on NetBSD 1.3.x. 1999-04-30 17:02:45 +00:00
rvb
23d16a310f stabilize bandwidth calculation 1999-04-28 23:56:33 +00:00
rvb
45743fa9e3 Todd doesn't like the FORCE_PKG_REGISTER; I hope Hubert puts in the auto deregister on conflict code. 1999-04-28 20:22:09 +00:00
rvb
196083c361 FORCE_PKG_REGISTER hack 1999-04-28 00:07:57 +00:00
tron
acb5c984f7 Avoid random build failures caused by wrong dependences. 1999-04-27 22:04:16 +00:00
tron
ff16d972b9 Add "-Wl,-R" to linker option list in "orbit-config". 1999-04-27 21:49:04 +00:00
rvb
d38da5c1c1 Add coda5.2.2 to the party and make sure that coda5_* and coda_* compile on 1.4 1999-04-27 20:43:08 +00:00
garbled
96f12ae727 add USE_X11=yes 1999-04-26 19:15:37 +00:00
garbled
44fe7680c4 Exclude these from alpha, because noone has written assembler for it yet. 1999-04-26 19:08:44 +00:00
tron
ed029bb08b Explain how to setup configuration files. 1999-04-24 23:53:33 +00:00
tron
907ad9af29 Compile correct default for configuration directory path into binaries. 1999-04-24 23:47:08 +00:00
tron
dd87459240 Enable "radius" package. 1999-04-24 23:25:04 +00:00
tron
5ff2ae503c Simplify handling of included patch files. 1999-04-24 23:24:25 +00:00
tron
6933848e2d Remove unused "post-extract" target. 1999-04-24 23:20:11 +00:00
tron
d524f74ce6 Use "INSTALL_TARGET" instead of custom "do-install" target and make sure
that installing the package second time will work.
1999-04-24 23:19:05 +00:00
tron
738aaa57e3 Comment out broken Kerberos IV support for now. 1999-04-24 22:44:25 +00:00
tron
16feaaace4 Handle extraction of unpacked tar archives much simpler. 1999-04-24 22:41:53 +00:00
tron
ccd2abfaa0 Fix problem between radius server and BinTec routers. 1999-04-24 22:40:36 +00:00
tron
6ffee1bcb9 Correct MD5 checksums. 1999-04-24 22:39:53 +00:00
tron
62b626c87a Fix run time library search path. 1999-04-24 06:53:41 +00:00
abs
363b9e9db7 Previous workaround for dynamically linking against libwrap but not using
any functions does not appear to work anymore.
Modify config to only use libwrap in for the snmpd agent (which fixes it
in a more 'clean' fashion.
1999-04-21 20:47:22 +00:00
tron
321a488d0e Sync contents of directory "share/doc/vnc" with reality. 1999-04-20 19:00:27 +00:00
tron
bb9b3c5bbb Back out unintended commit. 1999-04-20 18:59:48 +00:00
tron
f5a5666862 Define deprecated "unix" symbol. 1999-04-20 18:39:34 +00:00
hubertf
b1aba35ec5 Add dependency on tcl. 1999-04-17 14:10:01 +00:00
abs
b37cd82d23 Update to 5.1.1. Add patch to avoid bison. 1999-04-16 22:30:51 +00:00
tron
13bccdbb65 Update dependence for "gtk+" package to version 1.2.1. 1999-04-16 20:16:40 +00:00
tron
49a26ddbac Update dependence for "glib" package to version 1.2.1. 1999-04-16 19:24:34 +00:00
hubertf
cac63dff6a Moved from patch-aa.
Do not pass -Wl,-R... to ld(1), only pass -R...
(Should work with Solaris' /usr/ccs/bin/ld as well)
1999-04-16 11:46:18 +00:00
hubertf
edc2e7fb5f Only one file per patch (-> patch-ab) 1999-04-16 11:44:52 +00:00
tron
169c5e07be Enter the next level of the GNOME adventure game:
Update "ORBit" package to version 0.4.3.
1999-04-15 21:33:04 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
tron
9c4c0c2b50 Remove unnecessary slash from master site list. 1999-04-14 21:39:01 +00:00
tron
8704df115e Fix bogus master site entry for "sunsite". 1999-04-14 21:36:14 +00:00
garbled
1abf85be4e Fix elf handling in this pkg. (add some missing -lwrap's) 1999-04-14 20:34:38 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
build a binary package with this definition would fail as the PLIST is
not correct.

If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
1999-04-13 15:31:04 +00:00
tron
d434f8515c Enable "ytalk" package. 1999-04-10 21:37:29 +00:00
tron
01fede6944 New "ytalk" package supplied by Michael Santos in PR pkg/7323:
Multi-user replacement for UNIX talk.
1999-04-10 21:08:48 +00:00
hubertf
a9974cb87e s/DEPENDS/USE_PERL5/, pointed out by Christop Badura 1999-04-09 21:11:13 +00:00
agc
d8d880edf3 Make the ${SAMBA_PRIVATE} directory owned by root, rather than
${BINOWN}, for backwards compatibility, as suggested by Manuel (group
ownership doesn't matter, since the directory is mode 700).
1999-04-09 10:55:33 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
hubertf
2c81921164 Update to V2.3.1.
Mostly to fix the bug recently mentioned on bugtraq and which was
also (first?) mentioned in http://rsync.samba.org/cgi-bin/rsync?findid=1706 .
Numerous other changes, see http://samba.anu.edu.au/ftp/rsync/cvs.log
1999-04-08 10:27:30 +00:00
agc
86e27307f3 Make this package work on Solaris. 1999-04-07 13:01:17 +00:00
agc
a2a0edbda8 Add and enable libpcap. 1999-04-07 12:55:33 +00:00
agc
cebd46845d Initial import of libpcap-0.4 (only for Solaris), a library providing a
system-independent interface for user-level packet capture.
1999-04-07 12:54:16 +00:00
agc
14aeef89ab Make this patch apply cleanly. 1999-04-07 10:45:43 +00:00
bouyer
06177b67d9 Change ${CHOWN} bin:bin to ${CHOWN} ${BINOWN}:${BINGRP}; pointed out
by Alistair G. Crooks.
1999-04-07 09:44:44 +00:00
agc
f401fde155 Make this work on Solaris.
s/chown/${CHOWN}/g
s/chmod/${CHMOD}/g
s/root:wheel/${BINOWN}:${BINGRP}/g
1999-04-07 09:18:18 +00:00
hubertf
44967654db add and enable dlint 1999-04-06 20:24:51 +00:00
hubertf
78c7f1e1a3 DNS-Lint: Internet Domain Name System (DNS) error checking utility
DNS administrators  can  use  dlint  to  scan  recursively through
the  domain  records  of the fully-qualified zone to get a report
on any errors therein.  You can scan a  zone  you  own,  or anyone
else's zone on the Internet.  dlint talks directly to a primary or
secondary  nameserver for  the  zone,  to make sure it's working
with up-to-date information.
1999-04-06 20:24:36 +00:00
hubertf
d26334f921 add and enable upclient 1999-04-06 20:10:13 +00:00
hubertf
c084681fdb Upclient is a program that keeps track of your server
uptime, and lets you compare it with the uptime of other
(similar) hosts. It consists of two parts, a client- and a
serverpart. The client runs on your server and sends the
uptime every few minutes to the server. The server
collects all data in a table on this site.
1999-04-06 20:09:59 +00:00
agc
5e550b01df Minor modifications to the English. 1999-04-06 09:48:18 +00:00
hubertf
9b942cbbed Update to 2.12.
Changes: Changed the way tcp connect() scan determines the results of a
connect() call, got rid of the security warning message for people who are
missing /dev/random and /dev/urandom due to complaints about the
warning, eliminated pow() calls on Linux boxes, and fixed an RPM problem.
1999-04-05 18:50:30 +00:00
hubertf
b9bd29d38b rcsid police 1999-04-05 01:01:30 +00:00
hubertf
0293564ca3 Update to V3.6.1, as sent in in PR 7322 by Greg A. Woods <woods@planix.com>
Changes:
 - 3.6.1 is a bugfix release
 - This package uses NetBSD's libwrap
1999-04-05 00:59:07 +00:00
tron
0f480e3e33 Update "ORBit" package to version 0.4.2. 1999-04-04 19:20:10 +00:00
hubertf
7a3e836e8e Don't require "." in PATH (which obviously didn't work anyways :-) 1999-04-04 18:01:38 +00:00
hubertf
61114c5347 Fix for lame 1.3.3 install(1) which doesn't allow -c together with -d.
Pointed out in PR 7318 by Dave Burgess <burgess@cynjut.neonramp.com>
1999-04-04 16:36:40 +00:00
hubertf
45861306dd Update to V2.11.
Changes: Many new fingerprints added, fixed IRIX problems which
prevented OS scanning from working on that platform, added support
for '-m -' to redirect machine readable logs to stdout for shell
pipelining, fixed a link-list bug that could cause hangs in
UDP,FIN,NULL, and XMAS scans, also fixed a pointer problem that
could cause SIGSEGV, fixed installation problem for people without
a /usr/local/man/man1 directory as well as several other little
fixes to the installation script and minor scanner tweaks.
1999-04-04 03:51:50 +00:00
agc
363146f85e Update to tk version 8.0.5. This seems to be primarily a bug-fix release. 1999-04-01 13:38:43 +00:00
hubertf
a0a13ed6ba add a bunch of files in share/doc/vnc 1999-03-29 16:42:53 +00:00
bouyer
d47976f291 Update to samba 2.0.3. 1999-03-29 16:15:34 +00:00
hubertf
5e3562c0b5 Add some .mo files (es, fr, ja) 1999-03-29 13:48:58 +00:00
frueauf
3c57987088 Update zircon to 1.18.213. 1999-03-28 00:14:32 +00:00
tron
0c443ae1f4 Adjust to changes in "kdesupport" package. 1999-03-23 23:34:33 +00:00
agc
6356ec79ad Correct the directory path on the redhat ftp site. 1999-03-22 22:43:41 +00:00
bad
fa9c2f3760 Catch up with MASTER_SITE_GNU reorganization. 1999-03-22 16:08:30 +00:00
kim
bf2bfb504c Add a comment on why radius is not enabled 1999-03-22 07:32:05 +00:00
kim
253db6db86 Add a note about my hopes for maintaining a single radius server. 1999-03-22 04:29:53 +00:00
kim
16205e2b9e Merit AAA RADIUS server 1999-03-22 03:15:09 +00:00
rvb
7e2d4a1d1f Upgrade to 5.2.0 1999-03-18 02:34:15 +00:00
lukem
9f33818c35 * change first site from samba.anu.edu.au to rsync.samba.org
* look in `old-versions/' for 2.2.1, since 2.3.0 is the current version
1999-03-17 21:48:20 +00:00
agc
bb95e1a1a5 Only specify an ncurses pre-requisite if the Operating System is NetBSD. 1999-03-12 11:26:26 +00:00
tron
79bc819959 Avoid weird error message during build. 1999-03-11 20:07:57 +00:00
agc
b5e3bbc50a Mark this package as not working on Solaris for just now.
It needs libpcap, which needs bpf.
1999-03-09 16:43:07 +00:00
rh
fc1f57c7e1 Make descriptions (more) distinct from wu-ftpd 1999-03-08 19:53:55 +00:00
agc
1bb3007c04 s/make/${MAKE}/g 1999-03-08 10:53:55 +00:00
rh
e3edd6ad3a Adapt package to NetBSD
Update to BeroFTPD-1.3.4
1999-03-07 16:51:44 +00:00
rh
c020f2fdab Initial import of FreeBSD BeroFTPD port 1999-03-07 16:49:17 +00:00
rh
e682592e97 Add and enable beroftpd 1999-03-07 16:42:42 +00:00
rh
a9b43c22aa Update to wu-ftpd-2.4.2 (non-beta)
Add conflicts with beroftpd and renamed wu-ftpd-vr packages
1999-03-07 16:31:59 +00:00
rh
8796d1bb54 Update to wu-ftpd-2.4.2-vr16 1999-03-07 16:28:20 +00:00
hubertf
d9475bc950 Update to V3.6 1999-03-07 04:02:06 +00:00
kim
95cfb68ad0 Never mind -- set PKGNAME and DISTNAME manually. 1999-03-07 00:40:40 +00:00
kim
1bde14f3a4 Call commands through variables. 1999-03-07 00:34:36 +00:00
kim
3203e2ff20 Include <signal.h> instead of <sys/signal.h> 1999-03-06 19:22:30 +00:00
tron
4479c78b9e Because "ksirc" can't be built with "gcc" we need seperate package lists
for each compiler.
1999-03-05 22:13:56 +00:00
hubertf
09ce7eb759 Update to 0.9.4.
Changes: Fixed parsing of proc file for
  Linux 2.2 and added logarithmic scales
  option.
1999-03-05 00:50:59 +00:00
tron
e4e8ec03e0 Update "ORBit" package to version 0.4.0. 1999-03-05 00:25:09 +00:00
tron
33e22c14b3 Update dependence for "gtk+" package. 1999-03-04 09:30:44 +00:00
tron
f1a94ef725 Remove obsolete patch. 1999-03-04 09:15:02 +00:00
tron
9b1b024f64 Remove redundant dependence for "gtk+" package. 1999-03-04 08:58:42 +00:00
hubertf
a0a7cbae2d Update to v0.8.14.
Changes: Added a man page, i18n support (es, fr, ja), a better
  database, better rotation control and of course lots of bugfixes.
1999-03-02 22:06:02 +00:00
hubertf
6f4e4a1f0e Update to 0.9.3.
Changes: Added ability for Linux 2.2 to use /proc for
  gathering stats, which allows monitoring any device that
  reports bytes in/out to /proc/net/dev including ppp, eth, plip,
  lo, etc... without any special accounting rules, fixed unsigned
  "negative" number rate problem, rewrote back-end to be more
  modular, added a -nochart option (labels only) and removed
  fallback geometry.
1999-03-02 14:34:08 +00:00
wrstuden
a0bbb119f7 Update to netatalk 990130. Only changes are to Makefile and to md5.
From Frederick Bruckman <fb@enteract.com>.
1999-03-01 18:57:13 +00:00
rh
5e0390821e add some mirror sites 1999-03-01 06:46:32 +00:00
kim
7634e889a2 Added and enabled netname 1999-02-27 17:14:55 +00:00
kim
68a3dfb028 netname 1.6 (get canonical name of host) 1999-02-26 22:58:20 +00:00
frueauf
2efd2138d3 grr. I hate cvs for substituting $Id$ where it shouldn't. 1999-02-26 11:36:35 +00:00
frueauf
9ecbc47f69 Add and enable spegla. 1999-02-26 11:31:17 +00:00
frueauf
d13368c70c Initial addition of spegla-1.04, a mirror program for FTP sites (written in C).
Provided in pr 7018 by Jens A Nilsson with some modifications by myself
to make it work with current (sys/errno.h vs errno.h).
1999-02-26 11:27:18 +00:00
sommerfe
e74102a6ff Add systype/cputype for arm32 1999-02-24 07:47:14 +00:00
sommerfe
5662400933 Add arm32 context-switch support for mlwp. 1999-02-24 06:34:52 +00:00
wrstuden
c32459889a How about we change the date in the diff header to be today. 1999-02-23 22:33:20 +00:00
wrstuden
c6cddb4610 in session(), seq is incrimented before being used. Thus for the first
sequence number sent to be 1, we need to initialize to 0.

Pointed out by Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>.
1999-02-23 22:31:37 +00:00
rh
3ed2fed843 Enable delegate. 1999-02-23 18:29:47 +00:00
rh
ee246ce79b Upgrade delegate to 5.8.8
Adapt this package to NetBSD.
1999-02-23 18:28:34 +00:00
rh
7e8a0d6575 A general purpose TCP/IP proxy system. 1999-02-23 18:20:59 +00:00
abs
f5ec34238b Shorten some comments to fit neatly in pkg_info display, without losing any
information.
1999-02-23 06:31:45 +00:00
wrstuden
de4abf0a92 Add patches to include signal.h rather than sys/signal.h. Fixes sudden-
deaths observed with afpd. From Jim Wise, jwise@netbsd.org.
1999-02-23 00:31:40 +00:00
rh
64df903f45 Enable gtksamba and wu-ftpd-vr 1999-02-22 14:05:32 +00:00
hubertf
492a04691c Remove LICENSE=GPL, pointed out by Alistair Crooks in private mail 1999-02-22 00:31:36 +00:00
rh
aa7216fe4f gtksamba -- a samba configuration tool for X using gtk 1999-02-21 18:54:18 +00:00
rh
8167dd0257 VR series of the Washington University ftp daemon.
Includes several enhancements and bug fixes over the original wu-ftpd version
1999-02-21 12:37:20 +00:00
hubertf
2a95ad9c6b Fix CONFLICTS (remove redundancy, mostly) 1999-02-20 22:48:24 +00:00
hubertf
2821cb1110 Use wildcard depends 1999-02-20 22:26:22 +00:00
tron
fc07306682 Create all required documentation directories in "kdebase" package. 1999-02-19 23:07:19 +00:00
rh
e1b7455df7 Update to ethereal-0.5.1
Adapt to new gtk10 package
1999-02-19 14:32:49 +00:00
tron
4c10fcc27d Let "kdebase" package create the directories "share/doc/kde/HTML/it" and
"share/kde/sounds" to avoid problems if "kdeutils" gets removed before
"kdenetwork" package.
1999-02-18 23:37:54 +00:00
hubertf
b51e222c82 pkglint - thanks milano! 1999-02-18 16:40:50 +00:00
bouyer
b82401611d Remove samba2. 1999-02-18 11:52:54 +00:00
bouyer
995620b081 has been moved to ../samba. 1999-02-18 11:51:56 +00:00
bouyer
c5e74d2682 Samba 1.9.18 is dead, upgrade to samba 2.0.2. 1999-02-18 11:50:06 +00:00
tron
66a284d314 Update "kdenetwork" package to version 1.1. 1999-02-17 22:44:20 +00:00
tls
8f0226a6c1 fix default font path. again. 1999-02-17 19:11:36 +00:00
tls
06de70ed3c fix default font path. 1999-02-17 19:10:30 +00:00
tls
8d13317294 Update to VNC 3.3.2r3, fix distribution site, adjust for new distribution tar file layout 1999-02-17 18:50:49 +00:00
tron
7fde7636d4 Ignore not updated KDE sub packages for now. 1999-02-15 21:41:32 +00:00
rh
e0b0cadabd Fix some more buffer overflow vulnerabilities described on bugtraq and
http://www.cert.org/advisories/CA-99-03-FTP-Buffer-Overflows.html, but
not covered by the RedHat patch.
Remove dependency on deprecated unix define.
1999-02-14 15:27:50 +00:00
rh
29df0957f5 Update wu-ftpd to version 2.4.2-beta-18
Fix long dirname security vulnerability reported on redhat-watch-list@redhat.com
Use ${INSTALL_xxx} variables from pkg system instead of internal defaults
1999-02-13 09:05:02 +00:00
tv
111c4f44b0 Use install-info in $PATH, so that systems with it in base will work too. 1999-02-11 19:17:28 +00:00
bouyer
bf960d5241 Upgrade to samba 2.0.2. While I'm these clean up a few things:
- use configure arguments instead of make variables for some path, and
  Makefile.in patch
- move smb.conf.sample to share/examples/
1999-02-11 17:11:33 +00:00
jwise
6bd252e0af This now compiles again (-Dunix issues), and no longer uses the `compatability'
errno stuff.
1999-02-10 22:31:56 +00:00
frueauf
f74f7d1edf pkglint: add missing rcs id. 1999-02-10 15:16:46 +00:00
hubertf
df5ddf6042 update to nmap-2.07 1999-02-10 02:16:58 +00:00
frueauf
c2c8091ef5 Update zircon to 1.18.210. Mainly bugfixes. 1999-02-03 13:00:18 +00:00
agc
f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00
tron
b3c2d4be2b Move tkicb to category net per PR pkg/6909 by Klaus Klein. 1999-01-29 19:31:11 +00:00
tron
b06eaea858 Move tkirc to category net per PR pkg/6909 by Klaus Klein. 1999-01-29 19:20:12 +00:00
bouyer
4c3b44a305 enable samba2 1999-01-29 10:41:10 +00:00
bouyer
e03b878276 Use wilcards for CONFLICTS. 1999-01-29 10:40:03 +00:00
bouyer
4c795eafc7 Make this conflict with sanba 2.* 1999-01-29 10:39:18 +00:00