Date: Thursday, September 6, 2018 @ 08:34:44 Author: anthraxx Revision: 333586
upgpkg: audit 2.8.4-1 Modified: audit/trunk/PKGBUILD Deleted: audit/trunk/audit.install ---------------+ PKGBUILD | 19 +++++++++---------- audit.install | 6 ------ 2 files changed, 9 insertions(+), 16 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-06 07:54:11 UTC (rev 333585) +++ PKGBUILD 2018-09-06 08:34:44 UTC (rev 333586) @@ -1,4 +1,4 @@ -# $Id$ +# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> # Maintainer : Christian Rebischke <[email protected]> # Contributor: Daniel Micay <[email protected]> # Contributor: <[email protected]> @@ -7,8 +7,8 @@ # Contributor: henning mueller <[email protected]> pkgname=audit -pkgver=2.8.3 -pkgrel=2 +pkgver=2.8.4 +pkgrel=1 pkgdesc='Userspace components of the audit framework' url='https://people.redhat.com/sgrubb/audit' arch=('x86_64') @@ -18,7 +18,7 @@ options=('emptydirs') backup=( etc/libaudit.conf - etc/audit/audit.rules + etc/audit/audit-stop.rules etc/audit/auditd.conf etc/audisp/audispd.conf etc/audisp/audisp-remote.conf @@ -28,12 +28,11 @@ etc/audisp/plugins.d/au-remote.conf etc/audisp/plugins.d/syslog.conf ) -source=("${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz") -sha512sums=('aa939b81a66111f4e466208d7a38414bd186d00ccd374b420439764905b4707bbfcdc2331a6179a080fca981d19171696ecabd26674205b2f9339c44954db933') -install="audit.install" +source=(${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz) +sha512sums=('5795c565effab995cee447a2dc457ef6a6f15201fb185d7104992ac373a3cb5cfc865dd661c0896a895c96f452eff392d455064d0eead55cd7364d96e0d15c4a') build() { - cd "${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} export PYTHON=/usr/bin/python2 ./configure \ --prefix=/usr \ @@ -47,10 +46,10 @@ } package() { - cd "${pkgname}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install - cd "${pkgdir}" + cd ${pkgdir} install -d var/log/audit rm -rf etc/rc.d etc/sysconfig usr/lib/audit Deleted: audit.install =================================================================== --- audit.install 2018-09-06 07:54:11 UTC (rev 333585) +++ audit.install 2018-09-06 08:34:44 UTC (rev 333586) @@ -1,6 +0,0 @@ -post_install() { - echo CONFIG_AUDIT is disabled in the Arch kernel packages so a custom kernel - echo is required for most components of this package. However, some features - echo like the utility methods in libaudit work without kernel support. - echo The package linux-hardened has full support for audit. -}
