summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icecat-CVE-2014-8641.patch
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-01-30 02:37:44 -0500
committerMark H Weaver <mhw@netris.org>2015-01-30 10:54:41 -0500
commit582100a0c07a245abd1580e9caaf9896e0d0e67f (patch)
treeb9291dec4d035f299461baa75c4852a25365c533 /gnu/packages/patches/icecat-CVE-2014-8641.patch
parent686e025d79e9747adb96c1d328c799539a2ec8c3 (diff)
downloadguix-patches-582100a0c07a245abd1580e9caaf9896e0d0e67f.tar
guix-patches-582100a0c07a245abd1580e9caaf9896e0d0e67f.tar.gz
gnu: icecat: Update to 31.4.0.
* gnu/packages/patches/icecat-CVE-2014-1587-bug-1042567.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1072847.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1079729.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1080312.patch, gnu/packages/patches/icecat-CVE-2014-1587-bug-1089207.patch, gnu/packages/patches/icecat-CVE-2014-1590.patch, gnu/packages/patches/icecat-CVE-2014-1592.patch, gnu/packages/patches/icecat-CVE-2014-1593.patch, gnu/packages/patches/icecat-CVE-2014-1594.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8634-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt1.patch, gnu/packages/patches/icecat-CVE-2014-8638-pt2.patch, gnu/packages/patches/icecat-CVE-2014-8639.patch, gnu/packages/patches/icecat-CVE-2014-8641.patch, gnu/packages/patches/icecat-armhf-xpcom.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them. * gnu/packages/gnuzilla.scm: Update to 31.4.0. Remove patches.
Diffstat (limited to 'gnu/packages/patches/icecat-CVE-2014-8641.patch')
-rw-r--r--gnu/packages/patches/icecat-CVE-2014-8641.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/gnu/packages/patches/icecat-CVE-2014-8641.patch b/gnu/packages/patches/icecat-CVE-2014-8641.patch
deleted file mode 100644
index ec42861945..0000000000
--- a/gnu/packages/patches/icecat-CVE-2014-8641.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e36a3dd359ff0ac9c8796d41bedc884218d479e7 Mon Sep 17 00:00:00 2001
-From: Paul Adenot <paul@paul.cx>
-Date: Tue, 16 Dec 2014 18:45:40 +0100
-Subject: [PATCH] Bug 1108455. r=kinetik, a=sledru
-
----
- media/libcubeb/src/cubeb_wasapi.cpp | 6 ++----
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/media/libcubeb/src/cubeb_wasapi.cpp b/media/libcubeb/src/cubeb_wasapi.cpp
-index 135aa86..5387a4f 100644
---- a/media/libcubeb/src/cubeb_wasapi.cpp
-+++ b/media/libcubeb/src/cubeb_wasapi.cpp
-@@ -365,10 +365,8 @@ wasapi_stream_render_loop(LPVOID stream)
- assert(padding <= stm->buffer_frame_count);
-
- if (stm->draining) {
-- if (padding == 0) {
-- stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_DRAINED);
-- is_playing = false;
-- }
-+ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_DRAINED);
-+ is_playing = false;
- continue;
- }
-
---
-2.1.2
-