c75c21eef6
- Fixes CVE-2017-18926 and CVE-2020-25713. - drop 0001-Calcualte-max-nspace-declarations-correctly-for-XML-.patch.1: merged upstream - drop 0001-CVE-2020-25713-raptor2-malformed-input-file-can-lead.patch.1: merged upstream - drop libtool.patch: merged upstream - drop most of raptor-freebsd.patch.1: merged upstream - drop most of raptor-msvc.patch.1: merged upsttream - drop most of ubsan.patch: merged upstream - drop Wint-conversion.patch: merged upstream depend on package icu_ure to have libicuuc delivered and add corresponding directory to rpath-link to make sure the right copy is picked up use $(strip ...) in LDFLAGS to avoid having to escape , with $(COMMA) Change-Id: Ic05269ade5dae3761d98432ee504a51434a4c753 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161704 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Jenkins
24 lines
899 B
Text
24 lines
899 B
Text
Redland RDF library (librdf) from [https://librdf.org/]
|
|
|
|
== License ==
|
|
[git:redland/LICENSE.txt]
|
|
Triple-licensed: LGPL v2+/GPL v2+/Apache v2
|
|
|
|
== Description ==
|
|
This module contains the third-party Redland RDF / librdf library, which
|
|
is needed to support data in RDF (Resource Description Framework) format.
|
|
It consists of 3 parts:
|
|
- raptor: parsers and serializers for numerous RDF file formats
|
|
- rasqal: query engine which supports SPARQL queries
|
|
- redland: librdf integrates raptor and rasqal, and provides numerous storage
|
|
engines for storing RDF graphs (in memory, SQL, ...)
|
|
|
|
Libraries: libraptor, librasqal, librdf
|
|
|
|
== Patches ==
|
|
There are several patches, most of which contain only hacks to get it to
|
|
build with the LO build system.
|
|
|
|
Upstream may merge patches that are attached to the bug tracker, but don't
|
|
send patches to the mailing list, those will most likely be ignored.
|
|
|