aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2016-02-09 15:43:12 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:45:43 +0100
commitfd4180d6fa59a711e1ee602357fae144e66ad216 (patch)
treeb07c954e24d43791a00136ef7467c7de09a06806 /meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
parent7b5bb7c525d61e48589b9a36890c2b6b0c90cc62 (diff)
downloadmeta-openembedded-contrib-fd4180d6fa59a711e1ee602357fae144e66ad216.tar.gz
xdelta3: Package update to 3.0.11
removed two files as they got accecpted upstream Update SRC_URI to location where this version exists Includes security fix CVE-2014-9765 CVE-2014-9765 xdelta: buffer overflow in main_get_appheader (fixed in 3.0.9 and after) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb')
-rw-r--r--meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
new file mode 100644
index 0000000000..9669d9bbb6
--- /dev/null
+++ b/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Xdelta is a tool for differential compression"
+DESCRIPTION = "Open-source binary diff, differential compression tools, \
+ VCDIFF (RFC 3284) delta compression."
+HOMEPAGE = "http://xdelta.org/"
+SECTION = "console/utils"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
+SRC_URI = "https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${BPN}-${PV}.tar.gz \
+ "
+SRC_URI[md5sum] = "445d8be2ac512113d5ca601ae8359626"
+SRC_URI[sha256sum] = "0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa"
+
+inherit autotools
+
+# Optional secondary compression
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[lzma] = "--with-liblzma,--without-liblzma,xz"