Commit Graph

658 Commits

Author SHA1 Message Date
canacar
8aced87963 Update to pftop-0.4
ok henning@, dhartmei@, jolan@
2003-08-21 18:24:41 +00:00
pvalchev
e56cbda414 acknowledge 3.4 2003-08-18 06:32:09 +00:00
jolan
c19cc19c3d +stress 2003-08-09 03:19:07 +00:00
jolan
e1819e0e69 import of stress 0.18.1:
stress is a tool which imposes a configurable amount of CPU, memory,
I/O, or disk stress on a POSIX-compliant operating system.  It is
written in highly-portable ANSI C, and uses the GNU Autotools to
compile on a great number of UNIX-like operating systems.  stress is not
a benchmark.  It is a tool used by system administrators to evaluate how
well their systems will scale, by kernel programmers to evaluate
perceived performance characteristics, and by systems programmers to
expose the classes of bugs which only or more frequently manifest
themselves when the system is under heavy load.
2003-08-09 03:17:55 +00:00
pvalchev
00b1b4c2e7 point to correct location for example conf file; Olivier Cherrier 2003-08-01 15:52:16 +00:00
naddy
b89dc0cf04 sdiff is gone, but we still need it 2003-07-23 19:12:18 +00:00
fgsch
5a9f4c62ab update to distrib. patch 20030718. 2003-07-21 17:33:07 +00:00
kevlo
2360f0cc0a upgrade to 1.4.8 2003-07-18 04:44:40 +00:00
naddy
0f60204feb remove MANx and MANLANG cruft 2003-07-16 19:24:24 +00:00
danh
ee8940315b update to safecat 1.11
From Han Boetes <han@mijncomputer.nl>
2003-07-12 17:48:55 +00:00
sturm
d3ddc34ba4 +stow 2003-07-08 19:08:33 +00:00
sturm
69433dca70 Initial import of stow 1.3.3
GNU Stow is a Perl program for managing the installation of
software packages, keeping them separate (/opt/stow/emacs-21.3.1
vs. /opt/stow/perl-5.8.0, for example) while making them appear
to be installed in the same place (/opt).

Stow may be used by non-root users to set up a private hierarchy
under e.g. $HOME/local.

WWW: http://www.gnu.org/software/stow/stow.html

from Andreas Kahari <andreas.kahari@unix.net>
2003-07-08 19:06:57 +00:00
naddy
016d7a9e5e +ggrep 2003-07-06 17:16:55 +00:00
naddy
45fd5745e0 Import GNU grep 2.5.1.
The GNU versions of commonly used grep utilities.
2003-07-06 17:16:32 +00:00
david
71688cef32 fix manpage: -o takes the field arguments, not -s; also correct view name
ok maintainer canacar
2003-06-25 18:08:57 +00:00
pvalchev
c336bbc9ca update to lsof-4.68 2003-06-19 06:30:42 +00:00
avsm
e7fdcc4684 send a bad snprintf bound to bad bound heaven
ok jim geovedi (maintainer)
2003-06-18 14:14:52 +00:00
fgsch
4eabb66d37 update to distrib. patch 20030609. 2003-06-18 04:50:58 +00:00
avsm
8c19dbebc8 plug a whole bunch of off-by-ones in various scanf routines;
patches submitted upstream, PKGNAME bumped
2003-06-17 00:52:12 +00:00
kevlo
9aa552a75c upgrade to version 2.2 2003-06-10 06:32:56 +00:00
fgsch
246ba658ce update to distrib. patch 20030605. 2003-06-06 07:39:59 +00:00
avsm
3a81e742e2 this is under gpl/artistic - mark all PERMIT_ to yes
from Jeff Bachtel <jeff@cepheid.org>
2003-06-05 14:48:17 +00:00
margarida
fdeb15157a New HOMEPAGE and MASTER_SITE.
New file mentioning these changes, therefore new distinfo.
2003-06-01 23:41:04 +00:00
margarida
74873b26a8 Update monit to version 3.2
--
Main changes:
*  Monit now reloads configuration ONLY after it receives SIGHUP.
   Automatic reload based on monit's control file timestamp is now
   defunct.
*  New monit command 'reload' is added. If used, it will reinitialize
   a running monit daemon (send it the SIGHUP signal).
*  A new monit option '-t' is added. If used, monit will run a syntax
   check for the control file and exit with the status.
*  The ssl version for TCPSSL tests can now explicitly be set if auto-
   detection should fail. (Thanks to Mark Foster  for
   the bugreport)
*  Added support for LDAPv2 and LDAPv3, and DWP.
*  Restart method added to monit httpd cervlet
*  Alert messages in passive mode fixed
*  Console command "monit restart [service]" in daemon mode fixed
*  Start/stop/restart race condition fixed.
Changelog: http://www.tildeslash.com/monit/changes.html

Patches OpenBSD specific submitted to authors.
2003-06-01 23:14:16 +00:00
margarida
5c8194c1b0 Update multitail to version 2.7.1
--
Patch accepted by author, therefore removed.
Several bugfixes and some enhancements.
Changelog: http://www.vanheusden.com/multitail/changelog.html
2003-06-01 19:19:17 +00:00
lebel
bdeec35bc0 +p5-Proc-ProcessTable 2003-05-30 14:42:34 +00:00
lebel
08d56bf157 initial import of sysutils/p5-Proc-ProcessTable 0.38:
--
Perl interface to the unix process table.

(had this in my tree for god knows who long, so here it goes).
2003-05-30 14:41:39 +00:00
lebel
1e4c052555 +freedt 2003-05-28 15:40:04 +00:00
lebel
f4f5b767ff initial import of sysutils/freedt-0.17:
--
freedt is a reimplementation of Dan Bernstein's daemontools under the GNU GPL,
sharing no code with the original implementation.

It currently includes feature-equivalent replacements for argv0, envdir,
envuidgid, setlock, setuidgid, softlimit, supervise, svc, svok, svscan, svstat
and recordio. It also includes dumblog (a simple multilog replacement),
mkservice (a script for automatically creating service directories), anonidentd
(an anonimising identd implementation) and ratelimit (a bandwidth-limiting
filter along the lines of recordio). All the tools include usage messages; for
instance, do "ratelimit -h" for a brief rundown of the options.

Please note that this package is not a drop-in replacement for daemontools; the
internal state files in service directories are different, and the error
messages (and a few of the options) aren't quite the same. 

WWW: http://azz.us-lot.org/code/freedt.html
2003-05-28 15:39:26 +00:00
fgsch
cf34769ddc update to mtools 3.9.9 dist. patch 20030524. 2003-05-26 02:02:07 +00:00
jolan
f0b22143e0 "{HOMEPAGE}" -> "${HOMEPAGE}" 2003-05-22 09:33:15 +00:00
pvalchev
3964a1b127 tentakel-0.3.1 - This release fixes a long standing bug that prevented use
of IP addresses and hostnames with dots in hostlists.
from maintainer seb@todesplanet.de
2003-05-19 19:08:49 +00:00
naddy
6e9db99da2 install files with proper permissions (was 000 before); from grange@ 2003-05-17 19:39:31 +00:00
brad
41999d78e1 Fix format string issue, this is not exploitable on OpenBSD because
the binary is not installed suid root.

http://marc.theaimsgroup.com/?l=bugtraq&m=105285564307225&w=2
2003-05-17 01:12:23 +00:00
naddy
8ad0db4e2a Oops. Fix a fatal typo and ignore aliases.db. 2003-05-13 20:40:04 +00:00
pvalchev
f6b98261b3 Fix build on sparc - do not use ctob macro that should not be used in
userland (and breaks build on sparc) instead use sysconf(3) to get
page size.
lead to the right direction by naddy & miod - thanks
Problem reported by John Pavlakis <xyloplax@yahoo.com>
2003-05-13 04:09:13 +00:00
pvalchev
cb0a77dd4e update mirror list 2003-05-13 04:06:11 +00:00
naddy
7dc019e695 Building this port requires the kernel sources to be available under /sys.
Put in a sanity check for this.  ok pvalchev@
2003-05-13 03:30:39 +00:00
naddy
83b1018ce3 Catch up with 14 months worth of changes in the FreeBSD version. 2003-05-12 21:54:32 +00:00
sturm
9044ff3b89 - /etc -> SYSCONFDIR
- don't change SYSCONFDIR
2003-05-12 21:16:42 +00:00
margarida
bdb5d632a1 Add sleuthkit
Remove task
2003-05-12 13:18:16 +00:00
margarida
c778e25d62 Import of sleuthkit-1.62
--
The Sleuth Kit (previously known as TASK) is a collection of 
UNIX-based command line file system forensic tools that allow 
an investigator to examine NTFS, FAT, FFS, EXT2FS, and EXT3FS 
file systems of a suspect computer in a non-intrusive fashion. 
The tools have a layer-based design and can extract data from 
internal file system structures. Because the tools do not rely 
on the operating system to process the file systems, deleted 
and hidden content is shown.

This port replaces TASK, previously removed.
2003-05-12 13:16:02 +00:00
margarida
e58e72ab0b Remove TASK as it is now known as Sleuthkit, TASK doesn't exist
anynore.
Sleuthkit is about to be imported.
2003-05-12 13:10:35 +00:00
avsm
e672e84db5 security update to LPRng-3.8.21; psbanner created a very insecure
tmp file.
2003-05-09 22:50:15 +00:00
margarida
a4a8adb66b Add support for internal resolver (with adns).
Add patch (sent upstream) that fixes a problem
with the resolver, when it is enabled.
From MAINTAINER: Michael Coulter <mjc@bitz.ca>
2003-05-05 03:37:09 +00:00
margarida
353981dd55 Add multitail 2003-05-04 17:49:02 +00:00
margarida
05bb2ebc95 Initial import of multitail-2.4
--
multitail allows the viewing of one or multiple files like
the original tail(1) program. 
The difference is that this program creates multiple windows
windows on the console (with ncurses). It can also use colors
while displaying the logfiles for faster recognizing which
lines are important and which are not. It is optimized for
terminal-sessions through slow links.
2003-05-04 17:47:42 +00:00
margarida
5297edb0cb Add modlogan 2003-05-02 02:54:42 +00:00
margarida
5065b47ba4 Initial import of modlogan-0.8.7
--
ModLogAn is a modular logfile analyzer which is able to analyze
15 logfiles from different servers.
Its template engine generates XHTML based on usersupplied themes
which makes it possible to provide different look and feel.
It's written in C and provides a plugin system.

From: Michael Coulter <mjc@bitz.ca> with some changes from me.
2003-05-02 02:53:05 +00:00
avsm
102bae898d sigh, oops 2003-04-30 14:59:34 +00:00