From 14c010edd457271528f8c3ad11f27e51074f6c40 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 5 Oct 2009 15:27:32 +0000 Subject: [PATCH] [packages] libxml2: update to v2.7.5 git-svn-id: svn://svn.openwrt.org/openwrt/packages@17889 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libxml2/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 59a9521eb..ae22a06d1 100644 --- a/libs/libxml2/Makefile +++ b/libs/libxml2/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,19 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libxml2 -PKG_VERSION:=2.7.3 +PKG_VERSION:=2.7.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://xmlsoft.org/sources/ \ ftp://fr.rpmfind.net/pub/libxml/ -PKG_MD5SUM:=8f4fda3969237c2a33bdb1583b5d06b2 +PKG_MD5SUM:=2e29ca610579438714ebb1e4010a0ece + PKG_FIXUP:=libtool +PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -PKG_INSTALL=1 - define Package/libxml2 SECTION:=libs CATEGORY:=Libraries -- 2.11.0