wok rev 11653

Up apache (2.2.22, security fixes)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 11 10:02:20 2012 +0100 (2012-02-11)
parents f25cbe972b29
children 5d7b47fda1c3
files apache-dev/receipt apache-doc/receipt apache/receipt get-texlive/stuff/get-texlive
line diff
     1.1 --- a/apache-dev/receipt	Sat Feb 11 01:43:53 2012 +0100
     1.2 +++ b/apache-dev/receipt	Sat Feb 11 10:02:20 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apache-dev"
     1.7 -VERSION="2.2.21"
     1.8 +VERSION="2.2.22"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="HTTP server development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/apache-doc/receipt	Sat Feb 11 01:43:53 2012 +0100
     2.2 +++ b/apache-doc/receipt	Sat Feb 11 10:02:20 2012 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="apache-doc"
     2.7 -VERSION="2.2.21"
     2.8 +VERSION="2.2.22"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="HTTP server documentation files."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/apache/receipt	Sat Feb 11 01:43:53 2012 +0100
     3.2 +++ b/apache/receipt	Sat Feb 11 10:02:20 2012 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="apache"
     3.7 -VERSION="2.2.21"
     3.8 +VERSION="2.2.22"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Secure, efficient and extensible HTTP server."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
     4.1 --- a/get-texlive/stuff/get-texlive	Sat Feb 11 01:43:53 2012 +0100
     4.2 +++ b/get-texlive/stuff/get-texlive	Sat Feb 11 10:02:20 2012 +0100
     4.3 @@ -2,7 +2,6 @@
     4.4  # download, pack and install a minimal texlive scheme.
     4.5  
     4.6  PACKAGE="texlive"
     4.7 -VERSION="2008"
     4.8  CATEGORY="office"
     4.9  SHORT_DESC="latex text processor"
    4.10  MAINTAINER="sygne@ombres.eu"
    4.11 @@ -10,7 +9,7 @@
    4.12  SOURCE="install-tl"
    4.13  TARBALL="$SOURCE-unx.tar.gz"
    4.14  WEB_SITE="http://www.tug.org/$PACKAGE/"
    4.15 -WGET_URL="http://mirror.ctan.org/systems/$PACKAGE/tlnet/$VERSION/$TARBALL"
    4.16 +WGET_URL="http://mirror.ctan.org/systems/$PACKAGE/tlnet/$TARBALL"
    4.17  ROOT="$1"
    4.18  
    4.19  # Check if we are root
    4.20 @@ -52,13 +51,14 @@
    4.21  fi
    4.22  
    4.23  tar -xzf $TARBALL
    4.24 +VERSION="$(ls -d $SOURCE*/ | sed 's|/*$||')"
    4.25  
    4.26  # extracted pkg can be removed: Save RAM before packing
    4.27  rm -rf $TARBALL
    4.28  
    4.29  # launch texlive install script
    4.30  echo -e "\033[1;33m Launching $PACKAGE install script\033[0m" 
    4.31 -cd $SOURCE
    4.32 +cd $SOURCE*/
    4.33  PREFIX="$TMP/$SOURCE/$PACKAGE-$VERSION/fs/usr/local/$PACKAGE"
    4.34  mkdir -p $PREFIX
    4.35