summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-10 14:15:35 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-09 23:45:17 -0800
commit1928bc1741667011f0bd43dc22aa40cda1438e10 (patch)
treeec44ad9c1f96a9abe1e351839ba7af77828afd40 /meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
parent1e48109bc57b047312055178995e796e6e0aca96 (diff)
downloadmeta-openembedded-1928bc1741667011f0bd43dc22aa40cda1438e10.tar.gz
raptor2: upgrade 2.0.15 -> 2.0.16
0001-Match-reutrn-type-from-RAPTOR_ASSERT_OBJECT_POINTER_.patch 0001-configure.ac-do-additional-checks-on-libxml2-also-wh.patch removed since they're included in 2.0.16 License-Update: Copyright year updatd to 2023. "David Beckett" changed to "Dave Beckett" URL from http changed to https Changelog: ========== - Fixes CVE-2017-18926 and CVE-2020-25713 - Multiple Appveyor Windows and CMake build fixes by 0u812. (Note: the resulting binaries and libraries were not tested on Windows) - Turtle parser now reads input in chunks so can handle huge files. Patch - Added a serializer for the mKR language. - Rapper utility now counts triples using longs - Several smaller portability fixes for OpenBSD and cross building Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb')
-rw-r--r--meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
new file mode 100644
index 0000000000..1699112764
--- /dev/null
+++ b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
@@ -0,0 +1,23 @@
1SUMMARY = "Library for parsing and serializing RDF syntaxes"
2LICENSE = "GPL-2.0-only | LGPL-2.1-only | Apache-2.0"
3LIC_FILES_CHKSUM = " \
4 file://LICENSE.txt;md5=f7fed8b6ab9289b77f5c14f3f79572cc \
5 file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
6 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
7 file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
8"
9
10DEPENDS = "libxml2 libxslt curl yajl"
11
12SRC_URI = " \
13 http://download.librdf.org/source/${BPN}-${PV}.tar.gz \
14"
15SRC_URI[sha256sum] = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680"
16
17inherit autotools pkgconfig
18
19EXTRA_OECONF = " \
20 --without-xml2-config \
21 --without-curl-config \
22 --without-xslt-config \
23"