Skip to content

Commit

Permalink
bump libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
harryboo committed Nov 27, 2024
1 parent b987a79 commit f17c5f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Latest changes
* libpng 1.6.44
* liburcu 0.14.1
* libuv 1.44.2/1.49.2
* libxml2 2.13.4
* libxml2 2.13.5
* lz4 1.10.0
* mbedTLS 2.7.19/2.28.9

Expand Down
2 changes: 1 addition & 1 deletion make/libs/libxml2/external.files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[ "$EXTERNAL_FREETZ_LIB_libxml2" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libxml2.so.2.13.4"
[ "$EXTERNAL_FREETZ_LIB_libxml2" == "y" ] && EXTERNAL_FILES+=" ${FREETZ_LIBRARY_DIR}/libxml2.so.2.13.5"
2 changes: 1 addition & 1 deletion make/libs/libxml2/external.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ config EXTERNAL_FREETZ_LIB_libxml2
default n
help
externals the following file(s):
${FREETZ_LIBRARY_DIR}/libxml2.so.2.13.4
${FREETZ_LIBRARY_DIR}/libxml2.so.2.13.5

4 changes: 2 additions & 2 deletions make/libs/libxml2/libxml2.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$(call PKG_INIT_LIB, 2.13.4)
$(call PKG_INIT_LIB, 2.13.5)
$(PKG)_LIB_VERSION:=$($(PKG)_VERSION)
$(PKG)_SOURCE:=$(pkg)-$($(PKG)_VERSION).tar.xz
$(PKG)_HASH:=65d042e1c8010243e617efb02afda20b85c2160acdbfbcb5b26b80cec6515650
$(PKG)_HASH:=74fc163217a3964257d3be39af943e08861263c4231f9ef5b496b6f6d4c7b2b6
$(PKG)_SITE:=https://download.gnome.org/sources/libxml2/$(call GET_MAJOR_VERSION,$($(PKG)_VERSION))
### WEBSITE:=http://www.xmlsoft.org
### MANPAGE:=https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home#html-documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
@@ -667,7 +667,7 @@
@@ -668,7 +668,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
ACLOCAL_AMFLAGS = -I m4
Expand All @@ -27,7 +27,7 @@
DIST_SUBDIRS = include . doc example fuzz python xstc
AM_CPPFLAGS = -I$(top_builddir)/include -I$(srcdir)/include -DSYSCONFDIR='"$(sysconfdir)"'
bin_SCRIPTS = xml2-config
@@ -1832,7 +1832,7 @@
@@ -1833,7 +1833,7 @@
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
$(MAKE) $(AM_MAKEFLAGS) check-local
check: check-recursive
Expand All @@ -36,7 +36,7 @@
config.h
install-binPROGRAMS: install-libLTLIBRARIES

@@ -1957,14 +1957,14 @@
@@ -1958,14 +1958,14 @@

info-am:

Expand Down

1 comment on commit f17c5f9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See for infos about libxml2 and maybe a changelog link:
https://freetz-ng.github.io/freetz-ng/libs/libxml2

Please sign in to comment.