1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/audio/libcdaudio/Makefile
Martin Wilke bf29e3620d - Fix:
Heap-based buffer overflow in the cddb_read_disc_data function in
	cddb.c in libcdaudio 0.99.12p2 allows remote attackers to execute
	arbitrary code via long CDDB data.

	Buffer overflow in discdb.c for grip 3.1.2 allows attackers to cause
	a denial of service (crash) and possibly execute arbitrary code by
	causing the cddb lookup to return more matches than expected.

PR:		129050
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	novel@ (maintainer)
Security:	http://www.vuxml.org/freebsd/bd730827-dfe0-11dd-a765-0030843d3802.html
2009-01-11 13:22:40 +00:00

24 lines
492 B
Makefile

# New ports collection makefile for: libcdaudio
# Date created: 01 June 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libcdaudio
PORTVERSION= 0.99.12p2
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= A library for playing audio CDs
USE_AUTOTOOLS= libtool:15
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>