# HG changeset patch # User Christopher Rogers # Date 1330195844 18000 # Node ID d0d55b9a5cff212fc8283d2f3302bfc8c17457bb # Parent 301b0b1e9b80b4ff9ddb615120e6d2e70453933e 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. diff -r 301b0b1e9b80 -r d0d55b9a5cff libpng-dev/receipt --- a/libpng-dev/receipt Sat Feb 25 17:26:26 2012 +0000 +++ b/libpng-dev/receipt Sat Feb 25 13:50:44 2012 -0500 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libpng-dev" -VERSION="1.5.9" +VERSION="1.2.47" CATEGORY="development" SHORT_DESC="PNG images library devel files." MAINTAINER="pankso@slitaz.org" @@ -13,8 +13,8 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 301b0b1e9b80 -r d0d55b9a5cff libpng/receipt --- a/libpng/receipt Sat Feb 25 17:26:26 2012 +0000 +++ b/libpng/receipt Sat Feb 25 13:50:44 2012 -0500 @@ -1,17 +1,16 @@ # SliTaz package receipt. PACKAGE="libpng" -VERSION="1.5.9" +VERSION="1.2.47" CATEGORY="x-window" SHORT_DESC="PNG images library." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -BUILD_DEPENDS="pkg-config" WEB_SITE="http://libpng.org/pub/png/libpng.html" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" DEPENDS="zlib" -BUILD_DEPENDS="gawk zlib-dev" +BUILD_DEPENDS="pkg-config gawk zlib-dev" # Rules to configure and make the package. compile_rules()