samhain: update to 2.2.6

This commit is contained in:
Juergen Daubert 2006-11-04 17:43:59 +01:00
parent 279d913807
commit 238005f215
3 changed files with 6 additions and 8 deletions

View File

@ -1,9 +1,5 @@
drwxr-xr-x root/root etc/
-rw------- root/root etc/samhainrc
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/modules/
drwxr-xr-x root/root lib/modules/<kernel-version>/
-rw-r--r-- root/root lib/modules/<kernel-version>/samhain_hide.ko
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man5/

View File

@ -1 +1 @@
ac3922bd5529cbe5025d85004c910b86 samhain_signed-2.2.5.tar.gz
454aec59fce0a913f58b7ab2e2371280 samhain_signed-2.2.6.tar.gz

View File

@ -3,12 +3,13 @@
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
name=samhain
version=2.2.5
version=2.2.6
release=1
source=(http://la-samhna.de/$name/${name}_signed-$version.tar.gz)
source=(http://la-samhna.de/archive/${name}_signed-$version.tar.gz)
build () {
tar xfz $name-$version.tar.gz
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man \
@ -18,11 +19,12 @@ build () {
--enable-static \
--enable-login-watch \
--enable-suidcheck \
--enable-khide=/boot/System.map \
--with-kcheck=/boot/System.map
make
make DESTDIR=$PKG install
rm -r $PKG/var/run
touch $PKG/var/log/samhain.log
touch $PKG/var/lib/samhain/samhain_file
chmod 0640 $PKG/var/log/samhain.log