r47859 - in /desktop/unstable/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 19:01:40 UTC 2016
Author: pochu
Date: Fri Apr 8 19:01:36 2016
New Revision: 47859
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47859
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: #819779.
Added:
desktop/unstable/gdk-pixbuf/debian/patches/
desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
desktop/unstable/gdk-pixbuf/debian/patches/series
Modified:
desktop/unstable/gdk-pixbuf/debian/changelog
Modified: desktop/unstable/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/changelog?rev=47859&op=diff
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] (original)
+++ desktop/unstable/gdk-pixbuf/debian/changelog [utf-8] Fri Apr 8 19:01:36 2016
@@ -6,6 +6,11 @@
[ Tobias Frost ]
* Move gtk-doc-tools to Build-Depends-Indep (Closes: #808332)
+
+ [ Emilio Pozuelo Monfort ]
+ * 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: #819779.
-- Andreas Henriksson <andreas at fatal.se> Wed, 09 Mar 2016 11:38:01 +0100
Added: desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch?rev=47859&op=file
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch (added)
+++ desktop/unstable/gdk-pixbuf/debian/patches/01-disable-oom-test.patch [utf-8] Fri Apr 8 19:01:36 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/unstable/gdk-pixbuf/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdk-pixbuf/debian/patches/series?rev=47859&op=file
==============================================================================
--- desktop/unstable/gdk-pixbuf/debian/patches/series (added)
+++ desktop/unstable/gdk-pixbuf/debian/patches/series [utf-8] Fri Apr 8 19:01:36 2016
@@ -0,0 +1 @@
+01-disable-oom-test.patch
More information about the pkg-gnome-commits
mailing list