summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-03 21:02:25 -0500
committerAndreas Sturmlechner <asturm@gentoo.org>2018-04-05 01:02:58 +0200
commit30dfb5a7e6af038f1a153672439e72d68247a5bf (patch)
treea9529b9b6a7952ef344e3f1bd7fac57b5182ce65 /app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
parentmedia-gfx/ufraw: stable 0.22-r2 for ppc, bug #646982 (diff)
downloadgentoo-30dfb5a7e6af038f1a153672439e72d68247a5bf.tar.gz
gentoo-30dfb5a7e6af038f1a153672439e72d68247a5bf.tar.bz2
gentoo-30dfb5a7e6af038f1a153672439e72d68247a5bf.zip
app-editors/leafpad: fdo-mime -> xdg-utils
Also bumped EAPI to 6 and replaced eutils/epatch with a PATCHES=() array, reformatted patches to apply. Package-Manager: Portage-2.3.27, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/7798
Diffstat (limited to 'app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch')
-rw-r--r--app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch b/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
index 07f1e2ee111d..4ea3b39fde02 100644
--- a/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
+++ b/app-editors/leafpad/files/leafpad-0.8.18.1-format-security.patch
@@ -1,7 +1,7 @@
- dialog.c:39:3: error: format not a string literal and no format arguments [-Werror=format-security]
---- src/dialog.c
-+++ src/dialog.c
+--- a/src/dialog.c
++++ b/src/dialog.c
@@ -36,6 +36,7 @@
GTK_DIALOG_DESTROY_WITH_PARENT,
type,
@@ -18,8 +18,8 @@
str);
gtk_window_set_resizable(GTK_WINDOW(dialog), FALSE);
gtk_dialog_add_buttons(GTK_DIALOG(dialog),
---- src/gtkprint.c
-+++ src/gtkprint.c
+--- a/src/gtkprint.c
++++ b/src/gtkprint.c
@@ -165,6 +165,7 @@
GTK_DIALOG_DESTROY_WITH_PARENT,
GTK_MESSAGE_ERROR,