676c8e
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
676c8e
Name: xmlsec1
676c8e
Version: 1.2.29
676c8e
Release: 9%{?dist}%{?extra_release}
676c8e
License: MIT
676c8e
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
676c8e
URL: http://www.aleksey.com/xmlsec/
676c8e
BuildRequires: make
676c8e
BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
676c8e
BuildRequires: pkgconfig(libxslt) >= 1.0.20
676c8e
BuildRequires: pkgconfig(openssl) >= 1.0.0
676c8e
BuildRequires: pkgconfig(nss) >= 3.11.1
676c8e
BuildRequires: pkgconfig(nspr) >= 4.4.1
676c8e
BuildRequires: libgcrypt-devel >= 1.4.0
676c8e
BuildRequires: pkgconfig(gnutls) >= 2.8.0
676c8e
BuildRequires: libtool-ltdl-devel
676c8e
# autoreconf stuff
676c8e
BuildRequires: autoconf
676c8e
BuildRequires: automake
676c8e
BuildRequires: gettext-devel
676c8e
BuildRequires: libtool
676c8e
676c8e
%description
676c8e
XML Security Library is a C library based on LibXML2  and OpenSSL.
676c8e
The library was created with a goal to support major XML security
676c8e
standards "XML Digital Signature" and "XML Encryption".
676c8e
676c8e
%package devel
676c8e
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
676c8e
Requires: xmlsec1%{?_isa} = %{version}-%{release}
676c8e
Requires: openssl-devel%{?_isa} >= 1.0.0
676c8e
676c8e
%description devel
676c8e
Libraries, includes, etc. you can use to develop applications with XML Digital
676c8e
Signatures and XML Encryption support.
676c8e
676c8e
%package openssl
676c8e
Summary: OpenSSL crypto plugin for XML Security Library
676c8e
Requires: xmlsec1%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description openssl
676c8e
OpenSSL plugin for XML Security Library provides OpenSSL based crypto services
676c8e
for the xmlsec library.
676c8e
676c8e
%package openssl-devel
676c8e
Summary: OpenSSL crypto plugin for XML Security Library
676c8e
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
676c8e
Requires: xmlsec1-openssl%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description openssl-devel
676c8e
Libraries, includes, etc. for developing XML Security applications with OpenSSL
676c8e
676c8e
%package gcrypt
676c8e
Summary: GCrypt crypto plugin for XML Security Library
676c8e
Requires: xmlsec1%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description gcrypt
676c8e
GCrypt plugin for XML Security Library provides GCrypt based crypto services
676c8e
for the xmlsec library.
676c8e
676c8e
%package gcrypt-devel
676c8e
Summary: GCrypt crypto plugin for XML Security Library
676c8e
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
676c8e
Requires: xmlsec1-gnutls-devel%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description gcrypt-devel
676c8e
Libraries, includes, etc. for developing XML Security applications with GCrypt.
676c8e
676c8e
%package gnutls
676c8e
Summary: GNUTls crypto plugin for XML Security Library
676c8e
Requires: xmlsec1%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description gnutls
676c8e
GNUTls plugin for XML Security Library provides GNUTls based crypto services
676c8e
for the xmlsec library.
676c8e
676c8e
%package gnutls-devel
676c8e
Summary: GNUTls crypto plugin for XML Security Library
676c8e
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
676c8e
Requires: xmlsec1-openssl-devel%{?_isa} = %{version}-%{release}
676c8e
Requires: libgcrypt-devel%{?_isa} >= 1.2.0
676c8e
Requires: gnutls-devel%{?_isa} >= 1.0.20
676c8e
676c8e
%description gnutls-devel
676c8e
Libraries, includes, etc. for developing XML Security applications with GNUTls.
676c8e
676c8e
%package nss
676c8e
Summary: NSS crypto plugin for XML Security Library
676c8e
Requires: xmlsec1%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description nss
676c8e
NSS plugin for XML Security Library provides NSS based crypto services
676c8e
for the xmlsec library
676c8e
676c8e
%package nss-devel
676c8e
Summary: NSS crypto plugin for XML Security Library
676c8e
Requires: xmlsec1-devel%{?_isa} = %{version}-%{release}
676c8e
Requires: xmlsec1-nss%{?_isa} = %{version}-%{release}
676c8e
676c8e
%description nss-devel
676c8e
Libraries, includes, etc. for developing XML Security applications with NSS.
676c8e
676c8e
%prep
676c8e
%setup -q
676c8e
676c8e
%build
676c8e
autoreconf -vfi
676c8e
%configure --disable-static --disable-md5 --disable-sha1
676c8e
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
676c8e
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
676c8e
%make_build V=1
676c8e
676c8e
# positively ugly but only sane way to get around #192756
676c8e
sed 's+/lib64+/$archlib+g' < xmlsec1-config | sed 's+/lib+/$archlib+g' | sed 's+ -DXMLSEC_NO_SIZE_T++' > xmlsec1-config.$$ && mv xmlsec1-config.$$ xmlsec1-config
676c8e
676c8e
%install
676c8e
%make_install
676c8e
rm -vf %{buildroot}%{_libdir}/*.la
676c8e
676c8e
# move installed docs to include them in -devel package via %%doc magic
676c8e
rm -rf __tmp_doc ; mkdir __tmp_doc
676c8e
mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
676c8e
676c8e
%ldconfig_scriptlets
676c8e
%ldconfig_scriptlets gnutls
676c8e
%ldconfig_scriptlets openssl
676c8e
676c8e
%files
676c8e
%doc AUTHORS ChangeLog NEWS README Copyright
676c8e
%{_mandir}/man1/xmlsec1.1*
676c8e
%{_libdir}/libxmlsec1.so.*
676c8e
%{_bindir}/xmlsec1
676c8e
676c8e
%files devel
676c8e
%{_bindir}/xmlsec1-config
676c8e
%dir %{_includedir}/xmlsec1
676c8e
%dir %{_includedir}/xmlsec1/xmlsec
676c8e
%{_includedir}/xmlsec1/xmlsec/*.h
676c8e
%{_libdir}/libxmlsec1.so
676c8e
%{_libdir}/pkgconfig/xmlsec1.pc
676c8e
%{_libdir}/xmlsec1Conf.sh
676c8e
%{_datadir}/aclocal/xmlsec1.m4
676c8e
%{_mandir}/man1/xmlsec1-config.1*
676c8e
%doc HACKING __tmp_doc/*
676c8e
676c8e
%files openssl
676c8e
%{_libdir}/libxmlsec1-openssl.so.*
676c8e
%{_libdir}/libxmlsec1-openssl.so
676c8e
676c8e
%files openssl-devel
676c8e
%{_includedir}/xmlsec1/xmlsec/openssl/
676c8e
%{_libdir}/pkgconfig/xmlsec1-openssl.pc
676c8e
676c8e
%files gcrypt
676c8e
%{_libdir}/libxmlsec1-gcrypt.so.*
676c8e
%{_libdir}/libxmlsec1-gcrypt.so
676c8e
676c8e
%files gcrypt-devel
676c8e
%{_includedir}/xmlsec1/xmlsec/gcrypt/
676c8e
%{_libdir}/pkgconfig/xmlsec1-gcrypt.pc
676c8e
676c8e
%files gnutls
676c8e
%{_libdir}/libxmlsec1-gnutls.so.*
676c8e
%{_libdir}/libxmlsec1-gnutls.so
676c8e
676c8e
%files gnutls-devel
676c8e
%{_includedir}/xmlsec1/xmlsec/gnutls/
676c8e
%{_libdir}/pkgconfig/xmlsec1-gnutls.pc
676c8e
676c8e
%files nss
676c8e
%{_libdir}/libxmlsec1-nss.so.*
676c8e
%{_libdir}/libxmlsec1-nss.so
676c8e
676c8e
%files nss-devel
676c8e
%{_includedir}/xmlsec1/xmlsec/nss/
676c8e
%{_libdir}/pkgconfig/xmlsec1-nss.pc
676c8e
676c8e
%changelog
676c8e
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-9
676c8e
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
676c8e
  Related: rhbz#1991688
676c8e
676c8e
* Wed Jul 28 2021 Florian Weimer <fweimer@redhat.com> - 1.2.29-8
676c8e
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
676c8e
676c8e
* Thu Jun 17 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-7
676c8e
- compile without sha1 and md5
676c8e
- Resolves: rhbz#1936682 - xmlsec1 implements and/or uses the deprecated
676c8e
                           SHA-1 algorithm by default
676c8e
676c8e
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-6
676c8e
- Rebuilt for RHEL 9 BETA for openssl 3.0
676c8e
  Related: rhbz#1971065
676c8e
676c8e
* Thu Jun  3 2021 Jakub Hrozek <jhrozek@redhat.com> - 1.2.29-5
676c8e
- Rebuilt for OpenSSL3
676c8e
- Related: rhbz#1962052 - lasso: Port to OpenSSL 3.0
676c8e
676c8e
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.29-4
676c8e
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
676c8e
676c8e
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
676c8e
676c8e
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.29-2
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
676c8e
676c8e
* Wed Jan 29 2020 Caolán McNamara <caolanm@redhat.com> - 1.2.29-1
676c8e
- New upstream release
676c8e
676c8e
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
676c8e
676c8e
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.27-2
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
676c8e
676c8e
* Tue Oct 23 2018 Simo Sorce <simo@redhat.com> - 1.2.27-1
676c8e
- New upstream release
676c8e
676c8e
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-5
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
676c8e
676c8e
* Thu Apr 12 2018 John Dennis <jdennis@redhat.com> - 1.2.25-4
676c8e
- Resolves: rhbz#1566748
676c8e
  xmlSecOpenSSLX509DataNodeRead fails to return error
676c8e
676c8e
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.25-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
676c8e
676c8e
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-2
676c8e
- Switch to %%ldconfig_scriptlets
676c8e
676c8e
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-1
676c8e
- Update to 1.2.25
676c8e
676c8e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-4
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
676c8e
676c8e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
676c8e
676c8e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-2
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
676c8e
676c8e
* Mon Oct 17 2016 Simo Sorce <simo@redhat.com> - 1.2.23-1
676c8e
- New Upstream relase 1.2.23
676c8e
- Adds compatibility for OpenSSL 1.1.0
676c8e
676c8e
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.20-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
676c8e
676c8e
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.20-2
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
676c8e
676c8e
* Fri Sep 19 2014 Simo Sorce <simo@redhat.com> - 1.2.20-1
676c8e
- Update to new upstream release 1.2.20
676c8e
- This release fixes a number of miscellaneous bugs and updates expired or
676c8e
  soon-to-be-expired certificates in the test suite.
676c8e
- Also drops the no-ecdsa patch
676c8e
676c8e
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-6
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
676c8e
676c8e
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-5
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
676c8e
676c8e
* Thu Apr 24 2014 Tomáš Mráz <tmraz@redhat.com> - 1.2.19-4
676c8e
- Rebuild for new libgcrypt
676c8e
676c8e
* Fri Dec 13 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.2.19-3
676c8e
- Fix duplicate documentation (#1001250)
676c8e
- Turn on verbose build output via V=1 make
676c8e
- Use %%?_isa in explicit package deps
676c8e
- Fix base package Group tag to "System Environment/Libraries"
676c8e
- Remove %%defattr
676c8e
676c8e
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.19-2
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
676c8e
676c8e
* Mon Mar 25 2013 Daniel Veillard <veillard@redhat.com> - 1.2.19-1
676c8e
- Update to upstream release 1.2.19
676c8e
676c8e
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-4
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
676c8e
676c8e
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
676c8e
676c8e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.18-2
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
676c8e
676c8e
* Thu May 12 2011 Daniel Veillard <veillard@redhat.com> - 1.2.18-1
676c8e
- Update to upstream release 1.2.18
676c8e
676c8e
* Mon Apr 11 2011 Daniel Veillard <veillard@redhat.com> - 1.2.17-1
676c8e
- Update to upstream release 1.2.17
676c8e
- fixes CVE-2011-1425 on xslt file creation
676c8e
676c8e
* Tue Mar 22 2011 Daniel Veillard <veillard@redhat.com> - 1.2.16-4
676c8e
- Fix missing links to unversioned shared library files 541599
676c8e
676c8e
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.16-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
676c8e
676c8e
* Wed Jun  2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.16-2
676c8e
- add missing BuildRequires: libtool-ltdl-devel
676c8e
676c8e
* Wed Jun  2 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.2.16-1
676c8e
- update to 1.2.16
676c8e
- cleanup spec file
676c8e
- disable static libs
676c8e
- disable rpath
676c8e
- enable gcrypt subpackage
676c8e
676c8e
* Wed Aug 26 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.12-2
676c8e
- rebuilt with new openssl
676c8e
676c8e
* Tue Aug 11 2009 Daniel Veillard <veillard@redhat.com> - 1.2.12-1
676c8e
- update to new upstream release 1.2.12
676c8e
- includes fix for CVE-2009-0217
676c8e
- cleanup spec file
676c8e
676c8e
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-4
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
676c8e
676c8e
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.11-3
676c8e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
676c8e
676c8e
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1.2.11-2
676c8e
- rebuild with new openssl
676c8e
676c8e
* Fri Jul 11 2008 Daniel Veillard <veillard@redhat.com> - 1.2.11-1
676c8e
- update to new upstream release 1.2.11
676c8e
- rebuild for gnutls update
676c8e
676c8e
* Wed Feb 20 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.2.9-10.1
676c8e
- Autorebuild for GCC 4.3
676c8e
676c8e
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 1.2.9-9
676c8e
 - Rebuild for deps
676c8e
676c8e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-8.1
676c8e
- rebuild
676c8e
676c8e
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 1.2.9-8
676c8e
- rebuilt with new gnutls
676c8e
676c8e
* Thu Jun  8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-7
676c8e
- oops libxmlsec1.la was still there, should fix #171410 and #154142
676c8e
676c8e
* Thu Jun  8 2006 Daniel Veillard <veillard@redhat.com> - 1.2.9-6
676c8e
- Ugly patch and sed based changes to work around #192756 xmlsec1-config
676c8e
  multilib problem
676c8e
676c8e
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.9-5
676c8e
- move .so symlinks to -devel subpackage
676c8e
676c8e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.2
676c8e
- bump again for double-long bug on ppc(64)
676c8e
676c8e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-4.1
676c8e
- rebuilt for new gcc4.1 snapshot and glibc changes
676c8e
676c8e
* Thu Dec 15 2005 Christopher Aillon <caillon@redhat.com> 1.2.9-4
676c8e
- NSS has been split out of the mozilla package, so require that now
676c8e
  and update separate_nspr.patch to account for the new NSS as well
676c8e
676c8e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
676c8e
- rebuilt
676c8e
676c8e
* Wed Nov 23 2005 Tomas Mraz <tmraz@redhat.com> 1.2.9-3
676c8e
- rebuilt due to gnutls library revision
676c8e
* Wed Nov  9 2005 <veillard@redhat.com> 1.2.9-2
676c8e
- rebuilt due to openssl library revision
676c8e
* Tue Sep 20 2005 <veillard@redhat.com> 1.2.9-1
676c8e
- update from upstream, release done in July
676c8e
- apparently nss is now available on ppc64
676c8e
* Mon Aug  8 2005 <veillard@redhat.com> 1.2.8-3
676c8e
- rebuilt with new gnutls
676c8e
- nspr has been split to a separate package
676c8e
* Fri Jul  8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-2
676c8e
- Enabling the mozilla-nss crypto backend
676c8e
* Fri Jul  8 2005 Daniel Veillard <veillard@redhat.com> 1.2.8-1
676c8e
- update from upstream, needed for openoffice
676c8e
* Tue Mar  8 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-4
676c8e
- rebuilt with gcc4
676c8e
* Wed Feb 23 2005 Daniel Veillard <veillard@redhat.com> 1.2.7-1
676c8e
- Upstream release of 1.2.7, mostly bug fixes plus new functions
676c8e
  to GetKeys from simple store and X509 handling.
676c8e
* Wed Feb  9 2005 Daniel Veillard <veillard@redhat.com> 1.2.6-4
676c8e
- Adding support for GNUTls crypto backend
676c8e
* Wed Sep  1 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-3
676c8e
- adding missing ldconfig calls
676c8e
* Thu Aug 26 2004 Daniel Veillard <veillard@redhat.com> 1.2.6-2
676c8e
- updated with upstream release from Aleksey
676c8e
* Mon Jun 21 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-2
676c8e
- rebuilt
676c8e
* Mon Apr 19 2004 Daniel Veillard <veillard@redhat.com> 1.2.5-1
676c8e
- updated with upstream release from Aleksey
676c8e
* Wed Feb 11 2004 Daniel Veillard <veillard@redhat.com> 1.2.4-1
676c8e
- updated with upstream release from Aleksey
676c8e
* Tue Jan  6 2004 Daniel Veillard <veillard@redhat.com> 1.2.3-1
676c8e
- updated with upstream release from Aleksey
676c8e
* Wed Nov 12 2003 Daniel Veillard <veillard@redhat.com> 1.2.2-1
676c8e
- updated with upstream release from Aleksey, specific patches should
676c8e
  have been integrated now.
676c8e
* Thu Nov  6 2003 Daniel Veillard <veillard@redhat.com> 1.2.1-1
676c8e
- initial packaging based on the upstream one and libxml2 one.
676c8e
- desactivated mozilla-nss due to detection/architecture problems