wok-6.x rev 11816
Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Feb 25 13:50:44 2012 -0500 (2012-02-25) |
parents | 301b0b1e9b80 |
children | 4cbd61af2eb0 |
files | libpng-dev/receipt libpng/receipt |
line diff
1.1 --- a/libpng-dev/receipt Sat Feb 25 17:26:26 2012 +0000 1.2 +++ b/libpng-dev/receipt Sat Feb 25 13:50:44 2012 -0500 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libpng-dev" 1.7 -VERSION="1.5.9" 1.8 +VERSION="1.2.47" 1.9 CATEGORY="development" 1.10 SHORT_DESC="PNG images library devel files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,8 +13,8 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib 1.16 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.17 - cp -a $install/usr/bin $fs/usr 1.18 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.19 - cp -a $install/usr/include $fs/usr 1.20 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.21 + cp -a $install/usr/bin $fs/usr 1.22 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.23 + cp -a $install/usr/include $fs/usr 1.24 }
2.1 --- a/libpng/receipt Sat Feb 25 17:26:26 2012 +0000 2.2 +++ b/libpng/receipt Sat Feb 25 13:50:44 2012 -0500 2.3 @@ -1,17 +1,16 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="libpng" 2.7 -VERSION="1.5.9" 2.8 +VERSION="1.2.47" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="PNG images library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.13 -BUILD_DEPENDS="pkg-config" 2.14 WEB_SITE="http://libpng.org/pub/png/libpng.html" 2.15 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.16 2.17 DEPENDS="zlib" 2.18 -BUILD_DEPENDS="gawk zlib-dev" 2.19 +BUILD_DEPENDS="pkg-config gawk zlib-dev" 2.20 2.21 # Rules to configure and make the package. 2.22 compile_rules()