- Update from 2.2.0 (2016) to 2.3.0 (2021) - Update of rootfile - Changelog is too large to include here Full details can be viewed in the Changes file in the source tarball Large number of bug fixes
Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/expat | 23 +++++++++++++++-------- lfs/expat | 4 ++-- 2 files changed, 17 insertions(+), 10 deletions(-)
diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat index 81a8ba7a0..365286f85 100644 --- a/config/rootfiles/common/expat +++ b/config/rootfiles/common/expat @@ -2,15 +2,22 @@ #usr/include/expat.h #usr/include/expat_config.h #usr/include/expat_external.h +#usr/lib/cmake/expat-2.3.0 +#usr/lib/cmake/expat-2.3.0/expat-config-version.cmake +#usr/lib/cmake/expat-2.3.0/expat-config.cmake +#usr/lib/cmake/expat-2.3.0/expat-noconfig.cmake +#usr/lib/cmake/expat-2.3.0/expat.cmake #usr/lib/libexpat.a #usr/lib/libexpat.la -usr/lib/libexpat.so +#usr/lib/libexpat.so usr/lib/libexpat.so.1 -usr/lib/libexpat.so.1.6.2 +usr/lib/libexpat.so.1.7.0 #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/man/man1/xmlwf.1 +#usr/share/doc/expat +#usr/share/doc/expat-2.3.0 +#usr/share/doc/expat-2.3.0/expat.png +#usr/share/doc/expat-2.3.0/reference.html +#usr/share/doc/expat-2.3.0/style.css +#usr/share/doc/expat-2.3.0/valid-xhtml10.png +#usr/share/doc/expat/AUTHORS +#usr/share/doc/expat/changelog diff --git a/lfs/expat b/lfs/expat index 878b59270..92c42bf82 100644 --- a/lfs/expat +++ b/lfs/expat @@ -24,7 +24,7 @@
include Config
-VER = 2.2.0 +VER = 2.3.0
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 = 54ea624caca3f9003cebcab4f0a75c8f
install : $(TARGET)