From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 31 19:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B6B0E396 for ; Sat, 31 Aug 2013 19:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 96A8F2133 for ; Sat, 31 Aug 2013 19:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r7VJe0BZ008003 for ; Sat, 31 Aug 2013 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r7VJe05L008002; Sat, 31 Aug 2013 19:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 31 Aug 2013 19:40:00 GMT Resent-Message-Id: <201308311940.r7VJe05L008002@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas Carmichael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 8209E2DC for ; Sat, 31 Aug 2013 19:37:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 559AF2115 for ; Sat, 31 Aug 2013 19:37:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r7VJbPKY063373 for ; Sat, 31 Aug 2013 19:37:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r7VJbPrI063372; Sat, 31 Aug 2013 19:37:25 GMT (envelope-from nobody) Message-Id: <201308311937.r7VJbPrI063372@oldred.freebsd.org> Date: Sat, 31 Aug 2013 19:37:25 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/181712: I have updated audio/icecast to 2.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 19:40:00 -0000 >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: