diff --git a/.gitignore b/.gitignore index eb35685..e57cbb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/xmlsec1-1.2.34.tar.gz +/xmlsec1-1.2.35.tar.gz diff --git a/sources b/sources index 313ad44..4dfa078 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmlsec1-1.2.34.tar.gz) = 4e3c17ab71c5ce3c76a80f2077393a5808a537d7eba861bae104c186be57f4be53499b52571913187e0a302962376bc033d7fe8ea769c6a181bf72d3f9eea1f2 +SHA512 (xmlsec1-1.2.35.tar.gz) = 6e5f5c631eeff39d5f9df09415dab87b1160262784d3cf722d6dbbaa7b2437092989c6bd1377970f00667d6e7bf49f879c4cf28332b772bc86ff2ccf663081f6 diff --git a/xmlsec1.spec b/xmlsec1.spec index 025b424..d5f74c7 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,7 +1,7 @@ Summary: Library providing support for "XML Signature" and "XML Encryption" standards Name: xmlsec1 -Version: 1.2.34 -Release: 3%{?dist}%{?extra_release} +Version: 1.2.35 +Release: 1%{?dist}%{?extra_release} License: MIT Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz URL: http://www.aleksey.com/xmlsec/ @@ -20,6 +20,8 @@ BuildRequires: automake BuildRequires: gettext-devel BuildRequires: libtool +Patch1: fix-size_max-412.patch.1 + %description XML Security Library is a C library based on LibXML2 and OpenSSL. The library was created with a goal to support major XML security @@ -101,6 +103,7 @@ Libraries, includes, etc. for developing XML Security applications with NSS. %prep %setup -q +%patch1 -p1 %build autoreconf -vfi @@ -125,7 +128,7 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc %ldconfig_scriptlets openssl %files -%doc AUTHORS ChangeLog NEWS README Copyright +%doc AUTHORS ChangeLog NEWS Copyright %{_mandir}/man1/xmlsec1.1* %{_libdir}/libxmlsec1.so.* %{_bindir}/xmlsec1 @@ -175,6 +178,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc %{_libdir}/pkgconfig/xmlsec1-nss.pc %changelog +* Thu Oct 27 2022 Caolán McNamara - 1.2.35-1 +- Resolves: rhbz#2137430 latest upstream release + * Mon Oct 24 2022 David King - 1.2.34-3 - Rebuild against libxml2 (#2136800)