Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18643 - Request for ebuild of tripwire
Summary: Request for ebuild of tripwire
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL: http://www.tripwire.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-02 10:44 UTC by Patrick Dolan
Modified: 2004-12-17 10:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to tripwire-2.3.1.2-r2.ebuild (patch,278 bytes, patch)
2004-12-17 10:05 UTC, parafin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Dolan 2003-04-02 10:44:38 UTC
Just a requesting that an ebuild for Tripwire be made available.  It's a very 
useful tool for securing critical machines.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-04-28 15:26:36 UTC
please provide an ebuild
Comment 2 Tavis Ormandy (RETIRED) gentoo-dev 2003-07-18 06:25:04 UTC
committed a tripwire ebuild to ~x86, i have some portability patches that really dont like gcc3, i'll port them later today and open it up on ~alpha, those are the only arches i have access to.
Comment 3 Tavis Ormandy (RETIRED) gentoo-dev 2003-07-18 06:26:34 UTC
hold on, fixing status...
status-> reopen
Comment 4 Tavis Ormandy (RETIRED) gentoo-dev 2003-07-18 06:26:58 UTC
reopened->fixed
Comment 5 parafin 2004-12-17 10:05:45 UTC
Created attachment 46224 [details, diff]
patch to tripwire-2.3.1.2-r2.ebuild

I found a bug in ebuild of testing tripwire and fixed it:
>>> Install tripwire-2.3.1.2-r2 into
/var/tmp/portage/tripwire-2.3.1.2-r2/image/ category app-admin

zcat: /usr/portage/app-admin/tripwire/files/twcfg.txt: not in gzip format
 * twcfg.txt zcat error
install: can't stat `/usr/portage/app-admin/tripwire/files/twpol.txt': No such
file or directory

Because both - twcfg.txt and twpol.txt not gzipped, i removed zcat command.
Also you must rename twpol.txt.gz in twpol.txt in files dir.