* [PATCH] expat: Update to version 2.4.2
@ 2022-01-03 12:45 Adolf Belka
2022-01-03 12:59 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2022-01-03 12:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3074 bytes --]
- Update from 2.4.1 to 2.4.2
- Update of rootfile
- Changelog
Release 2.4.2 Sun December 19 2021
Other changes:
#509 #510 Link againgst libm for function "isnan"
#513 #514 Include expat_config.h as early as possible
#498 Autotools: Include files with release archives:
- buildconf.sh
- fuzz/*.c
#507 #519 Autotools: Sync CMake templates
#495 #524 CMake: MinGW: Fix pkg-config section "Libs" for
- non-release build types (e.g. -DCMAKE_BUILD_TYPE=Debug)
- multi-config CMake generators (e.g. Ninja Multi-Config)
#502 #503 docs: Document that function XML_GetBuffer may return NULL
when asking for a buffer of 0 (zero) bytes size
#522 #523 docs: Fix return value docs for both
XML_SetBillionLaughsAttackProtection* functions
#525 #526 Version info bumped from 9:1:8 to 9:2:8;
see https://verbump.de/ for what these numbers do
Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
config/rootfiles/common/expat | 22 +++++++++++-----------
lfs/expat | 4 ++--
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat
index 4dcfe4a7d..ea0c2ded5 100644
--- a/config/rootfiles/common/expat
+++ b/config/rootfiles/common/expat
@@ -2,22 +2,22 @@
#usr/include/expat.h
#usr/include/expat_config.h
#usr/include/expat_external.h
-#usr/lib/cmake/expat-2.4.1
-#usr/lib/cmake/expat-2.4.1/expat-config-version.cmake
-#usr/lib/cmake/expat-2.4.1/expat-config.cmake
-#usr/lib/cmake/expat-2.4.1/expat-noconfig.cmake
-#usr/lib/cmake/expat-2.4.1/expat.cmake
+#usr/lib/cmake/expat-2.4.2
+#usr/lib/cmake/expat-2.4.2/expat-config-version.cmake
+#usr/lib/cmake/expat-2.4.2/expat-config.cmake
+#usr/lib/cmake/expat-2.4.2/expat-noconfig.cmake
+#usr/lib/cmake/expat-2.4.2/expat.cmake
#usr/lib/libexpat.a
#usr/lib/libexpat.la
#usr/lib/libexpat.so
usr/lib/libexpat.so.1
-usr/lib/libexpat.so.1.8.1
+usr/lib/libexpat.so.1.8.2
#usr/lib/pkgconfig/expat.pc
#usr/share/doc/expat
-#usr/share/doc/expat-2.4.1
-#usr/share/doc/expat-2.4.1/ok.min.css
-#usr/share/doc/expat-2.4.1/reference.html
-#usr/share/doc/expat-2.4.1/style.css
-#usr/share/doc/expat-2.4.1/valid-xhtml10.png
+#usr/share/doc/expat-2.4.2
+#usr/share/doc/expat-2.4.2/ok.min.css
+#usr/share/doc/expat-2.4.2/reference.html
+#usr/share/doc/expat-2.4.2/style.css
+#usr/share/doc/expat-2.4.2/valid-xhtml10.png
#usr/share/doc/expat/AUTHORS
#usr/share/doc/expat/changelog
diff --git a/lfs/expat b/lfs/expat
index 7627447f3..b2df59ca3 100644
--- a/lfs/expat
+++ b/lfs/expat
@@ -24,7 +24,7 @@
include Config
-VER = 2.4.1
+VER = 2.4.2
THISAPP = expat-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 476cdf4b5e40280316fff36b2086a390
+$(DL_FILE)_MD5 = 58780ad6944d02f6cf6ba332838694b2
install : $(TARGET)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] expat: Update to version 2.4.2
2022-01-03 12:45 [PATCH] expat: Update to version 2.4.2 Adolf Belka
@ 2022-01-03 12:59 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2022-01-03 12:59 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 3347 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 3 Jan 2022, at 12:45, Adolf Belka <adolf.belka(a)ipfire.org> wrote:
>
> - Update from 2.4.1 to 2.4.2
> - Update of rootfile
> - Changelog
> Release 2.4.2 Sun December 19 2021
> Other changes:
> #509 #510 Link againgst libm for function "isnan"
> #513 #514 Include expat_config.h as early as possible
> #498 Autotools: Include files with release archives:
> - buildconf.sh
> - fuzz/*.c
> #507 #519 Autotools: Sync CMake templates
> #495 #524 CMake: MinGW: Fix pkg-config section "Libs" for
> - non-release build types (e.g. -DCMAKE_BUILD_TYPE=Debug)
> - multi-config CMake generators (e.g. Ninja Multi-Config)
> #502 #503 docs: Document that function XML_GetBuffer may return NULL
> when asking for a buffer of 0 (zero) bytes size
> #522 #523 docs: Fix return value docs for both
> XML_SetBillionLaughsAttackProtection* functions
> #525 #526 Version info bumped from 9:1:8 to 9:2:8;
> see https://verbump.de/ for what these numbers do
>
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
> config/rootfiles/common/expat | 22 +++++++++++-----------
> lfs/expat | 4 ++--
> 2 files changed, 13 insertions(+), 13 deletions(-)
>
> diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat
> index 4dcfe4a7d..ea0c2ded5 100644
> --- a/config/rootfiles/common/expat
> +++ b/config/rootfiles/common/expat
> @@ -2,22 +2,22 @@
> #usr/include/expat.h
> #usr/include/expat_config.h
> #usr/include/expat_external.h
> -#usr/lib/cmake/expat-2.4.1
> -#usr/lib/cmake/expat-2.4.1/expat-config-version.cmake
> -#usr/lib/cmake/expat-2.4.1/expat-config.cmake
> -#usr/lib/cmake/expat-2.4.1/expat-noconfig.cmake
> -#usr/lib/cmake/expat-2.4.1/expat.cmake
> +#usr/lib/cmake/expat-2.4.2
> +#usr/lib/cmake/expat-2.4.2/expat-config-version.cmake
> +#usr/lib/cmake/expat-2.4.2/expat-config.cmake
> +#usr/lib/cmake/expat-2.4.2/expat-noconfig.cmake
> +#usr/lib/cmake/expat-2.4.2/expat.cmake
> #usr/lib/libexpat.a
> #usr/lib/libexpat.la
> #usr/lib/libexpat.so
> usr/lib/libexpat.so.1
> -usr/lib/libexpat.so.1.8.1
> +usr/lib/libexpat.so.1.8.2
> #usr/lib/pkgconfig/expat.pc
> #usr/share/doc/expat
> -#usr/share/doc/expat-2.4.1
> -#usr/share/doc/expat-2.4.1/ok.min.css
> -#usr/share/doc/expat-2.4.1/reference.html
> -#usr/share/doc/expat-2.4.1/style.css
> -#usr/share/doc/expat-2.4.1/valid-xhtml10.png
> +#usr/share/doc/expat-2.4.2
> +#usr/share/doc/expat-2.4.2/ok.min.css
> +#usr/share/doc/expat-2.4.2/reference.html
> +#usr/share/doc/expat-2.4.2/style.css
> +#usr/share/doc/expat-2.4.2/valid-xhtml10.png
> #usr/share/doc/expat/AUTHORS
> #usr/share/doc/expat/changelog
> diff --git a/lfs/expat b/lfs/expat
> index 7627447f3..b2df59ca3 100644
> --- a/lfs/expat
> +++ b/lfs/expat
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.4.1
> +VER = 2.4.2
>
> THISAPP = expat-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 476cdf4b5e40280316fff36b2086a390
> +$(DL_FILE)_MD5 = 58780ad6944d02f6cf6ba332838694b2
>
> install : $(TARGET)
>
> --
> 2.34.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-01-03 12:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 12:45 [PATCH] expat: Update to version 2.4.2 Adolf Belka
2022-01-03 12:59 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox