# HG changeset patch # User Hans-G?nter Theisgen # Date 1549708207 -3600 # Node ID 483356497a2571de34bdfd939acad3066f768a0a # Parent 6cfb86797173096337db71e86ba113de8e71dd2d updated audit and audit-dev (2.2.1 -> 2.8.4) diff -r 6cfb86797173 -r 483356497a25 audit-dev/receipt --- a/audit-dev/receipt Sat Feb 09 11:08:03 2019 +0100 +++ b/audit-dev/receipt Sat Feb 09 11:30:07 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="audit-dev" -VERSION="2.2.1" +VERSION="2.8.4" CATEGORY="development" SHORT_DESC="System call auditing development files" MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="http://people.redhat.com/sgrubb/audit/" + WANTED="audit" DEPENDS="" diff -r 6cfb86797173 -r 483356497a25 audit/receipt --- a/audit/receipt Sat Feb 09 11:08:03 2019 +0100 +++ b/audit/receipt Sat Feb 09 11:30:07 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="audit" -VERSION="2.2.1" +VERSION="2.8.4" CATEGORY="misc" SHORT_DESC="System call auditing." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" WEB_SITE="http://people.redhat.com/sgrubb/audit/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="${WEB_SITE}$TARBALL" @@ -16,9 +17,12 @@ # Rules to configure and make the package. compile_rules() { - ./configure --prefix=/usr --sysconfdir=/etc \ + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ --mandir=/usr/share/man \ - --localstatedir=/var --sbindir=/sbin \ + --localstatedir=/var \ + --sbindir=/sbin \ --with-libcap-ng=no \ --without-python \ $CONFIGURE_ARGS &&