|
|
@ -1,11 +1,10 @@
|
|
|
|
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.29
|
|
|
|
Version: 1.2.25
|
|
|
|
Release: 9%{?dist}%{?extra_release}
|
|
|
|
Release: 8%{?dist}%{?extra_release}
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
|
|
|
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
|
|
|
URL: http://www.aleksey.com/xmlsec/
|
|
|
|
URL: http://www.aleksey.com/xmlsec/
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
|
|
|
|
BuildRequires: pkgconfig(libxslt) >= 1.0.20
|
|
|
|
BuildRequires: pkgconfig(libxslt) >= 1.0.20
|
|
|
|
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
|
|
|
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
|
|
@ -19,6 +18,8 @@ BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
Patch0: 0001-resource-leaks.patch
|
|
|
|
|
|
|
|
Patch1: xmlSecOpenSSLX509DataNodeRead-error.patch
|
|
|
|
|
|
|
|
|
|
|
|
%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.
|
|
|
@ -69,6 +70,7 @@ Libraries, includes, etc. for developing XML Security applications with GCrypt.
|
|
|
|
%package gnutls
|
|
|
|
%package gnutls
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: xmlsec1-gcrypt%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description gnutls
|
|
|
|
%description gnutls
|
|
|
|
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
|
|
|
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
|
|
@ -101,11 +103,11 @@ Requires: xmlsec1-nss%{?_isa} = %{version}-%{release}
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with NSS.
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with NSS.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -vfi
|
|
|
|
autoreconf -vfi
|
|
|
|
%configure --disable-static --disable-md5 --disable-sha1
|
|
|
|
%configure --disable-static
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
%make_build V=1
|
|
|
|
%make_build V=1
|
|
|
@ -135,7 +137,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|
|
|
%{_bindir}/xmlsec1-config
|
|
|
|
%{_bindir}/xmlsec1-config
|
|
|
|
%dir %{_includedir}/xmlsec1
|
|
|
|
%dir %{_includedir}/xmlsec1
|
|
|
|
%dir %{_includedir}/xmlsec1/xmlsec
|
|
|
|
%dir %{_includedir}/xmlsec1/xmlsec
|
|
|
|
|
|
|
|
%dir %{_includedir}/xmlsec1/xmlsec/private
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/*.h
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/*.h
|
|
|
|
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/private/*.h
|
|
|
|
%{_libdir}/libxmlsec1.so
|
|
|
|
%{_libdir}/libxmlsec1.so
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1.pc
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1.pc
|
|
|
|
%{_libdir}/xmlsec1Conf.sh
|
|
|
|
%{_libdir}/xmlsec1Conf.sh
|
|
|
@ -176,49 +180,21 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-9
|
|
|
|
* Fri May 31 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-8
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Add gating tests
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: RHEL-36185
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 1.2.29-8
|
|
|
|
* Mon May 20 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-7
|
|
|
|
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
|
|
|
|
- Fix adopt function the same way as in upstream
|
|
|
|
|
|
|
|
Related: RHEL-36185
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 17 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-7
|
|
|
|
* Fri May 17 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-6
|
|
|
|
- compile without sha1 and md5
|
|
|
|
- Add xmlsec1-gnutls dependency on xmlsec1-gcrypt
|
|
|
|
- Resolves: rhbz#1936682 - xmlsec1 implements and/or uses the deprecated
|
|
|
|
Related: RHEL-36185
|
|
|
|
SHA-1 algorithm by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-6
|
|
|
|
* Mon May 13 2024 Tomas Halman <thalman@redhat.com> - 1.2.25-5
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
- Fix memory leaks found by SAST
|
|
|
|
Related: rhbz#1971065
|
|
|
|
Resolves: RHEL-36185
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 3 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-5
|
|
|
|
|
|
|
|
- Rebuilt for OpenSSL3
|
|
|
|
|
|
|
|
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Caolán McNamara <caolanm@redhat.com> - 1.2.29-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 23 2018 Simo Sorce <simo@redhat.com> - 1.2.27-1
|
|
|
|
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 12 2018 John Dennis <jdennis@redhat.com> - 1.2.25-4
|
|
|
|
* Thu Apr 12 2018 John Dennis <jdennis@redhat.com> - 1.2.25-4
|
|
|
|
- Resolves: rhbz#1566748
|
|
|
|
- Resolves: rhbz#1566748
|
|
|
|