voyageur 15/04/01 15:22:06 Modified: ChangeLog wmswallow-0.6.1-r1.ebuild Log: Fix compilation with format-security, bug #544644 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 00F7AB331B0F097F)
Revision Changes Path 1.12 x11-plugins/wmswallow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 27 Mar 2015 16:28:48 -0000 1.11 +++ ChangeLog 1 Apr 2015 15:22:06 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmswallow # Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.11 2015/03/27 16:28:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/ChangeLog,v 1.12 2015/04/01 15:22:06 voyageur Exp $ + + 01 Apr 2015; Bernard Cafarelli <[email protected]> + wmswallow-0.6.1-r1.ebuild, +files/wmswallow-0.6.1-format-security.patch: + Fix compilation with format-security, bug #544644 27 Mar 2015; Agostino Sarubbo <[email protected]> wmswallow-0.6.1-r1.ebuild: Stable for amd64, wrt bug #541774 1.3 x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild?r1=1.2&r2=1.3 Index: wmswallow-0.6.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wmswallow-0.6.1-r1.ebuild 27 Mar 2015 16:28:48 -0000 1.2 +++ wmswallow-0.6.1-r1.ebuild 1 Apr 2015 15:22:06 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.2 2015/03/27 16:28:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild,v 1.3 2015/04/01 15:22:06 voyageur Exp $ EAPI=5 -inherit toolchain-funcs +inherit eutils toolchain-funcs DESCRIPTION="A dock applet to make any application dockable" HOMEPAGE="http://burse.uni-hamburg.de/~friedel/software/wmswallow.html" @@ -22,6 +22,7 @@ S=${WORKDIR}/wmswallow src_prepare() { + epatch "${FILESDIR}"/${P}-format-security.patch sed -e "s:\${OBJS} -o:\${OBJS} \${LDFLAGS} -o:" \ -e "/LIBS/s/-lXext/-lX11 \0/"\ -i Makefile || die
