ports/opt (3.6): samhain: dropped
commit cf0ac48c97988290bba4f21f250e51f221f67dbf Author: Juergen Daubert <jue@jue.li> Date: Thu Jul 1 13:04:09 2021 +0200 samhain: dropped diff --git a/samhain/.footprint b/samhain/.footprint deleted file mode 100644 index 66a99302a..000000000 --- a/samhain/.footprint +++ /dev/null @@ -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) diff --git a/samhain/.signature b/samhain/.signature deleted file mode 100644 index 72e1840e3..000000000 --- a/samhain/.signature +++ /dev/null @@ -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 diff --git a/samhain/Pkgfile b/samhain/Pkgfile deleted file mode 100644 index cdb0f3edd..000000000 --- a/samhain/Pkgfile +++ /dev/null @@ -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 -}
participants (1)
-
crux@crux.nu