[packages/libreport] - updated to 2.7.1 - removed obsolete format-security patch
qboosh
qboosh at pld-linux.org
Sat May 21 09:49:30 CEST 2016
commit 6068b49636682cc265a64d8d2396bba97bc9e51f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat May 21 09:49:52 2016 +0200
- updated to 2.7.1
- removed obsolete format-security patch
format-security.patch | 33 ---------------------------------
libreport.spec | 8 +++-----
2 files changed, 3 insertions(+), 38 deletions(-)
---
diff --git a/libreport.spec b/libreport.spec
index b132a0f..e5985e1 100644
--- a/libreport.spec
+++ b/libreport.spec
@@ -6,13 +6,12 @@
Summary: Generic library for reporting various problems
Summary(pl.UTF-8): Ogólna biblioteka do zgłaszania różnych problemów
Name: libreport
-Version: 2.7.0
-Release: 2
+Version: 2.7.1
+Release: 1
License: GPL v2+
Group: Libraries
Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
-# Source0-md5: 7354fa562de18ab690127a4ff7d5601e
-Patch0: format-security.patch
+# Source0-md5: ad4e7bfc4e3fbb7283bc7dd6f92fe995
URL: https://github.com/abrt/libreport
BuildRequires: asciidoc
BuildRequires: augeas-devel
@@ -354,7 +353,6 @@ zgłaszania błędów w systemach RHEL.
%prep
%setup -q
-%patch0 -p1
%build
%{__libtoolize}
diff --git a/format-security.patch b/format-security.patch
deleted file mode 100644
index 7f0614e..0000000
--- a/format-security.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- libreport-2.7.0/src/plugins/reporter-ureport.c~ 2016-04-07 18:24:05.000000000 +0300
-+++ libreport-2.7.0/src/plugins/reporter-ureport.c 2016-04-27 10:31:21.566593068 +0300
-@@ -312,7 +312,7 @@
- {
- log(_("This problem has already been reported."));
- if (response->urr_message)
-- log(response->urr_message);
-+ log("%s", response->urr_message);
-
- ret = EXIT_STOP_EVENT_RUN;
- }
---- libreport-2.7.0/src/gui-wizard-gtk/wizard.c~ 2016-04-07 18:24:05.000000000 +0300
-+++ libreport-2.7.0/src/gui-wizard-gtk/wizard.c 2016-04-27 10:39:33.488656568 +0300
-@@ -3352,7 +3352,7 @@
- GTK_DIALOG_MODAL | GTK_DIALOG_DESTROY_WITH_PARENT,
- GTK_MESSAGE_WARNING,
- GTK_BUTTONS_CLOSE,
-- message);
-+ "%s", message);
- free(message);
- gtk_window_set_transient_for(GTK_WINDOW(dlg), GTK_WINDOW(g_wnd_assistant));
- gtk_dialog_run(GTK_DIALOG(dlg));
---- libreport-2.7.0/src/plugins/reporter-rhtsupport.c~ 2016-04-07 18:24:05.000000000 +0300
-+++ libreport-2.7.0/src/plugins/reporter-rhtsupport.c 2016-04-27 10:35:22.815716392 +0300
-@@ -288,7 +288,7 @@
- ureport_server_response_save_in_dump_dir(resp, dump_dir_name, conf);
-
- if (resp->urr_message)
-- log(resp->urr_message);
-+ log("%s", resp->urr_message);
- }
- else if (g_verbose > 2)
- error_msg(_("Server responded with an error: '%s'"), resp->urr_value);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libreport.git/commitdiff/6068b49636682cc265a64d8d2396bba97bc9e51f
More information about the pld-cvs-commit
mailing list