From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 5 07:20:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DD9A1065674 for ; Thu, 5 Aug 2010 07:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 318778FC08 for ; Thu, 5 Aug 2010 07:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o757K8wN026947 for ; Thu, 5 Aug 2010 07:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o757K8d4026939; Thu, 5 Aug 2010 07:20:08 GMT (envelope-from gnats) Date: Thu, 5 Aug 2010 07:20:08 GMT Message-Id: <201008050720.o757K8d4026939@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Douglas Carmichael Cc: Subject: Re: ports/149305: Small security fix and transcoding profile fix to net/mediatomb port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Douglas Carmichael List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2010 07:20:09 -0000 The following reply was made to PR ports/149305; it has been noted by GNATS. From: Douglas Carmichael To: bug-followup@FreeBSD.org, dcarmich@dcarmichael.net Cc: Subject: Re: ports/149305: Small security fix and transcoding profile fix to net/mediatomb port Date: Thu, 5 Aug 2010 02:05:05 -0500 --Apple-Mail-20--110488705 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii I have made some changes to the patch, including adding an xmp (Extended = Module Player) profile that outputs in raw audio format. The changes are attached. --Apple-Mail-20--110488705 Content-Disposition: attachment; filename=mediatomb-0.12.1.new.diff.txt Content-Type: text/plain; x-unix-mode=0644; name="mediatomb-0.12.1.new.diff.txt" Content-Transfer-Encoding: quoted-printable diff -ruN mediatomb.orig/Makefile mediatomb/Makefile --- mediatomb.orig/Makefile 2010-08-04 20:02:43.000000000 -0500 +++ mediatomb/Makefile 2010-08-04 19:48:57.000000000 -0500 @@ -185,6 +185,9 @@ @if [ ! -f ${PREFIX}/etc/mediatomb/config.xml ]; then \ ${CP} -p ${PREFIX}/etc/mediatomb/config.xml.dist = ${PREFIX}/etc/mediatomb/config.xml ; \ fi + @${CHGRP} ${MEDIATOMB_GROUP} ${PREFIX}/bin/mediatomb + @${CHMOD} a-x ${PREFIX}/bin/mediatomb + @${CHMOD} g+x ${PREFIX}/bin/mediatomb @${MKDIR} -m ${MEDIATOMB_MASK} -p ${MEDIATOMB_DIR} @${CHOWN} ${MEDIATOMB_USER}:${MEDIATOMB_GROUP} ${MEDIATOMB_DIR} =20 diff -ruN mediatomb.orig/files/config.xml.dist.in = mediatomb/files/config.xml.dist.in --- mediatomb.orig/files/config.xml.dist.in 2010-08-04 = 20:02:43.000000000 -0500 +++ mediatomb/files/config.xml.dist.in 2010-08-05 02:02:27.000000000 = -0500 @@ -67,6 +67,16 @@ + + + + + + + + + + @@ -91,27 +101,61 @@ - - - - + + + + + + + - - + =20 + + + audio/x-wav + no + no + yes + + + + + audio/L16 no + no + yes + 44100 + 2 + + + =20 + + audio/x-wav + no + no =20 + yes + + + + + audio/L16 yes - no - + no + 44100 + 2 + yes + - + video/mpeg - yes + no yes + yes yes - - + + --Apple-Mail-20--110488705--