wok-next diff audit/receipt @ rev 20958

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Sep 06 04:28:48 2018 +0300 (2018-09-06)
parents 835b3b8ce6ac
children d5aab818505e
line diff
     1.1 --- a/audit/receipt	Fri Apr 13 07:14:16 2018 +0300
     1.2 +++ b/audit/receipt	Thu Sep 06 04:28:48 2018 +0300
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="audit"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.8.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="System call auditing"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -16,11 +16,12 @@
    1.13  
    1.14  compile_rules() {
    1.15  	./configure \
    1.16 +		--disable-static \
    1.17  		--sbindir=/sbin \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	fix libtool &&
    1.20  	make &&
    1.21 -	make DESTDIR=$DESTDIR install || return 1
    1.22 +	make install || return 1
    1.23  
    1.24  	# make files readable for the web interface; fix permissions later in post_install
    1.25  	chmod 755 $install/etc/audisp/plugins.d/
    1.26 @@ -38,7 +39,7 @@
    1.27  			;;
    1.28  		audit)
    1.29  			copy @std @rm
    1.30 -			DEPENDS="openssl libldap"
    1.31 +			DEPENDS="libldap"
    1.32  			;;
    1.33  		*-dev)
    1.34  			copy @dev