From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IY1jv-0005ZM-My for garchives@archives.gentoo.org; Wed, 19 Sep 2007 15:45:24 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l8JFbaUt013543; Wed, 19 Sep 2007 15:37:36 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l8JFbZkM013538 for ; Wed, 19 Sep 2007 15:37:35 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 81794643B1 for ; Wed, 19 Sep 2007 15:37:34 +0000 (UTC) Received: from aballier by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IY1cL-0006RH-6Y for gentoo-commits@lists.gentoo.org; Wed, 19 Sep 2007 15:37:33 +0000 From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libsndfile: ChangeLog libsndfile-1.0.17-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog libsndfile-1.0.17-r1.ebuild X-VCS-Directories: media-libs/libsndfile X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Alexis Ballier Date: Wed, 19 Sep 2007 15:37:33 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org Reply-To: gentoo-dev@lists.gentoo.org X-Archives-Salt: 9aa6afd6-991d-496f-8b3d-b2b6fd99fae2 X-Archives-Hash: 6c4f19b60ec347d58081ecc1f8f56b47 aballier 07/09/19 15:37:33 Modified: ChangeLog Added: libsndfile-1.0.17-r1.ebuild Log: add a patch wrt to buffer overflow possibility, bug #192834 (Portage version: 2.1.3.9) Revision Changes Path 1.72 media-libs/libsndfile/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 6 Aug 2007 11:35:33 -0000 1.71 +++ ChangeLog 19 Sep 2007 15:37:32 -0000 1.72 @@ -1,6 +1,13 @@ # ChangeLog for media-libs/libsndfile # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.71 2007/08/06 11:35:33 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/ChangeLog,v 1.72 2007/09/19 15:37:32 aballier Exp $ + +*libsndfile-1.0.17-r1 (19 Sep 2007) + + 19 Sep 2007; Alexis Ballier + +files/libsndfile-1.0.17-flac-buffer-overflow.patch, + +libsndfile-1.0.17-r1.ebuild: + add a patch wrt to buffer overflow possibility, bug #192834 06 Aug 2007; Samuli Suominen libsndfile-1.0.17.ebuild: Install pkgconfig for bug 187856. 1.1 media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild?rev=1.1&content-type=text/plain Index: libsndfile-1.0.17-r1.ebuild =================================================================== # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libsndfile/libsndfile-1.0.17-r1.ebuild,v 1.1 2007/09/19 15:37:32 aballier Exp $ WANT_AUTOCONF=2.5 WANT_AUTOMAKE=1.9 inherit eutils libtool autotools DESCRIPTION="A C library for reading and writing files containing sampled sound" HOMEPAGE="http://www.mega-nerd.com/libsndfile" SRC_URI="http://www.mega-nerd.com/libsndfile/${P}.tar.gz mirror://gentoo/${P}+flac-1.1.3.patch.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="sqlite flac alsa" RESTRICT="test" RDEPEND="flac? ( media-libs/flac ) alsa? ( media-libs/alsa-lib ) sqlite? ( >=dev-db/sqlite-3.2 )" DEPEND="${RDEPEND} dev-util/pkgconfig" src_unpack() { unpack ${A} cd "${S}" epatch "${WORKDIR}/${P}+flac-1.1.3.patch" epatch "${FILESDIR}/${P}-ogg.patch" epatch "${FILESDIR}/${P}-flac-buffer-overflow.patch" eautoreconf epunt_cxx } src_compile() { econf $(use_enable sqlite) \ $(use_enable flac) \ $(use_enable alsa) \ --disable-werror \ --disable-gcc-pipe \ --disable-dependency-tracking || die "econf failed." emake || die "emake failed." } src_install() { emake -j1 DESTDIR="${D}" htmldocdir="/usr/share/doc/${PF}/html" install || die "emake install failed." dodoc AUTHORS ChangeLog NEWS README TODO } -- gentoo-commits@gentoo.org mailing list