wok rev 536

Security update: rsync (3.0.2) - Potential buffer overflow in the xattr code
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 20:53:44 2008 +0200 (2008-04-10)
parents c77621e18bbb
children 38edb0e5bd67
files rsync/receipt
line diff
     1.1 --- a/rsync/receipt	Thu Apr 10 01:31:33 2008 +0200
     1.2 +++ b/rsync/receipt	Thu Apr 10 20:53:44 2008 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rsync"
     1.7 -VERSION="3.0.0"
     1.8 +VERSION="3.0.2"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Utility that provides fast incremental."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,8 +15,10 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --mandir=/usr/share/man \
    1.17 -	$CONFIGURE_ARGS
    1.18 +	./configure \
    1.19 +		--prefix=/usr \
    1.20 +		--mandir=/usr/share/man \
    1.21 +		$CONFIGURE_ARGS
    1.22  	make
    1.23  	make DESTDIR=$PWD/_pkg install
    1.24  }