Signed-off-by: Marcel Lorenz marcel.lorenz@ipfire.org --- config/rootfiles/common/expat | 12 ++++++------ lfs/expat | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat index 81a8ba7a0..35fdb040b 100644 --- a/config/rootfiles/common/expat +++ b/config/rootfiles/common/expat @@ -6,11 +6,11 @@ #usr/lib/libexpat.la usr/lib/libexpat.so usr/lib/libexpat.so.1 -usr/lib/libexpat.so.1.6.2 +usr/lib/libexpat.so.1.6.5 #usr/lib/pkgconfig/expat.pc -#usr/share/doc/expat-2.2.0 -#usr/share/doc/expat-2.2.0/expat.png -#usr/share/doc/expat-2.2.0/reference.html -#usr/share/doc/expat-2.2.0/style.css -#usr/share/doc/expat-2.2.0/valid-xhtml10.png +#usr/share/doc/expat-2.2.3 +#usr/share/doc/expat-2.2.3/expat.png +#usr/share/doc/expat-2.2.3/reference.html +#usr/share/doc/expat-2.2.3/style.css +#usr/share/doc/expat-2.2.3/valid-xhtml10.png #usr/share/man/man1/xmlwf.1 diff --git a/lfs/expat b/lfs/expat index aa9759094..fdcd0863f 100644 --- a/lfs/expat +++ b/lfs/expat @@ -24,7 +24,7 @@
include Config
-VER = 2.2.0 +VER = 2.2.3
THISAPP = expat-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 2f47841c829facb346eb6e3fab5212e2 +$(DL_FILE)_MD5 = f053af63ef5f39bd9b78d01fbc203334
install : $(TARGET)