summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeon Spengler2020-08-07 13:40:47 +0200
committerDeon Spengler2020-08-07 13:40:47 +0200
commit3e0e80c561bacaf92b3e50f3e065c46a62a549bc (patch)
tree4ba9f56013fbdd7977e1c2c977929cd06162d2fa
parent8cb337801b164ad170b575dd107cabadeec9e834 (diff)
downloadaur-3e0e80c561bacaf92b3e50f3e065c46a62a549bc.tar.gz
Updated samhain to version 4.4.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c66e4a7ac08e..c0759a17d0d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = samhain
pkgdesc = file integrity / intrusion detection system
- pkgver = 4.3.2
+ pkgver = 4.4.2
pkgrel = 1
url = http://www.la-samhna.de/
install = samhain.install
@@ -9,7 +9,7 @@ pkgbase = samhain
source = http://www.la-samhna.de/samhain/samhain-current.tar.gz
source = samhain.service
validpgpkeys = EF6CEF54701A0AFDB86AF4C31AAD26C80F571F6C
- sha256sums = 0582864ef56ab796031e8e611ed66c48adeb3a30ec34e1a8d0088572442035fc
+ sha256sums = 2bb2750b32646be32517d0b2259402559c72b96979800f6c33774fcdea327fff
sha256sums = 7e53bee6bb9ba15db6e741ed3520491c747e57bb58ffc0da6c5d7e235ac720c9
pkgname = samhain
diff --git a/PKGBUILD b/PKGBUILD
index 6abf1c527a2c..8781aec95ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Luke R. <g4jc@bulletmail.org> GPG: c25519/D85D2F527B0
pkgname=samhain
-pkgver=4.3.2
+pkgver=4.4.2
pkgrel=1
pkgdesc="file integrity / intrusion detection system"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=('GPL')
install=samhain.install
source=("http://www.la-samhna.de/samhain/${pkgname}-current.tar.gz"
"samhain.service")
-sha256sums=('0582864ef56ab796031e8e611ed66c48adeb3a30ec34e1a8d0088572442035fc'
+sha256sums=('2bb2750b32646be32517d0b2259402559c72b96979800f6c33774fcdea327fff'
'7e53bee6bb9ba15db6e741ed3520491c747e57bb58ffc0da6c5d7e235ac720c9')
validpgpkeys=('EF6CEF54701A0AFDB86AF4C31AAD26C80F571F6C') # Rainer Wichmann
@@ -21,7 +21,7 @@ build() {
tar -zxvf ${pkgname}-${pkgver}.tar.gz
cd "${pkgname}-${pkgver}"
# see samhain documentation, lots of other options available. e.g. use --enable-network=server to run in server mode.
- ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin
+ ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin --disable-asm
make
}