Package Details: tripwire-git 2.4.3.7.r5.g4c84a88-1

Git Clone URL: https://aur.archlinux.org/tripwire-git.git (read-only, click to copy)
Package Base: tripwire-git
Description: intrusion detection system
Upstream URL: https://github.com/Tripwire/tripwire-open-source
Licenses: GPL
Conflicts: tripwire
Provides: tripwire
Submitter: bioshacker001
Maintainer: None
Last Packager: TrialnError
Votes: 1
Popularity: 0.000000
First Submitted: 2016-11-05 19:24 (UTC)
Last Updated: 2024-02-23 21:27 (UTC)

Latest Comments

1 2 Next › Last »

TrialnError commented on 2024-02-23 21:09 (UTC)

Allright. Will do it that way then.
And thank you for your work in making this work again :)

blade_saint commented on 2024-02-21 16:36 (UTC)

Pulling my changes as a patch is probably best for the moment. The install and configuration process needs some clean up but I've no idea if / when I'll get around to doing the required work.

TrialnError commented on 2024-02-20 19:16 (UTC)

Do you plan on further updates or changes in your fork, blade_saint? If not I wouldn't change the urls, but pull the commit from you as a patch.

blade_saint commented on 2024-02-11 02:32 (UTC)

I forked the github repo and got the source building. See https://github.com/fleminga/tripwire-open-source/ if you fancy updating the PKGBUILD

TrialnError commented on 2023-07-06 20:35 (UTC)

This is a VCS PKGBUILD. They can only be out of date if there is a breaking change.
Adjusted some details of the PKGBUILD, but the source doesn't compile currently. Missing declarations, multiple definitions for others.

Oupss commented on 2023-04-16 13:23 (UTC)

The package is out of date. The last version is here https://github.com/Tripwire/tripwire-open-source/releases/download/2.4.3.7/tripwire-open-source-2.4.3.7.tar.gz

vedalken commented on 2020-09-23 20:50 (UTC) (edited on 2020-09-23 20:53 (UTC) by vedalken)

Please update the PKGBUILD with autoconf for missing build package dependency and replace hardcoded number of build jobs with variable number of installed logical cores.


diff --git a/PKGBUILD b/PKGBUILD
index a0d8384..2c3cbd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: eliott <eliott@cactuswax.net>

 pkgname=tripwire-git
-pkgver=r74.acf7bd3
+pkgver=r373.4c84a88
 pkgrel=1
 pkgdesc="An intrusion detection system"
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://sourceforge.net/projects/tripwire/"
 license=('GPL')
 depends=('openssl')
 optdepends=('lynis')
-makedepends=('git' 'automake')
+makedepends=('git' 'automake' 'autoconf')
 provides=('tripwire')
 #replaces=('tripwire')
 backup=('etc/tripwire/twpol.txt' 'etc/tripwire/twcfg.txt')
@@ -30,7 +30,7 @@ build() {
     autoreconf --force --install
     ${srcdir}/tripwire-open-source/autogen.sh
     ./configure --sysconfdir=/etc/tripwire
-  make -j4
+  make -j$(nproc)
 }

 pkgver() {

bioshacker001 commented on 2020-03-02 23:02 (UTC)

I'm having issues with SSH, so I'm not able to fix the description, sorry. I just patched the download source and removed the checksum information for the last PKGBUILD.

blind_gh0st commented on 2019-02-13 00:44 (UTC)

The information for this is out of date, however it still compiles and installs the most recent version from github (2.4.3.7.0). The project has also moved from sourceforge to Github (https://github.com/Tripwire/tripwire-open-source).

bioshacker001 commented on 2017-06-21 00:16 (UTC)

I've updated the PKGBUILD to reflect the changes mentioned. Sorry for the delay. I didn't bump the version numbers, as this shouldn't impact anyone who successfully installed prior.