diff options
author | remko <remko@FreeBSD.org> | 2006-08-13 19:28:50 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2006-08-13 19:28:50 +0000 |
commit | d18b601127a6961eeda2b1b8d09cbebf54cc5d98 (patch) | |
tree | 8388170c17be22ff68a7789c058255f126844219 /audio/alsaplayer | |
parent | 6952785ffcd131cb70d4a36bb0d517e91c589bff (diff) | |
download | FreeBSD-ports-d18b601127a6961eeda2b1b8d09cbebf54cc5d98.zip FreeBSD-ports-d18b601127a6961eeda2b1b8d09cbebf54cc5d98.tar.gz |
Mark alsaplayer as FORBIDDEN because of remote code execution
vulnerabilities.
Approved by: simon
With hat: secteam
Diffstat (limited to 'audio/alsaplayer')
-rw-r--r-- | audio/alsaplayer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/alsaplayer/Makefile b/audio/alsaplayer/Makefile index e655ff1..1b35d32 100644 --- a/audio/alsaplayer/Makefile +++ b/audio/alsaplayer/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= ftp://ftp.alsa-project.org/pub/people/andy/ \ MAINTAINER= co9@xs4all.nl COMMENT= Audio player with pitch control and a GNOME GUI +FORBIDDEN= Remote code execution: http://vuxml.FreeBSD.org/9855ac8e-2aec-11db-a6e2-000e0c2e438a.html + LIB_DEPENDS= mad.2:${PORTSDIR}/audio/mad \ sndfile.1:${PORTSDIR}/audio/libsndfile |