tupone 14/09/04 07:04:35 Modified: ChangeLog smpeg-0.4.4-r10.ebuild Log: Make it compile with format-security. Bug #521110 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Revision Changes Path 1.64 media-libs/smpeg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 18 Jun 2014 19:58:14 -0000 1.63 +++ ChangeLog 4 Sep 2014 07:04:35 -0000 1.64 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/smpeg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.63 2014/06/18 19:58:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/ChangeLog,v 1.64 2014/09/04 07:04:35 tupone Exp $ + + 04 Sep 2014; Tupone Alfredo <[email protected]> smpeg-0.4.4-r10.ebuild, + +files/smpeg-0.4.4-format.patch: + Make it compile with format-security. Bug #521110 by Agostino Sarubbo 18 Jun 2014; Michał Górny <[email protected]> smpeg-0.4.4-r10.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 1.3 media-libs/smpeg/smpeg-0.4.4-r10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild?r1=1.2&r2=1.3 Index: smpeg-0.4.4-r10.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- smpeg-0.4.4-r10.ebuild 18 Jun 2014 19:58:14 -0000 1.2 +++ smpeg-0.4.4-r10.ebuild 4 Sep 2014 07:04:35 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild,v 1.2 2014/06/18 19:58:14 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r10.ebuild,v 1.3 2014/09/04 07:04:35 tupone Exp $ EAPI=5 inherit eutils toolchain-funcs autotools flag-o-matic multilib-minimal @@ -44,6 +44,7 @@ "${FILESDIR}"/${P}-automake.patch \ "${FILESDIR}"/${P}-mmx.patch \ "${FILESDIR}"/${P}-malloc.patch \ + "${FILESDIR}"/${P}-format.patch \ "${FILESDIR}"/${P}-missing-init.patch cd "${WORKDIR}"
