diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 23:32:53 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 23:32:53 +0000 |
commit | 8ce861a35fecd86689f47727945d3014e1474030 (patch) | |
tree | af8d10c4b1f640e282338fb0563e12b1abe5db35 /audio/icecast/Makefile | |
parent | [NEW PORT] multimedia/gavl: A library for handling uncompressed video and aud... (diff) |
Fix cross-site scripting vulnerability
(http://www.debian.org/security/2004/dsa-541).
Patches obtained from: Debian
Diffstat (limited to 'audio/icecast/Makefile')
-rw-r--r-- | audio/icecast/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/icecast/Makefile b/audio/icecast/Makefile index 2c3eb6f67da2..99f4b9860060 100644 --- a/audio/icecast/Makefile +++ b/audio/icecast/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio net MASTER_SITES= http://www.icecast.org/files/ |