summaryrefslogtreecommitdiff
path: root/package/orc
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-06-23 10:06:04 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-23 10:10:18 +0200
commit9cc2be61c4857c1277ed294b003f0b611b9ebbd4 (patch)
treeb38691a1ce37c621f8c775b1822236ede71926a1 /package/orc
parent815e4063f762c02aff1242bf220af60bc1737292 (diff)
orc: bump version
Tarball no longer available in .gz format. From the release notes: - Fix list corruption when splitting code memory chunks, causing crashes when allocating a lot of code memory and trying to free it later (Tim-Philipp Müller) - Add some extra checks for the number of variables used in ORC code to prevent overflows and crashes in the compiler (Vincent Penquerc'h) - Various compiler warnings, coverity warnings and static code analysis fixes (Sebastian Dröge) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/orc')
-rw-r--r--package/orc/orc.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/orc/orc.mk b/package/orc/orc.mk
index b67823f5f..a2165f767 100644
--- a/package/orc/orc.mk
+++ b/package/orc/orc.mk
@@ -4,7 +4,8 @@
#
################################################################################
-ORC_VERSION = 0.4.19
+ORC_VERSION = 0.4.20
+ORC_SOURCE = orc-$(ORC_VERSION).tar.xz
ORC_SITE = http://gstreamer.freedesktop.org/data/src/orc/
ORC_LICENSE = BSD-2c, BSD-3c
ORC_LICENSE_FILES = COPYING