Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Jul 2008 09:19:38 GMT
From:      mark burdett <mfburdett@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/126028: Upgrade icecast2 to version 2.3.2
Message-ID:  <200807280919.m6S9Jc8t073300@www.freebsd.org>
Resent-Message-ID: <200807280920.m6S9K0iE067439@freefall.freebsd.org>

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

>Number:         126028
>Category:       ports
>Synopsis:       Upgrade icecast2 to version 2.3.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 28 09:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     mark burdett
>Release:        7
>Organization:
>Environment:
>Description:
Icecast 2.3.2 was released on 02 June 2008.
>How-To-Repeat:

>Fix:
I removed patch-src::auth_url.c as it no longer applies, and as far as I can tell is no longer needed.

the patch on 2.3.1:
+#if LIBCURL_VERSION_NUM < 0x071000
     curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass);
+#endif

equivalent lines in 2.3.2:
#ifdef CURLOPT_PASSWDFUNCTION
    curl_easy_setopt (url_info->handle, CURLOPT_PASSWDFUNCTION, my_getpass);
#endif


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/icecast2/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile	9 Oct 2007 18:20:04 -0000	1.57
+++ Makefile	23 Jul 2008 07:10:25 -0000
@@ -6,11 +6,10 @@
 #
 
 PORTNAME=	icecast2
-PORTVERSION=	2.3.1
-PORTREVISION=	7
+PORTVERSION=	2.3.2
 PORTEPOCH=	1
 CATEGORIES=	audio net ipv6
-MASTER_SITES=	http://svn.xiph.org/releases/icecast/
+MASTER_SITES=	http://downloads.xiph.org/releases/icecast/
 DISTNAME=	icecast-${PORTVERSION}
 
 MAINTAINER=	lofi@freebsd.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/icecast2/distinfo,v
retrieving revision 1.21
diff -u -p -r1.21 distinfo
--- distinfo	13 Dec 2005 03:17:41 -0000	1.21
+++ distinfo	23 Jul 2008 07:10:25 -0000
@@ -1,3 +1,3 @@
-MD5 (icecast-2.3.1.tar.gz) = 2d80a249fa8529f82d018c6216108ea8
-SHA256 (icecast-2.3.1.tar.gz) = 7bcc2a1e2137a143deeacd7619cd348300672aaf8774fcfcb2e43aa7c3e74660
-SIZE (icecast-2.3.1.tar.gz) = 1094154
+MD5 (icecast-2.3.2.tar.gz) = ff516b3ccd2bcc31e68f460cd316093f
+SHA256 (icecast-2.3.2.tar.gz) = 4742b38fc55b6373895a7c0a35baed49a848fec99f5e8538e3f0157383d0b3f0
+SIZE (icecast-2.3.2.tar.gz) = 1152319


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



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