|
|
@ -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.29
|
|
|
|
Version: 1.2.36
|
|
|
|
Release: 9%{?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/
|
|
|
@ -78,7 +78,6 @@ for the xmlsec library.
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
Summary: GNUTls crypto plugin for XML Security Library
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: xmlsec1-openssl-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
|
|
|
|
Requires: gnutls-devel%{?_isa} >= 1.0.20
|
|
|
|
|
|
|
|
|
|
|
|
%description gnutls-devel
|
|
|
|
%description gnutls-devel
|
|
|
@ -105,7 +104,7 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
@ -126,7 +125,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
|
|
|
@ -176,28 +175,38 @@ 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
|
|
|
|
* Sun May 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.2.36-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 1.2.29-8
|
|
|
|
* Wed Nov 09 2022 Sandino Araico Sánchez <sandino@sandino.net> - 1.2.36-1
|
|
|
|
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
|
|
|
|
- Rebuilt for CentOS Stream 9
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 17 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-7
|
|
|
|
* Tue Nov 08 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.36-1
|
|
|
|
- compile without sha1 and md5
|
|
|
|
- Resolves: rhbz#2138484 latest upstream release
|
|
|
|
- Resolves: rhbz#1936682 - xmlsec1 implements and/or uses the deprecated
|
|
|
|
|
|
|
|
SHA-1 algorithm by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-6
|
|
|
|
* Thu Oct 27 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.35-1
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
- Resolves: rhbz#2137430 latest upstream release
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 3 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-5
|
|
|
|
* Mon Oct 24 2022 David King <amigadave@amigadave.com> - 1.2.34-3
|
|
|
|
- Rebuilt for OpenSSL3
|
|
|
|
- Rebuild against libxml2 (#2136800)
|
|
|
|
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.34-2
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 18 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.34-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2081413 latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.33-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Nov 14 2021 Caolán McNamara <caolanm@redhat.com> - 1.2.33-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#1826433 latest upstream release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.2.29-5
|
|
|
|
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|