public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/lyx2html: lyx2html-0.2-r1.ebuild ChangeLog lyx2html-0.2.ebuild
@ 2009-08-06 11:58 Alexis Ballier (aballier)
  0 siblings, 0 replies; only message in thread
From: Alexis Ballier (aballier) @ 2009-08-06 11:58 UTC (permalink / raw
  To: gentoo-commits

aballier    09/08/06 11:58:13

  Modified:             ChangeLog
  Added:                lyx2html-0.2-r1.ebuild
  Removed:              lyx2html-0.2.ebuild
  Log:
  Fix buffer overflows causing segfaults due to badly allocated pointers... spotted by Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>, bug #278136. Also honour LDFLAGS
  (Portage version: 2.2_rc36/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-text/lyx2html/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lyx2html/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lyx2html/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lyx2html/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/lyx2html/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	12 Mar 2007 23:53:59 -0000	1.5
+++ ChangeLog	6 Aug 2009 11:58:13 -0000	1.6
@@ -1,6 +1,15 @@
 # ChangeLog for app-text/lyx2html
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lyx2html/ChangeLog,v 1.5 2007/03/12 23:53:59 nattfodd Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/lyx2html/ChangeLog,v 1.6 2009/08/06 11:58:13 aballier Exp $
+
+*lyx2html-0.2-r1 (06 Aug 2009)
+
+  06 Aug 2009; Alexis Ballier <aballier@gentoo.org> -lyx2html-0.2.ebuild,
+  +lyx2html-0.2-r1.ebuild, +files/lyx2html-0.2-alloc.patch,
+  +files/lyx2html-0.2-ldflags.patch:
+  Fix buffer overflows causing segfaults due to badly allocated pointers...
+  spotted by Diego E. 'Flameeyes' Pettenò <flameeyes@gentoo.org>, bug
+  #278136. Also honour LDFLAGS
 
   12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
   Replaced text-markup by tex as maintaining herd (text-markup split).



1.1                  app-text/lyx2html/lyx2html-0.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lyx2html/lyx2html-0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/lyx2html/lyx2html-0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: lyx2html-0.2-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/lyx2html/lyx2html-0.2-r1.ebuild,v 1.1 2009/08/06 11:58:13 aballier Exp $

inherit toolchain-funcs eutils

DESCRIPTION="A very simple Lyx to HTML command line converter"
SRC_URI="http://www.netmeister.org/apps/${P}.tar.gz"
HOMEPAGE="http://www.netmeister.org/apps/lyx2html/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-alloc.patch"
	epatch "${FILESDIR}/${P}-ldflags.patch"
}

src_compile() {
	emake CC=$(tc-getCC) COPTS="${CFLAGS}" || die
}

src_test() {
	cd test
	../lyx2html README.lyx || die
}
src_install() {
	dobin lyx2html || die "Installation failed"
	dodoc CHANGES README
	doman lyx2html.1
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-06 11:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-06 11:58 [gentoo-commits] gentoo-x86 commit in app-text/lyx2html: lyx2html-0.2-r1.ebuild ChangeLog lyx2html-0.2.ebuild Alexis Ballier (aballier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox