# HG changeset patch # User Pascal Bellard # Date 1328950940 -3600 # Node ID f4bf102ffcf9af48749ce4348b20c446359bcc8d # Parent f25cbe972b29a8b826c646bf4a28802e2873d24c Up apache (2.2.22, security fixes) diff -r f25cbe972b29 -r f4bf102ffcf9 apache-dev/receipt --- a/apache-dev/receipt Sat Feb 11 01:43:53 2012 +0100 +++ b/apache-dev/receipt Sat Feb 11 10:02:20 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="apache-dev" -VERSION="2.2.21" +VERSION="2.2.22" CATEGORY="development" SHORT_DESC="HTTP server development files." MAINTAINER="pascal.bellard@slitaz.org" diff -r f25cbe972b29 -r f4bf102ffcf9 apache-doc/receipt --- a/apache-doc/receipt Sat Feb 11 01:43:53 2012 +0100 +++ b/apache-doc/receipt Sat Feb 11 10:02:20 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="apache-doc" -VERSION="2.2.21" +VERSION="2.2.22" CATEGORY="development" SHORT_DESC="HTTP server documentation files." MAINTAINER="pascal.bellard@slitaz.org" diff -r f25cbe972b29 -r f4bf102ffcf9 apache/receipt --- a/apache/receipt Sat Feb 11 01:43:53 2012 +0100 +++ b/apache/receipt Sat Feb 11 10:02:20 2012 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="apache" -VERSION="2.2.21" +VERSION="2.2.22" CATEGORY="network" SHORT_DESC="Secure, efficient and extensible HTTP server." MAINTAINER="pascal.bellard@slitaz.org" diff -r f25cbe972b29 -r f4bf102ffcf9 get-texlive/stuff/get-texlive --- a/get-texlive/stuff/get-texlive Sat Feb 11 01:43:53 2012 +0100 +++ b/get-texlive/stuff/get-texlive Sat Feb 11 10:02:20 2012 +0100 @@ -2,7 +2,6 @@ # download, pack and install a minimal texlive scheme. PACKAGE="texlive" -VERSION="2008" CATEGORY="office" SHORT_DESC="latex text processor" MAINTAINER="sygne@ombres.eu" @@ -10,7 +9,7 @@ SOURCE="install-tl" TARBALL="$SOURCE-unx.tar.gz" WEB_SITE="http://www.tug.org/$PACKAGE/" -WGET_URL="http://mirror.ctan.org/systems/$PACKAGE/tlnet/$VERSION/$TARBALL" +WGET_URL="http://mirror.ctan.org/systems/$PACKAGE/tlnet/$TARBALL" ROOT="$1" # Check if we are root @@ -52,13 +51,14 @@ fi tar -xzf $TARBALL +VERSION="$(ls -d $SOURCE*/ | sed 's|/*$||')" # extracted pkg can be removed: Save RAM before packing rm -rf $TARBALL # launch texlive install script echo -e "\033[1;33m Launching $PACKAGE install script\033[0m" -cd $SOURCE +cd $SOURCE*/ PREFIX="$TMP/$SOURCE/$PACKAGE-$VERSION/fs/usr/local/$PACKAGE" mkdir -p $PREFIX