]> git.pld-linux.org Git - packages/expat.git/commitdiff
- updated to 2.6.2 (fixes CVE-2023-52425 CVE-2023-52426 CVE-2024-28757) master auto/th/expat-2.6.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Mar 2024 18:46:37 +0000 (19:46 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Mar 2024 18:46:37 +0000 (19:46 +0100)
expat.spec

index 4507fd26adfe574cb86b9fb256f510f885bd9f5c..9355f4467a1f6c017d4748d67600626283802d1e 100644 (file)
@@ -9,19 +9,20 @@ Summary(pt_BR.UTF-8): Biblioteca XML expat
 Summary(ru.UTF-8):     Переносимая библиотека разбора XML (expat)
 Summary(uk.UTF-8):     Переносима бібліотека розбору XML (expat)
 Name:          expat
-Version:       2.5.0
+Version:       2.6.2
 Release:       1
 Epoch:         1
 License:       MIT
 Group:         Applications/Publishing/XML
 Source0:       https://downloads.sourceforge.net/expat/%{name}-%{version}.tar.xz
-# Source0-md5: ac6677b6d1b95d209ab697ce8b688704
+# Source0-md5: 0cb75c8feb842c0794ba89666b762a2d
 URL:           http://www.libexpat.org/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake
 BuildRequires: docbook2X
 BuildRequires: gcc >= 5:3.2
 BuildRequires: libtool >= 2:2.4
+BuildRequires: sed >= 4.0
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
 Obsoletes:     libexpat1_95 < 2
@@ -139,6 +140,8 @@ Programy narzędziowe do biblioteki Expat:
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+# remove SIZEOF_VOID_P define, see buildconf.sh
+%{__sed} -i -e '/^\/\* The size of `void \*/,/^$/ d' expat_config.h.in
 %configure \
        DOCBOOK_TO_MAN=docbook2X2man \
        %{!?with_static_libs:--disable-static}
This page took 0.147918 seconds and 4 git commands to generate.