e87c91a949
Changes for version 2.3.3: -------------------------- - New RAD player replacing the old one - Bug fixes: (huge thanks to Alexander Miller for these) - CVE-2019-14690 - buffer overflow in .bmf - CVE-2019-14691 - buffer overflow in .dtm - CVE-2019-14692 - buffer overflow in .mkj - CVE-2019-14732 - buffer overflow in .a2m - CVE-2019-14733 - buffer overflow in .rad - CVE-2019-14734 - buffer overflow in .mtk - CVE-2019-15151 - double free and OOB reads in .u6m - OOB reads in .xad - OOB reads in .rix
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/06/10 11:09:23 fcambus Exp $
|
|
|
|
DISTNAME= adplug-2.3.3
|
|
CATEGORIES= audio devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/}
|
|
GITHUB_RELEASE= ${PKGNAME_NOREV}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= fcambus@NetBSD.org
|
|
HOMEPAGE= https://github.com/adplug/adplug/
|
|
COMMENT= AdLib emulator library supporting many formats
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= c c++
|
|
INFO_FILES= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= adplug.pc.in
|
|
|
|
.include "../../devel/libbinio/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|