summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Richard Scott Smith2010-09-21 02:32:32 +0200
committer Robby Workman2010-09-22 05:09:44 +0200
commit97274878390cfdee0865adb087637eed0868fb1f (patch)
treedd4517f9d1e7d8eb7c7f0190d9b7a6ce5c1ff70d /system
parent232f73a605fb7944dbbc7f4fcbd541e883436e00 (diff)
downloadslackbuilds-97274878390cfdee0865adb087637eed0868fb1f.tar.gz
system/samhain: Updated for version 2.7.2b.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/samhain/README14
-rw-r--r--system/samhain/samhain.SlackBuild20
-rw-r--r--system/samhain/samhain.info6
3 files changed, 15 insertions, 25 deletions
diff --git a/system/samhain/README b/system/samhain/README
index 9ed737c79b..5a6ec41f88 100644
--- a/system/samhain/README
+++ b/system/samhain/README
@@ -1,10 +1,10 @@
-The samhain open source host-based intrusion detection system (HIDS) provides
-file integrity checking and logfile monitoring/analysis, as well as rootkit
-detection, port monitoring, detection of rogue SUID executables, and hidden
-processes.
+The samhain open source host-based intrusion detection system (HIDS)
+provides file integrity checking and logfile monitoring/analysis, as
+well as rootkit detection, port monitoring, detection of rogue SUID
+executables, and hidden processes.
-It has been designed to monitor multiple hosts with potentially different
-operating systems, providing centralized logging and maintenance, although it
-can also be used as standalone application on a single host.
+It has been designed to monitor multiple hosts with potentially different
+operating systems, providing centralized logging and maintenance,
+although it can also be used as standalone application on a single host.
See README.SLACKWARE for setup and configuration information.
diff --git a/system/samhain/samhain.SlackBuild b/system/samhain/samhain.SlackBuild
index 0b82840796..db2327ea82 100644
--- a/system/samhain/samhain.SlackBuild
+++ b/system/samhain/samhain.SlackBuild
@@ -23,9 +23,9 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=samhain
-VERSION=2.6.1b
+VERSION=2.7.2b
BUILD=${BUILD:-1}
-TAG=${OUTPUT:-_SBo}
+TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
+# Stripping does not seem to work for 32 bit builds.
# Don't clobber the config file
mv $PKG/etc/samhainrc $PKG/etc/samhainrc.new
@@ -88,19 +89,8 @@ mv $PKG/etc/samhainrc $PKG/etc/samhainrc.new
# No need for /var/log and /var/run directories here
rmdir $PKG/var/{log,run}
-# Stripping does not seem to work for 32 bit builds. Commenting it out
-# until I can find a reason or answer. Richard Scott Smith, 1-3-2010
-#( cd $PKG
-# find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \
-# xargs strip --strip-unneeded 2> /dev/null || true
-# find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | \
-# xargs strip --strip-unneeded 2> /dev/null || true
-#)
-
-( cd $PKG/usr/man
- find . -type f -exec gzip -9 {} \;
- for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
-)
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING LICENSE README \
diff --git a/system/samhain/samhain.info b/system/samhain/samhain.info
index a33e88f971..4f25602961 100644
--- a/system/samhain/samhain.info
+++ b/system/samhain/samhain.info
@@ -1,10 +1,10 @@
PRGNAM="samhain"
-VERSION="2.6.1b"
+VERSION="2.7.2b"
HOMEPAGE="http://www.la-samhna.de/"
DOWNLOAD="http://www.la-samhna.de/samhain/samhain-current.tar.gz"
-MD5SUM="eb0f2645829174e0223b542f8b2333cf"
+MD5SUM="db070a0a4d1093c5cb9f9c2f303e3bbf"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Richard Scott Smith"
EMAIL="pilbender@gmail.com"
-APPROVED="rworkman"
+APPROVED="dsomero"