Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2013 19:37:25 GMT
From:      Douglas Carmichael <dcarmich@dcarmichael.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181712: I have updated audio/icecast to 2.3.3
Message-ID:  <201308311937.r7VJbPrI063372@oldred.freebsd.org>
Resent-Message-ID: <201308311940.r7VJe05L008002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181712
>Category:       ports
>Synopsis:       I have updated audio/icecast to 2.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 31 19:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Carmichael
>Release:        n/a
>Organization:
n/a
>Environment:
n/a
>Description:
I have updated audio/icecast to 2.3.3.

A patch is attached.
>How-To-Repeat:
n/a
>Fix:
A patch is attached.

Patch attached with submission follows:

diff -ruN icecast2.orig/Makefile icecast2/Makefile
--- icecast2.orig/Makefile	2013-08-31 14:48:14.000000000 -0400
+++ icecast2/Makefile	2013-08-31 14:48:53.000000000 -0400
@@ -2,7 +2,7 @@
 # $FreeBSD: audio/icecast2/Makefile 325163 2013-08-21 17:42:57Z sunpoet $
 
 PORTNAME=	icecast2
-PORTVERSION=	2.3.2
+PORTVERSION=	2.3.3
 PORTREVISION=	10
 PORTEPOCH=	1
 CATEGORIES=	audio net ipv6
diff -ruN icecast2.orig/distinfo icecast2/distinfo
--- icecast2.orig/distinfo	2013-08-31 14:48:14.000000000 -0400
+++ icecast2/distinfo	2013-08-31 14:48:55.000000000 -0400
@@ -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
diff -ruN icecast2.orig/files/patch-src-stats.c icecast2/files/patch-src-stats.c
--- icecast2.orig/files/patch-src-stats.c	2013-08-31 14:48:14.000000000 -0400
+++ icecast2/files/patch-src-stats.c	1969-12-31 19:00:00.000000000 -0500
@@ -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
diff -ruN icecast2.orig/pkg-plist icecast2/pkg-plist
--- icecast2.orig/pkg-plist	2013-08-31 14:48:14.000000000 -0400
+++ icecast2/pkg-plist	2013-08-31 14:57:14.000000000 -0400
@@ -31,6 +31,8 @@
 share/icecast/admin/response.xsl
 share/icecast/admin/stats.xsl
 share/icecast/admin/updatemetadata.xsl
+share/icecast/admin/xspf.xsl
+share/icecast/admin/vclt.xsl
 share/icecast/doc/icecast.xml.dist
 share/icecast/doc/icecast_minimal.xml.dist
 share/icecast/doc/icecast_shoutcast_compat.xml.dist


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308311937.r7VJbPrI063372>