public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Naohiro Aota (naota)" <naota@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libchewing: libchewing-0.3.3.ebuild ChangeLog
Date: Thu,  4 Oct 2012 22:35:30 +0000 (UTC)	[thread overview]
Message-ID: <20121004223530.5F0F921600@flycatcher.gentoo.org> (raw)

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:





                 reply	other threads:[~2012-10-04 22:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121004223530.5F0F921600@flycatcher.gentoo.org \
    --to=naota@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox