[package] update libpng to 1.2.37 (#5359)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 17 Jun 2009 15:22:37 +0000 (15:22 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 17 Jun 2009 15:22:37 +0000 (15:22 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@16493 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 407dbd6..039b6c8 100644 (file)
@@ -1,4 +1,4 @@
-# 
+#
 # Copyright (C) 2006 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libpng
-PKG_VERSION:=1.2.35
+PKG_VERSION:=1.2.37
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@SF/libpng
-PKG_MD5SUM:=b8b8d09adf6bee2c5902c8e54c4f2e68
+PKG_MD5SUM:=6d1ee0888dbb711214943cb19c294b49
 
 PKG_FIXUP = libtool
 
index c415532..7b59463 100644 (file)
@@ -13,7 +13,7 @@
 @@ -6,5 +6,5 @@
  Name: libpng
  Description: Loads and saves PNG files
- Version: 1.2.35
+ Version: 1.2.37
 -Libs: -L${libdir} -lpng12
 +Libs: -lpng12
  Cflags: -I${includedir}