summaryrefslogtreecommitdiff
path: root/security/tripwire (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate DISTNAME.Cy Schubert2003-11-091-1/+1
| | | | Notes: svn path=/head/; revision=93565
* Last commit broke build under -STABLE. Fix error.Cy Schubert2003-05-081-3/+4
| | | | Notes: svn path=/head/; revision=80463
* Mark BROKEN under -CURRENT.Cy Schubert2003-05-071-0/+3
| | | | Notes: svn path=/head/; revision=80402
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Remove RESTRICTED tag for crypto stuff.Norikatsu Shigemura2003-02-221-1/+0
| | | | | | | Approved by: kris (implicitly) Notes: svn path=/head/; revision=76164
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT.Cy Schubert2002-11-072-1/+2
| | | | Notes: svn path=/head/; revision=69632
* Fix a build bug in recent -STABLE.Cy Schubert2002-10-152-0/+12
| | | | | | | Submitted by: Jan Demter <jan@demter.de> Notes: svn path=/head/; revision=68070
* Fixup pkg-plist.Cy Schubert2002-04-062-1/+3
| | | | | | | Pointy hat to: myself Notes: svn path=/head/; revision=57387
* Use my FreeBSD.org email address for MAINTAINER.Cy Schubert2002-03-041-1/+1
| | | | Notes: svn path=/head/; revision=55527
* Fixup the line containing $FreeBSD$. It was missing a comment character.Cy Schubert2002-03-042-2/+2
| | | | Notes: svn path=/head/; revision=55526
* Update from 1.2 (academic source release) to 2.3.1-2 (open source LinuxCy Schubert2002-03-0121-645/+1653
| | | | | | | | | | release). In relation to Tripwire 1.x, 2.x is a complete rewrite. PR: ports/29137 Submitted by: nectar (first review), cjc (second review) Notes: svn path=/head/; revision=55363
* Add configuration options to Tripwire 1.3.1 install:Cy Schubert2002-02-221-2/+6
| | | | | | | | | | | | | | | - 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. PR: ports/35127 Submitted by: cjc Approved by: jgreco@ns.sol.net Notes: svn path=/head/; revision=55086
* Remove redundant/inappropriate CATEGORIES. People need to start readingWill Andrews2000-06-021-1/+1
| | | | | | | the Porter's Handbook. :-) Notes: svn path=/head/; revision=29084
* - Fix some of the compiler warnings (see patches/patch-warnings)Steve Price2000-05-295-29/+329
| | | | | | | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=28852
* Update MASTER_SITESChris Piazza2000-05-191-1/+1
| | | | | | | | PR: 18624 Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=28571
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-2/+2
| | | | Notes: svn path=/head/; revision=27847
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27426
* $Id$ -> $FreeBSD$Peter Wemm1999-08-313-3/+3
| | | | Notes: svn path=/head/; revision=21143
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Add /modules and /boot to the default config file.Chris Piazza1999-07-141-2/+6
| | | | | | | | PR: 12622 Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com> Notes: svn path=/head/; revision=20187
* #4/4 enforcing Caps, no periodTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | [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 Notes: svn path=/head/; revision=19804
* work -> ${WRKDIR}Satoshi Asami1998-12-011-2/+2
| | | | Notes: svn path=/head/; revision=14985
* Secure the freedom of the manpages! Free the manpages!Tim Vanderhoek1998-08-191-3/+0
| | | | | | | PR: ports/7651 Notes: svn path=/head/; revision=12655
* PR ports/7197 seems to have been the wrong fix. While I think Joe Greco'sDavid E. O'Brien1998-07-281-9/+10
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=12190
* Root's home dir is "/root" not "/".David E. O'Brien1998-07-281-8/+8
| | | | | | | | PR: ports/7197 Submitted by: Nathan Dorfman <nathan@rtfm.net> Notes: svn path=/head/; revision=12189
* Minor correction-Joe Greco1998-04-071-2/+2
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=10437
* Minor correction-Joe Greco1997-04-031-2/+2
| | | | | | | | | | | 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! :-) Notes: svn path=/head/; revision=6126
* Initial import of Joe Greco's tripwire port.John Polstra1997-04-0111-0/+372
Submitted by: jgreco@ns.sol.net Notes: svn path=/head/; revision=6084