db7bd0983f
libvorbis 1.3.7 * Fix CVE-2018-10393 - out-of-bounds read encoding very low sample rates. * Fix CVE-2017-14160 - out-of-bounds read encoding very low sample rates. * Fix handling invalid bytes per sample arguments. * Fix handling invalid channel count arguments. * Fix invalid free on seek failure. * Fix negative shift reading blocksize. * Fix accepting unreasonable float32 values. * Fix tag comparison depending on locale. * Fix unnecessarily linking libm. * Fix memory leak in test_sharedbook. * Update Visual Studio projects for ogg library filename change. * Distribute CMake build files with the source package. * Remove unnecessary configure --target switch. * Add gitlab CI support. * Add OSS-Fuzz support. * Build system and integration updates.
22 lines
594 B
Makefile
22 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.63 2020/07/06 15:32:47 adam Exp $
|
|
|
|
DISTNAME= libvorbis-1.3.7
|
|
CATEGORIES= devel audio
|
|
MASTER_SITES= http://downloads.xiph.org/releases/vorbis/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.xiph.org/vorbis/
|
|
COMMENT= Library for the Ogg Vorbis audio encoding format
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
PKGCONFIG_OVERRIDE+= vorbis.pc.in
|
|
PKGCONFIG_OVERRIDE+= vorbisenc.pc.in
|
|
PKGCONFIG_OVERRIDE+= vorbisfile.pc.in
|
|
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|