Resolves: rhbz#2137430 latest upstream release
This commit is contained in:
parent
d1f20c37d2
commit
4a64888176
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/xmlsec1-1.2.34.tar.gz
|
/xmlsec1-1.2.35.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xmlsec1-1.2.34.tar.gz) = 4e3c17ab71c5ce3c76a80f2077393a5808a537d7eba861bae104c186be57f4be53499b52571913187e0a302962376bc033d7fe8ea769c6a181bf72d3f9eea1f2
|
SHA512 (xmlsec1-1.2.35.tar.gz) = 6e5f5c631eeff39d5f9df09415dab87b1160262784d3cf722d6dbbaa7b2437092989c6bd1377970f00667d6e7bf49f879c4cf28332b772bc86ff2ccf663081f6
|
||||||
|
12
xmlsec1.spec
12
xmlsec1.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
Name: xmlsec1
|
Name: xmlsec1
|
||||||
Version: 1.2.34
|
Version: 1.2.35
|
||||||
Release: 3%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: MIT
|
License: MIT
|
||||||
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
||||||
URL: http://www.aleksey.com/xmlsec/
|
URL: http://www.aleksey.com/xmlsec/
|
||||||
@ -20,6 +20,8 @@ BuildRequires: automake
|
|||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
|
||||||
|
Patch1: fix-size_max-412.patch.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
XML Security Library is a C library based on LibXML2 and OpenSSL.
|
XML Security Library is a C library based on LibXML2 and OpenSSL.
|
||||||
The library was created with a goal to support major XML security
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vfi
|
autoreconf -vfi
|
||||||
@ -125,7 +128,7 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|||||||
%ldconfig_scriptlets openssl
|
%ldconfig_scriptlets openssl
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog NEWS README Copyright
|
%doc AUTHORS ChangeLog NEWS Copyright
|
||||||
%{_mandir}/man1/xmlsec1.1*
|
%{_mandir}/man1/xmlsec1.1*
|
||||||
%{_libdir}/libxmlsec1.so.*
|
%{_libdir}/libxmlsec1.so.*
|
||||||
%{_bindir}/xmlsec1
|
%{_bindir}/xmlsec1
|
||||||
@ -175,6 +178,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|||||||
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 27 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.35-1
|
||||||
|
- Resolves: rhbz#2137430 latest upstream release
|
||||||
|
|
||||||
* Mon Oct 24 2022 David King <amigadave@amigadave.com> - 1.2.34-3
|
* Mon Oct 24 2022 David King <amigadave@amigadave.com> - 1.2.34-3
|
||||||
- Rebuild against libxml2 (#2136800)
|
- Rebuild against libxml2 (#2136800)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user