diff options
author | drochner <drochner@pkgsrc.org> | 2013-10-22 19:27:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2013-10-22 19:27:52 +0000 |
commit | b3ce85900a017f3cbc0910ef0ce937a0a2c10f1a (patch) | |
tree | 0a1cebda9d2e1bf0aac5445c9dac06d2efad65a0 /audio/icecast/PLIST | |
parent | a694c13d3a801cb32570e5f0ce38353a8afdaa2f (diff) | |
download | pkgsrc-b3ce85900a017f3cbc0910ef0ce937a0a2c10f1a.tar.gz |
update to 2.3.3
changes:
-fixed 3 security issues:
-Improved HTTPS cipher handling and added support for chained certificates
-Allow the source password to be undefined
-Prevent error log injection of control characters by substituting
non-alphanumeric characters with a '.' (CVE-2011-4612)
-Bugfixes
-Sources can now be authenticated via URL, like listeners
-XSL update
pkgsrc change:
don't set the "chroot" flag in the installed sample config file -- this
configuration doesn't work without further work because the web server
misses its data files in the sandbox
approved by The Maintainer
Diffstat (limited to 'audio/icecast/PLIST')
-rw-r--r-- | audio/icecast/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/icecast/PLIST b/audio/icecast/PLIST index 543dae78d53..eaf1bd8eae4 100644 --- a/audio/icecast/PLIST +++ b/audio/icecast/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2009/06/14 17:32:11 joerg Exp $ +@comment $NetBSD: PLIST,v 1.15 2013/10/22 19:27:52 drochner Exp $ bin/icecast share/doc/icecast/AUTHORS share/doc/icecast/COPYING @@ -33,6 +33,8 @@ share/icecast/admin/moveclients.xsl share/icecast/admin/response.xsl share/icecast/admin/stats.xsl share/icecast/admin/updatemetadata.xsl +share/icecast/admin/vclt.xsl +share/icecast/admin/xspf.xsl share/icecast/web/auth.xsl share/icecast/web/corner_bottomleft.jpg share/icecast/web/corner_bottomright.jpg |