eca03d6774
Fixes CVE-2018-5146: Prevent out-of-bounds write in codebook decoding. Drop 0001-CVE-2017-14633-Don-t-allow-for-more-than-256-channel.patch and 0002-CVE-2017-14632-vorbis_analysis_header_out-Don-t-clea.patch as they are now upstream, and add a hash for the license file while we're at it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
535 B
Makefile
17 lines
535 B
Makefile
################################################################################
|
|
#
|
|
# libvorbis
|
|
#
|
|
################################################################################
|
|
|
|
LIBVORBIS_VERSION = 1.3.6
|
|
LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.xz
|
|
LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis
|
|
LIBVORBIS_INSTALL_STAGING = YES
|
|
LIBVORBIS_CONF_OPTS = --disable-oggtest
|
|
LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
|
|
LIBVORBIS_LICENSE = BSD-3-Clause
|
|
LIBVORBIS_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|