polynomial-c 14/12/22 14:29:28 Modified: ChangeLog Added: unrtf-0.21.8.ebuild Log: Security bump (bug #531544) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.43 app-text/unrtf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 15 Jun 2013 11:59:13 -0000 1.42 +++ ChangeLog 22 Dec 2014 14:29:28 -0000 1.43 @@ -1,6 +1,13 @@ # ChangeLog for app-text/unrtf -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.42 2013/06/15 11:59:13 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.43 2014/12/22 14:29:28 polynomial-c Exp $ + +*unrtf-0.21.8 (22 Dec 2014) + + 22 Dec 2014; Lars Wendler <[email protected]> +unrtf-0.21.8.ebuild, + +files/unrtf-0.21.8-automake-fix.patch, + +files/unrtf-0.21.8-iconv-detection.patch: + Security bump (bug #531544). *unrtf-0.21.2-r1 (15 Jun 2013) 1.1 app-text/unrtf/unrtf-0.21.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.8.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.8.ebuild?rev=1.1&content-type=text/plain Index: unrtf-0.21.8.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.8.ebuild,v 1.1 2014/12/22 14:29:28 polynomial-c Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Converts RTF files to various formats" HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="" src_prepare() { epatch "${FILESDIR}"/unrtf-0.21.8-automake-fix.patch epatch "${FILESDIR}"/${PN}-0.21.8-iconv-detection.patch eautoreconf } src_install() { default }
