wok-6.x rev 2774

Up: cups (1.3.10) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:27:59 2009 +0200 (2009-04-27)
parents 4aa363a445f7
children 807ed3221739
files cups-dev/receipt cups-pam/receipt cups/receipt php-cups/receipt
line diff
     1.1 --- a/cups-dev/receipt	Mon Apr 27 09:13:11 2009 +0200
     1.2 +++ b/cups-dev/receipt	Mon Apr 27 09:27:59 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="cups-dev"
     1.7 -VERSION="1.3.9"
     1.8 +VERSION="1.3.10"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Common UNIX Printing System dev files."
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/cups-pam/receipt	Mon Apr 27 09:13:11 2009 +0200
     2.2 +++ b/cups-pam/receipt	Mon Apr 27 09:27:59 2009 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="cups-pam"
     2.7 -VERSION="1.3.9"
     2.8 +VERSION="1.3.10"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Common UNIX Printing System with pam support."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -53,6 +53,15 @@
    2.13  	# We need the doc for CSS, images and help in the web interface.
    2.14  	cp -a $_pkg/usr/share/doc $fs/usr/share
    2.15  
    2.16 +	# tazwok does not strip files other than .so in usr/lib
    2.17 +		
    2.18 +	for dir in $fs/usr/lib/cups
    2.19 +	do
    2.20 +		if [ -d "$dir" ]; then
    2.21 +			find $dir -type f -exec strip -s '{}' 2>/dev/null \;
    2.22 +		fi
    2.23 +	done
    2.24 +	
    2.25  	# PAM conf
    2.26  	cp -a stuff/* $fs
    2.27  
     3.1 --- a/cups/receipt	Mon Apr 27 09:13:11 2009 +0200
     3.2 +++ b/cups/receipt	Mon Apr 27 09:27:59 2009 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="cups"
     3.7 -VERSION="1.3.9"
     3.8 +VERSION="1.3.10"
     3.9  CATEGORY="system-tools"
    3.10  SHORT_DESC="Common UNIX Printing System."
    3.11  MAINTAINER="erjo@slitaz.org"
     4.1 --- a/php-cups/receipt	Mon Apr 27 09:13:11 2009 +0200
     4.2 +++ b/php-cups/receipt	Mon Apr 27 09:27:59 2009 +0200
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt."
     4.5  
     4.6  PACKAGE="php-cups"
     4.7 -VERSION="1.3.9"
     4.8 +VERSION="1.3.10"
     4.9  CATEGORY="development"
    4.10  SHORT_DESC="Common UNIX Printing System bindings for php."
    4.11  MAINTAINER="pascal.bellard@slitaz.org"