wok-current rev 4642
Up: apr (1.3.9) security fix.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Dec 26 10:37:24 2009 +0100 (2009-12-26) |
parents | fb5581e5c6e8 |
children | d11f3a6b5624 |
files | apr-dev/receipt apr/receipt |
line diff
1.1 --- a/apr-dev/receipt Sat Dec 26 10:33:13 2009 +0100 1.2 +++ b/apr-dev/receipt Sat Dec 26 10:37:24 2009 +0100 1.3 @@ -1,11 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="apr-dev" 1.7 -VERSION="1.3.2" 1.8 +VERSION="1.3.9" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Apache Portable Runtime Library dev files" 1.11 MAINTAINER="lehswe@gmail.com" 1.12 -DEPENDS="" 1.13 +DEPENDS="apr" 1.14 WANTED="apr" 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WEB_SITE="http://apr.apache.org"
2.1 --- a/apr/receipt Sat Dec 26 10:33:13 2009 +0100 2.2 +++ b/apr/receipt Sat Dec 26 10:37:24 2009 +0100 2.3 @@ -1,14 +1,15 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="apr" 2.7 -VERSION="1.3.2" 2.8 +VERSION="1.3.9" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Apache Portable Runtime Library" 2.11 MAINTAINER="lehswe@gmail.com" 2.12 DEPENDS="util-linux-ng-uuid" 2.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.14 WEB_SITE="http://apr.apache.org" 2.15 -WGET_URL="http://apache.jumper.nu/apr/$TARBALL" 2.16 +WGET_URL="http://mir2.ovh.net/ftp.apache.org/dist/$PACKAGE/$TARBALL 2.17 + http://apache.crihan.fr/dist/$PACKAGE/$TARBALL" 2.18 2.19 # Rules to configure and make the package. 2.20 compile_rules()