update libpng to 1.2.41 (#6312)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 7 Dec 2009 23:39:21 +0000 (23:39 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 7 Dec 2009 23:39:21 +0000 (23:39 +0000)
SVN-Revision: 18685

libs/libpng/Makefile
libs/libpng/patches/100-config_fix.patch

index 4afa31de7f33af6f0658ae483e482ca333aa56f3..d5a779000a92c0ea48decbb4ca2485f24692618b 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpng
-PKG_VERSION:=1.2.40
+PKG_VERSION:=1.2.41
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/libpng
-PKG_MD5SUM:=29bbd1c3cbe54b04bfc2bda43067ccb5
+PKG_MD5SUM:=2faa7f8d81e6a35beb991cb75edbf056
 
 PKG_FIXUP = libtool
 
index 64ca0c0116f3abb176eda382611ea2d2dbca89f3..e0ed94dca89263ed36c8ced7e2e8e2d2ce3b1ada 100644 (file)
@@ -13,7 +13,7 @@
 @@ -6,5 +6,5 @@
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.40
+ Version: 1.2.41
 -Libs: -L${libdir} -lpng12
 +Libs: -lpng12
  Cflags: -I${includedir}