pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/icecast Update to 2.1.0, provided by pancake in ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/92869aae1a39
branches: trunk
changeset: 484503:92869aae1a39
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Nov 27 20:45:04 2004 +0000
description:
Update to 2.1.0, provided by pancake in private mail.
Icecast 2.1 11/04/2004
-----------------------------------------------------------------------------
****New features for 2.1 (in no particular order):****
-Listener Authentication-
Icecast now supports listener authentication. This provides a mechanism for
creating/maintaining users and passwords for listeners. Currently, we only
have implemented a simple, file-based storage for users and passwords. New
authenticators are on the horizon (such as URL-based or possibly MySQL based)
New admin pages were also added for the maintenance of users/passwords. Please
check the docs for a more detailed description of this new feature.
-Multi-Level Fallbacks-
Multi-level fallbacks allow for specifications of a series of fallback mounts
that you could use, for instance, to set up a series of progressively lower
bitrate streams that would be cascaded through. For instance, a modem user
would connect to the highest bitrate stream, and then could be cascaded
down to a progressively lower stream until they reach a value they can
handle.
-Burst-On-Connect-
This is an new, optional config setting which will send a initial burst of
data to connecting listeners. This has the effect of reducing
(significantly) the startup buffer latency from the end-user perspective.
This option is enabled by default.
****New Enhancements for 2.1****
-Update to admin interface-
This interface has been cleaned up quite a bit and made a bit nicer.
-Rewrite of the YP listing code-
The icecast yp code has received a complete overhaul by karl, and it's a much
more stable and failure-resistant implementation.
-Lots and lots of bugs fixed-
Check the ChangeLog for a complete list of these...
diffstat:
audio/icecast/Makefile | 4 ++--
audio/icecast/PLIST | 13 ++++++++++++-
audio/icecast/distinfo | 6 +++---
3 files changed, 17 insertions(+), 6 deletions(-)
diffs (68 lines):
diff -r 5fa264965713 -r 92869aae1a39 audio/icecast/Makefile
--- a/audio/icecast/Makefile Sat Nov 27 20:27:06 2004 +0000
+++ b/audio/icecast/Makefile Sat Nov 27 20:45:04 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2004/10/13 21:20:00 adrianp Exp $
+# $NetBSD: Makefile,v 1.28 2004/11/27 20:45:04 wiz Exp $
#
-DISTNAME= icecast-2.0.2
+DISTNAME= icecast-2.1.0
CATEGORIES= audio
MASTER_SITES= http://svn.xiph.org/releases/icecast/
diff -r 5fa264965713 -r 92869aae1a39 audio/icecast/PLIST
--- a/audio/icecast/PLIST Sat Nov 27 20:27:06 2004 +0000
+++ b/audio/icecast/PLIST Sat Nov 27 20:45:04 2004 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2004/04/23 22:07:52 reed Exp $
+@comment $NetBSD: PLIST,v 1.9 2004/11/27 20:45:04 wiz Exp $
bin/icecast
share/doc/icecast/AUTHORS
share/doc/icecast/COPYING
+share/doc/icecast/ChangeLog
share/doc/icecast/NEWS
share/doc/icecast/README
share/doc/icecast/TODO
@@ -11,6 +12,7 @@
share/doc/icecast/icecast2_faq.html
share/doc/icecast/icecast2_glossary.html
share/doc/icecast/icecast2_introduction.html
+share/doc/icecast/icecast2_listenerauth.html
share/doc/icecast/icecast2_relay.html
share/doc/icecast/icecast2_stats.html
share/doc/icecast/icecast2_win32.html
@@ -19,11 +21,20 @@
share/examples/icecast/icecast.xml
share/icecast/admin/listclients.xsl
share/icecast/admin/listmounts.xsl
+share/icecast/admin/manageauth.xsl
share/icecast/admin/moveclients.xsl
share/icecast/admin/response.xsl
share/icecast/admin/stats.xsl
+share/icecast/web/auth.xsl
+share/icecast/web/corner_bottomleft.jpg
+share/icecast/web/corner_bottomright.jpg
+share/icecast/web/corner_topleft.jpg
+share/icecast/web/corner_topright.jpg
+share/icecast/web/icecast.png
+share/icecast/web/key.gif
share/icecast/web/status.xsl
share/icecast/web/status2.xsl
+share/icecast/web/style.css
@dirrm share/icecast/web
@dirrm share/icecast/admin
@dirrm share/icecast
diff -r 5fa264965713 -r 92869aae1a39 audio/icecast/distinfo
--- a/audio/icecast/distinfo Sat Nov 27 20:27:06 2004 +0000
+++ b/audio/icecast/distinfo Sat Nov 27 20:45:04 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2004/10/13 21:20:00 adrianp Exp $
+$NetBSD: distinfo,v 1.12 2004/11/27 20:45:04 wiz Exp $
-SHA1 (icecast-2.0.2.tar.gz) = d85ff7e686040eb2d6f70aae175614cba318762a
-Size (icecast-2.0.2.tar.gz) = 750391 bytes
+SHA1 (icecast-2.1.0.tar.gz) = 48913d2f50e1eb2fbf058080d11413d709c95fa0
+Size (icecast-2.1.0.tar.gz) = 684382 bytes
SHA1 (patch-aa) = fa92a4a704a3f471a0669c9933b36a3586425dc5
SHA1 (patch-ab) = 39cf0ed1e9da8c7d90fa192731307817e91496c9
Home |
Main Index |
Thread Index |
Old Index