256af02bf5
libvorbis 1.3.6 (2018-03-16) -- "Xiph.Org libVorbis I 20180316 (Now 100% fewer shells)" * Fix CVE-2018-5146 - out-of-bounds write on codebook decoding. * Fix CVE-2017-14632 - free() on unitialized data * Fix CVE-2017-14633 - out-of-bounds read * Fix bitrate metadata parsing. * Fix out-of-bounds read in codebook parsing. * Fix residue vector size in Vorbis I spec. * Appveyor support * Travis CI support * Add secondary CMake build system. * Build system fixes
21 lines
574 B
Makefile
21 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.60 2018/03/16 20:23:53 maya Exp $
|
|
|
|
DISTNAME= libvorbis-1.3.6
|
|
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
|
|
|
|
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"
|