r47862 - in /desktop/experimental/gdk-pixbuf/debian: changelog patches/ patches/01-disable-oom-test.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri Apr 8 23:14:24 UTC 2016


Author: pochu
Date: Fri Apr  8 23:14:23 2016
New Revision: 47862

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47862
Log:
* debian/patches/01-disable-oom-test.patch:
  + Disable a test on kfreebsd and alpha that fails because it runs
    out of memory on those buildds. Closes: #818233.

Added:
    desktop/experimental/gdk-pixbuf/debian/patches/
    desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
    desktop/experimental/gdk-pixbuf/debian/patches/series
Modified:
    desktop/experimental/gdk-pixbuf/debian/changelog

Modified: desktop/experimental/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/changelog?rev=47862&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/changelog	[utf-8] Fri Apr  8 23:14:23 2016
@@ -1,3 +1,11 @@
+gdk-pixbuf (2.33.2-2) UNRELEASED; urgency=medium
+
+  * debian/patches/01-disable-oom-test.patch:
+    + Disable a test on kfreebsd and alpha that fails because it runs
+      out of memory on those buildds. Closes: #818233.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 08 Apr 2016 21:21:09 +0200
+
 gdk-pixbuf (2.33.2-1) experimental; urgency=medium
 
   [ Andreas Henriksson ]

Added: desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch?rev=47862&op=file
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch	(added)
+++ desktop/experimental/gdk-pixbuf/debian/patches/01-disable-oom-test.patch	[utf-8] Fri Apr  8 23:14:23 2016
@@ -0,0 +1,15 @@
+--- a/tests/cve-2015-4491.c
++++ b/tests/cve-2015-4491.c
+@@ -82,10 +82,12 @@
+ {
+   g_test_init (&argc, &argv, NULL);
+ 
++#if !(defined(__FreeBSD_kernel__) || defined(__alpha__))
+   g_test_add_func ("/pixbuf/cve-2015-4491/original", test_original);
+   g_test_add_func ("/pixbuf/cve-2015-4491/scale-overflow", test_scale_overflow);
+   g_test_add_func ("/pixbuf/cve-2015-4491/scale-x-overflow", test_scalex_overflow);
+   g_test_add_func ("/pixbuf/cve-2015-4491/scale-y-overflow", test_scaley_overflow);
++#endif
+ 
+   return g_test_run ();
+ }

Added: desktop/experimental/gdk-pixbuf/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/patches/series?rev=47862&op=file
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/patches/series	(added)
+++ desktop/experimental/gdk-pixbuf/debian/patches/series	[utf-8] Fri Apr  8 23:14:23 2016
@@ -0,0 +1 @@
+01-disable-oom-test.patch




More information about the pkg-gnome-commits mailing list