public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild gnash-0.8.7.ebuild gnash-0.8.5.ebuild gnash-0.8.6.ebuild
@ 2011-01-17 16:00 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-01-17 16:00 UTC (permalink / raw
  To: gentoo-commits

chithanh    11/01/17 16:00:07

  Modified:             ChangeLog gnash-0.8.8.ebuild
  Removed:              gnash-0.8.7.ebuild gnash-0.8.5.ebuild
                        gnash-0.8.6.ebuild
  Log:
  Fix insecure creation of temporary files, bug #351724. Drop vulnerable versions.
  
  (Portage version: 2.2.0_alpha15/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 www-plugins/gnash/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	6 Dec 2010 22:44:21 -0000	1.52
+++ ChangeLog	17 Jan 2011 16:00:06 -0000	1.53
@@ -1,6 +1,17 @@
 # ChangeLog for www-plugins/gnash
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.52 2010/12/06 22:44:21 chithanh Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/ChangeLog,v 1.53 2011/01/17 16:00:06 chithanh Exp $
+
+  17 Jan 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  -files/gnash-0.8.5-moc-qt4.patch, -files/gnash-0.8.x-libpng14.patch,
+  -gnash-0.8.5.ebuild, -files/gnash-0.8.5-xpcom-idldir.patch,
+  -files/gnash-0.8.5-xpidl-sdkdir.patch, -gnash-0.8.6.ebuild,
+  -files/gnash-0.8.6-libcore-as3-headers.patch,
+  -files/gnash-0.8.6-libssh-0.4.patch, -gnash-0.8.7.ebuild,
+  -files/gnash-0.8.7-klash.patch, -files/gnash-0.8.7-xpcom-idldir.patch,
+  gnash-0.8.8.ebuild, +files/gnash-0.8.8-secure-tempfile-creation.patch:
+  Fix insecure creation of temporary files, bug #351724. Drop vulnerable
+  versions.
 
   06 Dec 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   gnash-0.8.5.ebuild, gnash-0.8.6.ebuild, gnash-0.8.7.ebuild,



1.14                 www-plugins/gnash/gnash-0.8.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild?r1=1.13&r2=1.14

Index: gnash-0.8.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gnash-0.8.8.ebuild	6 Dec 2010 22:44:21 -0000	1.13
+++ gnash-0.8.8.ebuild	17 Jan 2011 16:00:06 -0000	1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.13 2010/12/06 22:44:21 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/gnash/gnash-0.8.8.ebuild,v 1.14 2011/01/17 16:00:06 chithanh Exp $
 
 EAPI=3
 CMAKE_REQUIRED="never"
@@ -157,6 +157,9 @@
 	# Use external dejagnu for tests, bug #321017
 	epatch "${FILESDIR}"/${PN}-0.8.8-external-dejagnu.patch
 
+	# Fix insecure creation of temporary files, bug #351724
+	epatch "${FILESDIR}"/${PN}-0.8.8-secure-tempfile-creation.patch
+
 	# Fix building on ppc64, bug #342535
 	use ppc64 && append-flags -mminimal-toc
 






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

only message in thread, other threads:[~2011-01-17 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 16:00 [gentoo-commits] gentoo-x86 commit in www-plugins/gnash: ChangeLog gnash-0.8.8.ebuild gnash-0.8.7.ebuild gnash-0.8.5.ebuild gnash-0.8.6.ebuild Chi-Thanh Christopher Nguyen (chithanh)

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