From ca4a8efdabf11be19a7e3ba9e6348bf574d49e0e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:16:44 +0000 Subject: [PATCH 01/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 0545d21..5f26482 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.2 -Release: 11%{?dist} +Release: 12%{?dist} License: ASL 2.0 URL: http://santuario.apache.org/c/ Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz @@ -72,6 +72,9 @@ autoreconf -fiv %exclude %{_libdir}/libxml-security-c.la %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 2.0.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 2.0.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From d1bca964ee2fd6fd2cffeb02c9ac5d1d35fa948b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:36:56 +0000 Subject: [PATCH 02/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 5f26482..c287fd5 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.2 -Release: 12%{?dist} +Release: 13%{?dist} License: ASL 2.0 URL: http://santuario.apache.org/c/ Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz @@ -72,6 +72,9 @@ autoreconf -fiv %exclude %{_libdir}/libxml-security-c.la %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 2.0.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 2.0.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 1361fe4bddc41374f621589b0d9a0604b94df8c3 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 25 Jan 2023 22:09:41 -0500 Subject: [PATCH 03/13] Update to 2.0.4 --- sources | 2 +- xml-security-c-ac_fixes.patch | 24 ------------------------ xml-security-c.spec | 18 +++++++----------- 3 files changed, 8 insertions(+), 36 deletions(-) delete mode 100644 xml-security-c-ac_fixes.patch diff --git a/sources b/sources index b910bcd..45ff318 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xml-security-c-2.0.2.tar.gz) = bebadee2daf27181f5bcc955a909397976e8fd2e67f5e546f5adbede0ca790647cbec9181b0b609da59d525ff3baa9f899af2a3d815bc7a2f3a57bd8b30c011b +SHA512 (xml-security-c-2.0.4.tar.gz) = c2a83b0415ec0a83c932bffb709beac5763e20397f3ec4dfb350a3190de878a860b75482c095b9ac1cae3bbfbcc968b2a26ea912816b0dd4456c7ea0e07f3060 diff --git a/xml-security-c-ac_fixes.patch b/xml-security-c-ac_fixes.patch deleted file mode 100644 index 939107a..0000000 --- a/xml-security-c-ac_fixes.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- xml-security-c-1.7.3/configure.ac~ 2015-01-30 03:55:09.000000000 +0000 -+++ xml-security-c-1.7.3/configure.ac 2017-08-30 10:10:04.161889660 +0100 -@@ -26,16 +26,13 @@ - - AC_ARG_ENABLE(debug, - AS_HELP_STRING([--enable-debug],[Have GCC compile with symbols (Default = no)]), -- enable_debug=$enableval, enable_debug=no) -- --if test "$enable_debug" = "yes" ; then -+ [ - GCC_CFLAGS="$CFLAGS -g -D_DEBUG" - GCC_CXXFLAGS="$CXXFLAGS -g -D_DEBUG" --else -- GCC_CFLAGS="$CFLAGS -O2 -DNDEBUG" -- GCC_CXXFLAGS="$CXXFLAGS -O2 -DNDEBUG" --fi -- -+ ],[ -+ GCC_CFLAGS="$CFLAGS -DNDEBUG" -+ GCC_CXXFLAGS="$CXXFLAGS -DNDEBUG" -+ ]) - - # Define the files we wish to generate - diff --git a/xml-security-c.spec b/xml-security-c.spec index c287fd5..4e63e9e 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,11 +1,10 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c -Version: 2.0.2 -Release: 13%{?dist} +Version: 2.0.4 +Release: 1%{?dist} License: ASL 2.0 -URL: http://santuario.apache.org/c/ +URL: http://santuario.apache.org/cindex.html Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz -Patch1: %{name}-ac_fixes.patch BuildRequires: make BuildRequires: autoconf BuildRequires: automake @@ -36,11 +35,6 @@ XML Digital Signatures. %prep %autosetup -p1 -# Compatibility macro XALAN_USING_XALAN() was removed in xalan-c 1.12. This -# workaround is harmless when using older xalan-c versions. See -# https://issues.apache.org/jira/browse/SANTUARIO-560. -find . -type f -execdir sed -r -i \ - 's/XALAN_USING_XALAN\(([^\(\)]+)\);*/using xalanc::\1;/g' '{}' '+' %build autoreconf -fiv @@ -60,7 +54,7 @@ autoreconf -fiv ./xsec/xsec-xtest %files -%{_libdir}/libxml-security-c.so.* +%{_libdir}/libxml-security-c.so.20{,.*} %files devel %license LICENSE.txt @@ -69,9 +63,11 @@ autoreconf -fiv %{_libdir}/libxml-security-c.so %{_libdir}/pkgconfig/xml-security-c.pc %exclude %{_bindir}/* -%exclude %{_libdir}/libxml-security-c.la %changelog +* Thu Jan 26 2023 Yaakov Selkowitz - 2.0.4-1 +- Update to 2.0.4 + * Sat Jan 21 2023 Fedora Release Engineering - 2.0.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 4099711939912e83c0f7abf8ec6506b85d364eb6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:00:55 +0000 Subject: [PATCH 04/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 4e63e9e..51ea47b 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 1%{?dist} +Release: 2%{?dist} License: ASL 2.0 URL: http://santuario.apache.org/cindex.html Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 2.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 26 2023 Yaakov Selkowitz - 2.0.4-1 - Update to 2.0.4 From 74e9b583c48d7ec3aecd0c1d706083ce4a460b18 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:51:56 +0000 Subject: [PATCH 05/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 51ea47b..f819b97 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 2%{?dist} +Release: 3%{?dist} License: ASL 2.0 URL: http://santuario.apache.org/cindex.html Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 2.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 2.0.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 23db82e673f743d1c3b4c6a104bf07db23b9b2fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:12:51 +0000 Subject: [PATCH 06/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index f819b97..38da30f 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 URL: http://santuario.apache.org/cindex.html Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 2.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 2.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a1c3139c89536fb96b8c30540d8c8cc295d3106e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 24 Jul 2024 18:10:31 +0200 Subject: [PATCH 07/13] convert ASL 2.0 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- xml-security-c.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 38da30f..c7e7094 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,8 +1,9 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 4%{?dist} -License: ASL 2.0 +Release: 5%{?dist} +# Automatically converted from old format: ASL 2.0 - review is highly recommended. +License: Apache-2.0 URL: http://santuario.apache.org/cindex.html Source0: https://www.apache.org/dist/santuario/c-library/%{name}-%{version}.tar.gz BuildRequires: make @@ -65,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Wed Jul 24 2024 Miroslav Suchý - 2.0.4-5 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 2.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 6b201a7b7013a155e997e79a7661c912971d353d Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Fri, 18 Oct 2024 14:09:13 +0100 Subject: [PATCH 08/13] Rebuild for xerces-c 3.3 --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index c7e7094..187e596 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 5%{?dist} +Release: 6%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: http://santuario.apache.org/cindex.html @@ -66,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Fri Oct 18 2024 Pete Walter - 2.0.4-6 +- Rebuild for xerces-c 3.3 + * Wed Jul 24 2024 Miroslav Suchý - 2.0.4-5 - convert license to SPDX From 331f9b69abc81c8af2d613175cfeb92cddd0d9a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:00:27 +0000 Subject: [PATCH 09/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 187e596..4c6e96b 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 6%{?dist} +Release: 7%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: http://santuario.apache.org/cindex.html @@ -66,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.0.4-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Oct 18 2024 Pete Walter - 2.0.4-6 - Rebuild for xerces-c 3.3 From 85fba6ac6a5bd95992ccbee4d4d3f92ea9a5afc3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:55:40 +0000 Subject: [PATCH 10/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 4c6e96b..7b7fefa 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 7%{?dist} +Release: 8%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: http://santuario.apache.org/cindex.html @@ -66,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 2.0.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 1fdb3b4f16577e7a9acd1284dd949e61a313a85c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:45:19 +0000 Subject: [PATCH 11/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 7b7fefa..1fbcfca 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 8%{?dist} +Release: 9%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: http://santuario.apache.org/cindex.html @@ -66,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2.0.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 2.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From bae3e5c34c3c0a7e304b14f071965301bba30076 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 12 Jun 2026 16:41:27 -0400 Subject: [PATCH 12/13] Rebuilt for openssl 4.0 --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 1fbcfca..1629cfd 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 9%{?dist} +Release: 10%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: http://santuario.apache.org/cindex.html @@ -66,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Fri Jun 12 2026 Yaakov Selkowitz - 2.0.4-10 +- Rebuilt for openssl 4.0 + * Sat Jan 17 2026 Fedora Release Engineering - 2.0.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From d5f59e47c1693c5dbe403ec26155f7629e42eee7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:18:08 +0000 Subject: [PATCH 13/13] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xml-security-c.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xml-security-c.spec b/xml-security-c.spec index 1629cfd..650efee 100644 --- a/xml-security-c.spec +++ b/xml-security-c.spec @@ -1,7 +1,7 @@ Summary: C++ Implementation of W3C security standards for XML Name: xml-security-c Version: 2.0.4 -Release: 10%{?dist} +Release: 11%{?dist} # Automatically converted from old format: ASL 2.0 - review is highly recommended. License: Apache-2.0 URL: http://santuario.apache.org/cindex.html @@ -66,6 +66,9 @@ autoreconf -fiv %exclude %{_bindir}/* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.0.4-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Fri Jun 12 2026 Yaakov Selkowitz - 2.0.4-10 - Rebuilt for openssl 4.0