samhain: dropped

This commit is contained in:
Juergen Daubert 2021-07-01 13:04:09 +02:00
parent e0263b0938
commit cf0ac48c97
3 changed files with 0 additions and 50 deletions

View File

@ -1,16 +0,0 @@
drwxr-xr-x root/root etc/
-rw------- root/root etc/samhainrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/sbin/
-rwx------ root/root usr/sbin/samhain
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/samhainrc.5.gz
drwxr-xr-x root/root usr/share/man/man8/
-rw-r--r-- root/root usr/share/man/man8/samhain.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/samhain/
drwxr-xr-x root/root var/log/
-rw-r----- root/root var/log/samhain.log (EMPTY)

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/et3l68ffLMCIPvtZi94c7rgsif5ZnZFHu4Us+BbpQ+MCfiNQlDiOqfRordrst8Ory9gzztioc/pms/k5Ypacww=
SHA256 (Pkgfile) = 883afa2bd96383ead35e715410c04d605a45ea17b4f2a42411bcf1ba814838cd
SHA256 (.footprint) = f610f3827e9a899df9a6d0c6d32cad6be2431494be3f891fbd0ed08d6ce98670
SHA256 (samhain_signed-4.4.3.tar.gz) = 3e57574036d5055e9557ec5095818b419ea6c4365370fc2ccce1e9f87f9fad08

View File

@ -1,29 +0,0 @@
# Description: File integrity / intrusion detection system
# URL: http://la-samhna.de/samhain/
# Maintainer: Juergen Daubert, jue at crux dot nu
name=samhain
version=4.4.3
release=1
source=(http://la-samhna.de/archive/${name}_signed-$version.tar.gz)
build () {
tar xfz $name-$version.tar.gz
cd $name-$version
./configure \
--prefix=/usr \
--localstatedir=/var \
--sysconfdir=/etc \
--with-log-file=/var/log/samhain.log \
--enable-static \
--enable-login-watch \
--enable-suidcheck \
--disable-asm
make
make DESTDIR=$PKG install
rm -r $PKG/var/run
touch $PKG/var/log/samhain.log
chmod 0640 $PKG/var/log/samhain.log
}