From 46fd1d6c1ee0a7d06b64374dff6b80f738298c18 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 5 Oct 2009 15:27:32 +0000 Subject: [PATCH] [packages] libxml2: update to v2.7.5 SVN-Revision: 17889 --- libs/libxml2/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libxml2/Makefile b/libs/libxml2/Makefile index 59a9521eb4..ae22a06d18 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.30.2