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.
please provide an ebuild
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.
hold on, fixing status... status-> reopen
reopened->fixed
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.