blacklist Firefox's plugin-container and translation updates

This commit is contained in:
Matej Habrnal 2016-02-23 16:19:04 +01:00
commit 95e1e93295
4 changed files with 92446 additions and 2 deletions

92374
0048-Translation-updates.patch Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,26 @@
From 3f81e0d5fce5b2f30ec19e260cc666f3ae89c034 Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Thu, 11 Feb 2016 15:26:27 +0100
Subject: [PATCH] translations: add missing new line
Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
po/km.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/km.po b/po/km.po
index 84bb1b1..ab7a684 100644
--- a/po/km.po
+++ b/po/km.po
@@ -137,7 +137,7 @@ msgid ""
"\n"
"Applet which notifies user when new problems are detected by ABRT\n"
msgstr ""
-"Applet ដែលបានជូនដំណឹងអ្នកប្រើនៅពេលដែលមានបញ្ហាថ្មីត្រូវបានរកឃើញដោយ ABRT"
+"Applet ដែលបានជូនដំណឹងអ្នកប្រើនៅពេលដែលមានបញ្ហាថ្មីត្រូវបានរកឃើញដោយ ABRT\n"
#: ../src/configuration-gui/abrt-config-widget.c:483
msgid ""
--
2.5.0

View file

@ -0,0 +1,33 @@
From a587ec0e3f2adc76445afc732d798e2d7cd33c02 Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Tue, 16 Feb 2016 10:53:06 +0100
Subject: [PATCH] a-a-save-package-data: blacklist
/usr/lib(64)/firefox/plugin-container
/usr/lib(64)/firefox/plugin-container is a sandbox/launcher for Firefox
plug-ins. When it crases Firefox loads it again so we don't want those crashes
reported.
Related to: rhbz#1308840
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
src/daemon/abrt-action-save-package-data.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/abrt-action-save-package-data.conf b/src/daemon/abrt-action-save-package-data.conf
index 58f5061..f3a808f 100644
--- a/src/daemon/abrt-action-save-package-data.conf
+++ b/src/daemon/abrt-action-save-package-data.conf
@@ -15,7 +15,7 @@ ProcessUnpackaged = yes
# Blacklisted executable paths (shell patterns)
#
-BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer
+BlackListedPaths = /usr/share/doc/*, */example*, /usr/bin/nspluginviewer, /usr/lib*/firefox/plugin-container
# interpreters names
Interpreters = python2, python2.7, python, python3, python3.3, python3.4, python3.5, perl, perl5.16.2
--
2.5.0

View file

@ -49,7 +49,7 @@
Summary: Automatic bug detection and reporting tool
Name: abrt
Version: 2.6.1
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://abrt.readthedocs.org/
@ -104,6 +104,13 @@ Patch0042: 0042-abrtd-switch-owner-of-the-dump-location-to-root.patch
#Patch0043: 0043-spec-switch-owner-of-the-dump-location-to-root.patch
Patch0044: 0044-a-a-save-package-data-do-not-blacklist-firefox.patch
Patch0045: 0045-ccpp-drop-e-from-the-core_pattern.patch
#Patch0046: 0046-testsuite-ccpp-executable-with-white-space-in-name.patch
#Patch0047: 0047-translations-update-zanata-configuration.patch
Patch0048: 0048-Translation-updates.patch
Patch0049: 0049-translations-add-missing-new-line.patch
Patch0050: 0050-a-a-save-package-data-blacklist-usr-lib-64-firefox-p.patch
#Patch0051: 0051-testsuite-add-concurrent-processing-test-for-abrtd.patch
# '%%autosetup -S git' -> git
BuildRequires: git
@ -1093,8 +1100,12 @@ killall abrt-dbus >/dev/null 2>&1 || :
%config(noreplace) %{_sysconfdir}/profile.d/abrt-console-notification.sh
%changelog
* Tue Feb 23 2016 Matej Habrnal <mhabrnal@redhat.com> 2.6.1-10
- translation updates
- blacklist Firefox's plugin-container
* Wed Feb 10 2016 Matej Habrnal <mhabrnal@redhat.com> 2.6.1-9
+- drop %e from the core_pattern
- drop %e from the core_pattern
* Wed Feb 03 2016 Matej Habrnal <mhabrnal@redhat.com> - 2.6.1-8
- a-a-save-package-data: do not blacklist firefox