wok rev 20727
updated audit and audit-dev (2.2.1 -> 2.8.4)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 09 11:30:07 2019 +0100 (2019-02-09) |
parents | 6cfb86797173 |
children | 5834cfb2b5ee |
files | audit-dev/receipt audit/receipt |
line diff
1.1 --- a/audit-dev/receipt Sat Feb 09 11:08:03 2019 +0100 1.2 +++ b/audit-dev/receipt Sat Feb 09 11:30:07 2019 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="audit-dev" 1.7 -VERSION="2.2.1" 1.8 +VERSION="2.8.4" 1.9 CATEGORY="development" 1.10 SHORT_DESC="System call auditing development files" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://people.redhat.com/sgrubb/audit/" 1.14 + 1.15 WANTED="audit" 1.16 1.17 DEPENDS=""
2.1 --- a/audit/receipt Sat Feb 09 11:08:03 2019 +0100 2.2 +++ b/audit/receipt Sat Feb 09 11:30:07 2019 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="audit" 2.7 -VERSION="2.2.1" 2.8 +VERSION="2.8.4" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="System call auditing." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL2" 2.13 WEB_SITE="http://people.redhat.com/sgrubb/audit/" 2.14 + 2.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.16 WGET_URL="${WEB_SITE}$TARBALL" 2.17 2.18 @@ -16,9 +17,12 @@ 2.19 # Rules to configure and make the package. 2.20 compile_rules() 2.21 { 2.22 - ./configure --prefix=/usr --sysconfdir=/etc \ 2.23 + ./configure \ 2.24 + --prefix=/usr \ 2.25 + --sysconfdir=/etc \ 2.26 --mandir=/usr/share/man \ 2.27 - --localstatedir=/var --sbindir=/sbin \ 2.28 + --localstatedir=/var \ 2.29 + --sbindir=/sbin \ 2.30 --with-libcap-ng=no \ 2.31 --without-python \ 2.32 $CONFIGURE_ARGS &&