|
|
@ -1,27 +1,24 @@
|
|
|
|
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.39
|
|
|
|
Version: 1.2.29
|
|
|
|
Release: 3%{?dist}%{?extra_release}
|
|
|
|
Release: 9%{?dist}%{?extra_release}
|
|
|
|
Epoch: 1
|
|
|
|
|
|
|
|
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/
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: 0001-Conditional-include-for-openssl-engines.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
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) >= 3.0.0
|
|
|
|
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
|
|
|
BuildRequires: pkgconfig(nss) >= 3.49.0
|
|
|
|
BuildRequires: pkgconfig(nss) >= 3.11.1
|
|
|
|
BuildRequires: pkgconfig(nspr) >= 4.25.0
|
|
|
|
BuildRequires: pkgconfig(nspr) >= 4.4.1
|
|
|
|
|
|
|
|
BuildRequires: libgcrypt-devel >= 1.4.0
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(gnutls) >= 2.8.0
|
|
|
|
BuildRequires: libtool-ltdl-devel
|
|
|
|
BuildRequires: libtool-ltdl-devel
|
|
|
|
# autoreconf stuff
|
|
|
|
# autoreconf stuff
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: libtool
|
|
|
|
BuildRequires: libtool
|
|
|
|
# BuildRequires: openssl-devel-engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%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.
|
|
|
@ -30,7 +27,7 @@ standards "XML Digital Signature" and "XML Encryption".
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
|
|
|
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
|
|
|
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: openssl-devel%{?_isa} >= 1.0.0
|
|
|
|
Requires: openssl-devel%{?_isa} >= 1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
@ -39,7 +36,7 @@ Signatures and XML Encryption support.
|
|
|
|
|
|
|
|
|
|
|
|
%package openssl
|
|
|
|
%package openssl
|
|
|
|
Summary: OpenSSL crypto plugin for XML Security Library
|
|
|
|
Summary: OpenSSL crypto plugin for XML Security Library
|
|
|
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description openssl
|
|
|
|
%description openssl
|
|
|
|
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
|
|
|
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
|
|
|
@ -47,15 +44,49 @@ for the xmlsec library.
|
|
|
|
|
|
|
|
|
|
|
|
%package openssl-devel
|
|
|
|
%package openssl-devel
|
|
|
|
Summary: OpenSSL crypto plugin for XML Security Library
|
|
|
|
Summary: OpenSSL crypto plugin for XML Security Library
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: xmlsec1-openssl%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1-openssl%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description openssl-devel
|
|
|
|
%description openssl-devel
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with OpenSSL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gcrypt
|
|
|
|
|
|
|
|
Summary: GCrypt crypto plugin for XML Security Library
|
|
|
|
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description gcrypt
|
|
|
|
|
|
|
|
GCrypt plugin for XML Security Library provides GCrypt based crypto services
|
|
|
|
|
|
|
|
for the xmlsec library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gcrypt-devel
|
|
|
|
|
|
|
|
Summary: GCrypt crypto plugin for XML Security Library
|
|
|
|
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: xmlsec1-gnutls-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description gcrypt-devel
|
|
|
|
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with GCrypt.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gnutls
|
|
|
|
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description gnutls
|
|
|
|
|
|
|
|
GNUTls plugin for XML Security Library provides GNUTls based crypto services
|
|
|
|
|
|
|
|
for the xmlsec library.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package gnutls-devel
|
|
|
|
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: xmlsec1-openssl-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: libgcrypt-devel%{?_isa} >= 1.2.0
|
|
|
|
|
|
|
|
Requires: gnutls-devel%{?_isa} >= 1.0.20
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description gnutls-devel
|
|
|
|
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with GNUTls.
|
|
|
|
|
|
|
|
|
|
|
|
%package nss
|
|
|
|
%package nss
|
|
|
|
Summary: NSS crypto plugin for XML Security Library
|
|
|
|
Summary: NSS crypto plugin for XML Security Library
|
|
|
|
Requires: xmlsec1%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description nss
|
|
|
|
%description nss
|
|
|
|
NSS plugin for XML Security Library provides NSS based crypto services
|
|
|
|
NSS plugin for XML Security Library provides NSS based crypto services
|
|
|
@ -63,18 +94,18 @@ for the xmlsec library
|
|
|
|
|
|
|
|
|
|
|
|
%package nss-devel
|
|
|
|
%package nss-devel
|
|
|
|
Summary: NSS crypto plugin for XML Security Library
|
|
|
|
Summary: NSS crypto plugin for XML Security Library
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: xmlsec1-nss%{?_isa} = 1:%{version}-%{release}
|
|
|
|
Requires: xmlsec1-nss%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description nss-devel
|
|
|
|
%description nss-devel
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with NSS.
|
|
|
|
Libraries, includes, etc. for developing XML Security applications with NSS.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
autoreconf -vfi
|
|
|
|
autoreconf -vfi
|
|
|
|
%configure --disable-static
|
|
|
|
%configure --disable-static --disable-md5 --disable-sha1
|
|
|
|
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
|
|
|
@ -91,10 +122,11 @@ rm -rf __tmp_doc ; mkdir __tmp_doc
|
|
|
|
mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|
|
|
mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|
|
|
|
|
|
|
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
%ldconfig_scriptlets
|
|
|
|
|
|
|
|
%ldconfig_scriptlets gnutls
|
|
|
|
%ldconfig_scriptlets openssl
|
|
|
|
%ldconfig_scriptlets openssl
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%doc AUTHORS ChangeLog NEWS Copyright
|
|
|
|
%doc AUTHORS ChangeLog NEWS README Copyright
|
|
|
|
%{_mandir}/man1/xmlsec1.1*
|
|
|
|
%{_mandir}/man1/xmlsec1.1*
|
|
|
|
%{_libdir}/libxmlsec1.so.*
|
|
|
|
%{_libdir}/libxmlsec1.so.*
|
|
|
|
%{_bindir}/xmlsec1
|
|
|
|
%{_bindir}/xmlsec1
|
|
|
@ -119,6 +151,22 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/openssl/
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/openssl/
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files gcrypt
|
|
|
|
|
|
|
|
%{_libdir}/libxmlsec1-gcrypt.so.*
|
|
|
|
|
|
|
|
%{_libdir}/libxmlsec1-gcrypt.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files gcrypt-devel
|
|
|
|
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/gcrypt/
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files gnutls
|
|
|
|
|
|
|
|
%{_libdir}/libxmlsec1-gnutls.so.*
|
|
|
|
|
|
|
|
%{_libdir}/libxmlsec1-gnutls.so
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files gnutls-devel
|
|
|
|
|
|
|
|
%{_includedir}/xmlsec1/xmlsec/gnutls/
|
|
|
|
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
|
|
|
|
|
|
|
|
|
|
|
|
%files nss
|
|
|
|
%files nss
|
|
|
|
%{_libdir}/libxmlsec1-nss.so.*
|
|
|
|
%{_libdir}/libxmlsec1-nss.so.*
|
|
|
|
%{_libdir}/libxmlsec1-nss.so
|
|
|
|
%{_libdir}/libxmlsec1-nss.so
|
|
|
@ -128,73 +176,28 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
%{_libdir}/pkgconfig/xmlsec1-nss.pc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:1.2.39-3
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-9
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 30 2024 Tomas Halman <thalman@redhat.com> - 1.2.39-2
|
|
|
|
|
|
|
|
- Add gating tests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 29 2024 Tomas Halman <thalman@redhat.com> - 1.2.39-1
|
|
|
|
|
|
|
|
- Resolves: RHEL-46771
|
|
|
|
|
|
|
|
Rebase to version 1.2.39
|
|
|
|
|
|
|
|
Fix openssl engine dependency
|
|
|
|
|
|
|
|
Stop building gcrypt and gnutls implementations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:1.2.37-8
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.37-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 13 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1:1.2.37-6
|
|
|
|
|
|
|
|
- Fix build with libxml2-2.12.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.2.37-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 22 2023 Tomas Halman <thalman@redhat.com> - 1.2.37-4
|
|
|
|
|
|
|
|
- Resolves: rhbz#2187631 - Cannot load modules/mod_auth_mellon.so
|
|
|
|
|
|
|
|
Revert to previous version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Tomas Halman <thalman@redhat.com> - 1.3.0-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2186304 - rebase to version 1.3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 7 2023 Tomas Halman <thalman@redhat.com> - 1.2.37-3
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.37-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 29 2022 Tomas Halman <thalman@redhat.com> - 1.2.37-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2149129 latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 08 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.36-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2138484 latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- Rebuild against libxml2 (#2136800)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.34-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 18 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.34-1
|
|
|
|
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 1.2.29-8
|
|
|
|
- Resolves: rhbz#2081413 latest upstream release
|
|
|
|
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.33-2
|
|
|
|
* Thu Jun 17 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- compile without sha1 and md5
|
|
|
|
|
|
|
|
- Resolves: rhbz#1936682 - xmlsec1 implements and/or uses the deprecated
|
|
|
|
|
|
|
|
SHA-1 algorithm by default
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 14 2021 Caolán McNamara <caolanm@redhat.com> - 1.2.33-1
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-6
|
|
|
|
- Resolves: rhbz#1826433 latest upstream release
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.2.29-5
|
|
|
|
* Thu Jun 3 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-5
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
- Rebuilt for OpenSSL3
|
|
|
|
|
|
|
|
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-4
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- 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
|
|
|
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|