public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libchewing: libchewing-0.3.3.ebuild ChangeLog
@ 2012-10-04 22:35 Naohiro Aota (naota)
  0 siblings, 0 replies; only message in thread
From: Naohiro Aota (naota) @ 2012-10-04 22:35 UTC (permalink / raw
  To: gentoo-commits

naota       12/10/04 22:35:30

  Modified:             libchewing-0.3.3.ebuild ChangeLog
  Log:
  Patch strncat() to avoid buffer overflow. #434418
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-libs/libchewing/libchewing-0.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3.ebuild?r1=1.5&r2=1.6

Index: libchewing-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libchewing-0.3.3.ebuild	23 Sep 2012 07:50:00 -0000	1.5
+++ libchewing-0.3.3.ebuild	4 Oct 2012 22:35:30 -0000	1.6
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3.ebuild,v 1.5 2012/09/23 07:50:00 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/libchewing-0.3.3.ebuild,v 1.6 2012/10/04 22:35:30 naota Exp $
 
 EAPI=3
 
-inherit multilib toolchain-funcs
+inherit multilib toolchain-funcs eutils
 
 DESCRIPTION="Library for Chinese Phonetic input method"
 HOMEPAGE="http://chewing.csie.net/"
@@ -23,6 +23,10 @@
 		>=dev-libs/check-0.9.4
 	)"
 
+src_prepare() {
+	epatch "${FILESDIR}"/${PV}-strncat-fix.patch
+}
+
 src_configure() {
 	export CC_FOR_BUILD="$(tc-getBUILD_CC)"
 	econf $(use_enable debug) \



1.28                 dev-libs/libchewing/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libchewing/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	2 Oct 2012 03:01:52 -0000	1.27
+++ ChangeLog	4 Oct 2012 22:35:30 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libchewing
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.27 2012/10/02 03:01:52 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libchewing/ChangeLog,v 1.28 2012/10/04 22:35:30 naota Exp $
+
+  04 Oct 2012;  <naota@gentoo.org> +files/0.3.3-strncat-fix.patch,
+  libchewing-0.3.3.ebuild:
+  Patch strncat() to avoid buffer overflow. #434418
 
   02 Oct 2012;  <naota@gentoo.org> -libchewing-0.3.2-r1.ebuild,
   -libchewing-0.3.2.ebuild:





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

only message in thread, other threads:[~2012-10-04 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 22:35 [gentoo-commits] gentoo-x86 commit in dev-libs/libchewing: libchewing-0.3.3.ebuild ChangeLog Naohiro Aota (naota)

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