chainsaw 14/10/08 08:22:01 Modified: ChangeLog Added: vorbis-tools-1.4.0-r2.ebuild Log: Patch by "unlord" from xiph.org to address a format security issue, closes bug #520580 by Agostino "ago" Sarubbo. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Revision Changes Path 1.105 media-sound/vorbis-tools/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 26 Jun 2014 17:19:34 -0000 1.104 +++ ChangeLog 8 Oct 2014 08:22:01 -0000 1.105 @@ -1,6 +1,13 @@ # ChangeLog for media-sound/vorbis-tools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v 1.104 2014/06/26 17:19:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/ChangeLog,v 1.105 2014/10/08 08:22:01 chainsaw Exp $ + +*vorbis-tools-1.4.0-r2 (08 Oct 2014) + + 08 Oct 2014; Tony Vroon <[email protected]> +vorbis-tools-1.4.0-r2.ebuild, + +files/vorbis-tools-1.4.0-format-security.patch: + Patch by "unlord" from xiph.org to address a format security issue, closes + bug #520580 by Agostino "ago" Sarubbo. 26 Jun 2014; Samuli Suominen <[email protected]> vorbis-tools-1.4.0-r1.ebuild: 1.1 media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild?rev=1.1&content-type=text/plain Index: vorbis-tools-1.4.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/vorbis-tools/vorbis-tools-1.4.0-r2.ebuild,v 1.1 2014/10/08 08:22:01 chainsaw Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="tools for using the Ogg Vorbis sound file format" HOMEPAGE="http://www.vorbis.com" SRC_URI="http://downloads.xiph.org/releases/vorbis/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="flac kate nls +ogg123 speex" RDEPEND=">=media-libs/libvorbis-1.3.0 flac? ( media-libs/flac ) kate? ( media-libs/libkate ) ogg123? ( >=media-libs/libao-1.0.0 net-misc/curl ) speex? ( media-libs/speex )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) virtual/pkgconfig" DOCS="AUTHORS CHANGES README" src_prepare() { epatch "${FILESDIR}"/${P}-underlinking.patch epatch "${FILESDIR}"/${P}-format-security.patch sed -i -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac || die #515220 eautoreconf } src_configure() { econf \ $(use_enable nls) \ $(use_enable ogg123) \ $(use_with flac) \ $(use_with speex) \ $(use_with kate) }
