mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 2.3.3
Changes: http://svn.xiph.org/icecast/trunk/icecast/NEWS PR: ports/181712 Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net>
This commit is contained in:
parent
dec5b2ef72
commit
e2833862e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326680
@ -2,8 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= icecast2
|
||||
PORTVERSION= 2.3.2
|
||||
PORTREVISION= 10
|
||||
PORTVERSION= 2.3.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= audio net ipv6
|
||||
MASTER_SITES= http://downloads.xiph.org/releases/icecast/ \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (icecast-2.3.2.tar.gz) = 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0
|
||||
SIZE (icecast-2.3.2.tar.gz) = 1152319
|
||||
SHA256 (icecast-2.3.3.tar.gz) = 1b1d06f5f83c9a983cd28cc78aa90e4038f933511b3d20d7fd2cfc116645c36d
|
||||
SIZE (icecast-2.3.3.tar.gz) = 1161774
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- src/stats.c.orig 2008-05-01 10:22:40.000000000 +0800
|
||||
+++ src/stats.c 2012-04-24 02:22:44.574821557 +0800
|
||||
@@ -973,7 +973,11 @@
|
||||
if (event->source)
|
||||
{
|
||||
if (show_mount && strcmp (event->source, show_mount) != 0)
|
||||
+ {
|
||||
+ xmlFree (name);
|
||||
+ xmlFree (value);
|
||||
break;
|
||||
+ }
|
||||
srcnode = _find_xml_node(event->source, &src_nodes, node);
|
||||
}
|
||||
else
|
@ -7,6 +7,8 @@ etc/icecast.xml.sample
|
||||
%%DATADIR%%/admin/response.xsl
|
||||
%%DATADIR%%/admin/stats.xsl
|
||||
%%DATADIR%%/admin/updatemetadata.xsl
|
||||
%%DATADIR%%/admin/vclt.xsl
|
||||
%%DATADIR%%/admin/xspf.xsl
|
||||
%%DATADIR%%/doc/icecast.xml.dist
|
||||
%%DATADIR%%/doc/icecast_minimal.xml.dist
|
||||
%%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist
|
||||
|
Loading…
Reference in New Issue
Block a user