Commit 9cc2be61 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 815e4063
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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