jlec        15/08/06 15:35:23

  Modified:             patchutils-0.3.3.ebuild ChangeLog
  Log:
  Fix for format-security, bug #556846
  
  Signed-off-by: Justin Lecher <[email protected]>
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.12                 dev-util/patchutils/patchutils-0.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild?r1=1.11&r2=1.12

Index: patchutils-0.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- patchutils-0.3.3.ebuild     30 Jul 2015 13:09:34 -0000      1.11
+++ patchutils-0.3.3.ebuild     6 Aug 2015 15:35:23 -0000       1.12
@@ -1,8 +1,10 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild,v 1.11 
2015/07/30 13:09:34 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-util/patchutils/patchutils-0.3.3.ebuild,v 1.12 
2015/08/06 15:35:23 jlec Exp $
 
-EAPI=4
+EAPI=5
+
+inherit eutils
 
 DESCRIPTION="A collection of tools that operate on patch files"
 HOMEPAGE="http://cyberelk.net/tim/patchutils/";
@@ -17,3 +19,7 @@
 # The testsuite makes use of gendiff(1) that comes from rpm, thus if
 # the user wants to run tests, it should install that too.
 DEPEND="test? ( app-arch/rpm )"
+
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-format-security.patch
+}



1.84                 dev-util/patchutils/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.84&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchutils/ChangeLog?rev=1.84&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/patchutils/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog   30 Jul 2015 18:05:14 -0000      1.83
+++ ChangeLog   6 Aug 2015 15:35:23 -0000       1.84
@@ -1,6 +1,10 @@
 # ChangeLog for dev-util/patchutils
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.83 
2015/07/30 18:05:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/patchutils/ChangeLog,v 1.84 
2015/08/06 15:35:23 jlec Exp $
+
+  06 Aug 2015; Justin Lecher <[email protected]>
+  +files/patchutils-0.3.3-format-security.patch, patchutils-0.3.3.ebuild:
+  Fix for format-security, bug #556846
 
   30 Jul 2015; Justin Lecher <[email protected]> -patchutils-0.3.2.ebuild:
   Drop old




Reply via email to