Commit graph

25 commits

Author SHA1 Message Date
Cy Schubert
85a2430bda Remove code to create a tripwire floppy disk. As FreeBSD no longer supports
gzipped binaries and since systems with larger data stores, it is no
longer reasonable to expect to fit the tripwire binary and database onto
a single floppy disk.

PR:		80978
2005-05-13 23:49:46 +00:00
Cy Schubert
3ebae6c5ed Define unique LATEST_LINK.
Reported by:	kris
2004-02-07 04:14:39 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Norikatsu Shigemura
4f56b2baa0 Remove RESTRICTED tag for crypto stuff.
Approved by:	kris (implicitly)
2003-02-22 16:12:23 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Cy Schubert
bf8abaf92f Use PORTCOMMENT. 2002-11-07 05:46:03 +00:00
Cy Schubert
12df4b76d3 Add configuration options to Tripwire 1.3.1 install:
- Add the TWCONFIG variable to install a user defined tw.config instead
  of the one supplied with the port.
- Add the NO_DB_BUILD variable to skip the database build during install
  for users upgrading or reinstalling the port who wish to use an existing
  or previously installed Tripwire database.

Change MAINTAINER from me (Cy.Schubert@uumail.gov.bc.ca) to
me (cy@FreeBSD.org).

PR:             ports/35127
Submitted by:   cjc
2002-02-20 14:47:04 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
SADA Kenji
cf2c8ec847 Upgrade to 1.3.1, beta version.
PR:	18964
Submitted by:	Cy Schubert <Cy.Schubert@uumail.gov.bc.ca>
2000-07-06 14:15:53 +00:00
Will Andrews
1dbf0287c0 Remove redundant/inappropriate CATEGORIES. People need to start reading
the Porter's Handbook.  :-)
2000-06-02 03:18:54 +00:00
Steve Price
0a9a4b5bd2 - Fix some of the compiler warnings (see patches/patch-warnings)
- Fix the Makefiles to obey the CC and CFLAGS settings
- Fix patches/patch-ab to be PREFIX/LOCALBASE safe
- Fix the post-install to not compress the gunzip and tripwire executables
  that go onto a floppy -- there is no support for the gzip-ed ELF binaries
  at all, and even for the older AOUT ones such support was optional
- Replaces the /kernel with `sysctl -n kern.bootfile` in the tw.conf as the
  tw.conf.freebsd2 is copied into the right place.
- Replace the use of mktemp(3) with tmpfile(3) (see patches/patch-mktemp).
  This also caused a removal of a few buffers (of size MAXPATHLEN+256) and
  quite a few strcpy and sprintf invocations.

PR:		18634
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-05-29 02:27:45 +00:00
Chris Piazza
57c727add4 Update MASTER_SITES
PR:		18624
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-05-19 06:06:43 +00:00
Michael Haro
4cf4ab0a2f Correct whitespace introduced during PORTNAME conversion and portlint 2000-04-21 08:19:33 +00:00
Chris Piazza
3df86a88a9 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:34:06 +00:00
Peter Wemm
a53421230c $Id$ -> $FreeBSD$ 1999-08-31 01:53:22 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Chris Piazza
7bef70cdac Add /modules and /boot to the default config file.
PR:		12622
Submitted by:	Martti Kuparinen <martti.kuparinen@ericsson.com>
1999-07-14 05:05:31 +00:00
Tim Vanderhoek
a84b5b5f94 #4/4 enforcing Caps, no period
[Has anyone figured-out what makes the number 393 so interesting to PW, now?]

I wonder what was going through Jordan's head during his infamous
$Id$-smashing commit.

Before I forget....

Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting
this commit.  See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
1999-06-26 19:22:14 +00:00
Satoshi Asami
4e161a02da work -> ${WRKDIR} 1998-12-01 08:33:29 +00:00
Tim Vanderhoek
f67f442cd4 Secure the freedom of the manpages! Free the manpages!
PR:		ports/7651
1998-08-19 19:54:37 +00:00
David E. O'Brien
6050f76c02 PR ports/7197 seems to have been the wrong fix. While I think Joe Greco's
statements are a little strong (like /.cshrc being used in single user mode),
it does appear /root was already protected.

PR:		ports/7200
Submitted by:	Joe Greco <greco@ns.sol.net>
1998-07-28 17:54:21 +00:00
David E. O'Brien
e427fc4aa4 Root's home dir is "/root" not "/".
PR:		ports/7197
Submitted by:	Nathan Dorfman <nathan@rtfm.net>
1998-07-28 17:15:37 +00:00
Joe Greco
860a3719d8 Minor correction-
The CERT FTP site no longer contains Tripwire.  A little digging and
sleuthing reveals that Spaf has the stuff over at coast.cs.purdue.edu
anyways.  It appears that it might move again in the future, see

ftp://coast.cs.purdue.edu/pub/COAST/Tripwire/README-1297
1998-04-07 17:42:21 +00:00
Joe Greco
e7c49bb4bb Minor correction-
Changed floppy generation code to chmod gunzip to executable by a
better strategic location for the chmod command.  The former code
failed to do this, meaning gunzip couldn't be run from the floppy.

"Ooops".  Yes, I actually do use this code!  Honest!  :-)
1997-04-03 23:09:49 +00:00
John Polstra
28d7af23c3 Initial import of Joe Greco's tripwire port.
Submitted by:	jgreco@ns.sol.net
1997-04-01 04:44:00 +00:00