jlec        15/06/26 12:05:17

  Modified:             pyfltk-1.3.0-r2.ebuild pyfltk-1.3.3.ebuild
                        ChangeLog
  Log:
  Add fix for format-security, bug #553314
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.2                  dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild?r1=1.1&r2=1.2

Index: pyfltk-1.3.0-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyfltk-1.3.0-r2.ebuild      23 Jun 2015 15:59:54 -0000      1.1
+++ pyfltk-1.3.0-r2.ebuild      26 Jun 2015 12:05:17 -0000      1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild,v 
1.1 2015/06/23 15:59:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.0-r2.ebuild,v 
1.2 2015/06/26 12:05:17 jlec Exp $
 
 # FIXME: MakeSwig.py execution should be made work from pyfltk-1.1.5.ebuild
 
 EAPI=5
+
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1 flag-o-matic
@@ -25,9 +26,12 @@
 
 S=${WORKDIR}/${MY_P}
 
-PATCHES=( "${FILESDIR}"/${P}-linux-3.x-detection.patch
-               "${FILESDIR}"/ignore-func.patch
-               "${FILESDIR}"/fltk_wrap.patch )
+PATCHES=(
+       "${FILESDIR}"/${P}-linux-3.x-detection.patch
+       "${FILESDIR}"/${P}-format-security.patch
+       "${FILESDIR}"/ignore-func.patch
+       "${FILESDIR}"/fltk_wrap.patch
+       )
 
 python_prepare_all() {
        # Disable installation of documentation and tests.



1.2                  dev-python/pyfltk/pyfltk-1.3.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.3.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.3.ebuild?r1=1.1&r2=1.2

Index: pyfltk-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyfltk-1.3.3.ebuild 23 Jun 2015 15:59:54 -0000      1.1
+++ pyfltk-1.3.3.ebuild 26 Jun 2015 12:05:17 -0000      1.2
@@ -1,10 +1,11 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.3.ebuild,v 1.1 
2015/06/23 15:59:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/pyfltk-1.3.3.ebuild,v 1.2 
2015/06/26 12:05:17 jlec Exp $
 
 # FIXME: MakeSwig.py execution should be made work from pyfltk-1.1.5.ebuild
 
 EAPI=5
+
 PYTHON_COMPAT=( python{3_3,3_4} )
 
 inherit distutils-r1 flag-o-matic
@@ -25,8 +26,11 @@
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/${MY_PN}
-PATCHES=( "${FILESDIR}"/ignore-func.patch
-               "${FILESDIR}"/fltk_wrap.patch )
+
+PATCHES=(
+       "${FILESDIR}"/ignore-func.patch
+       "${FILESDIR}"/fltk_wrap.patch
+       )
 
 python_prepare_all() {
        # Disable installation of documentation and tests.



1.46                 dev-python/pyfltk/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/ChangeLog?rev=1.46&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/ChangeLog?rev=1.46&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyfltk/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog   23 Jun 2015 15:59:54 -0000      1.45
+++ ChangeLog   26 Jun 2015 12:05:17 -0000      1.46
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/pyfltk
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/ChangeLog,v 1.45 
2015/06/23 15:59:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyfltk/ChangeLog,v 1.46 
2015/06/26 12:05:17 jlec Exp $
+
+  26 Jun 2015; Justin Lecher <j...@gentoo.org>
+  +files/pyfltk-1.3.0-format-security.patch, pyfltk-1.3.0-r2.ebuild,
+  pyfltk-1.3.3.ebuild:
+  Add fix for format-security, bug #553314
 
 *pyfltk-1.3.3 (23 Jun 2015)
 *pyfltk-1.3.0-r2 (23 Jun 2015)




Reply via email to