[swt-gtk] 03/05: Drop d/patches/format-security.diff

Jakub Adam xhaakon-guest at moszumanska.debian.org
Wed Jul 6 20:38:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master-4.3
in repository swt-gtk.

commit bcd476fe0d0561e73c44920fdc5664e7fefda7da
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Wed Jul 6 21:19:13 2016 +0200

    Drop d/patches/format-security.diff
---
 debian/changelog                    |  2 ++
 debian/patches/format-security.diff | 15 ---------------
 debian/patches/series               |  1 -
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f88886..6d14842 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 swt4-gtk (4.6.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Drop d/patches/format-security.diff
+    - fixed upstream.
 
  -- Jakub Adam <jakub.adam at ktknet.cz>  Wed, 06 Jul 2016 21:03:55 +0200
 
diff --git a/debian/patches/format-security.diff b/debian/patches/format-security.diff
deleted file mode 100644
index ed4c07e..0000000
--- a/debian/patches/format-security.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Description: Fix FTBFS with -Werror=format-security compiler flag set
-Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
-Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=359538
-Forwarded: https://bugs.eclipse.org/bugs/attachment.cgi?id=204356
---- a/os.c
-+++ b/os.c
-@@ -10830,7 +10830,7 @@
- 	jintLong rc = 0;
- 	OS_NATIVE_ENTER(env, that, _1gtk_1message_1dialog_1new_FUNC);
- 	if (arg4) if ((lparg4 = (*env)->GetByteArrayElements(env, arg4, NULL)) == NULL) goto fail;
--	rc = (jintLong)gtk_message_dialog_new((GtkWindow *)arg0, (GtkDialogFlags)arg1, (GtkMessageType)arg2, (GtkButtonsType)arg3, (const gchar *)lparg4);
-+	rc = (jintLong)gtk_message_dialog_new((GtkWindow *)arg0, (GtkDialogFlags)arg1, (GtkMessageType)arg2, (GtkButtonsType)arg3, "%s", (const gchar *)lparg4);
- fail:
- 	if (arg4 && lparg4) (*env)->ReleaseByteArrayElements(env, arg4, lparg4, 0);
- 	OS_NATIVE_EXIT(env, that, _1gtk_1message_1dialog_1new_FUNC);
diff --git a/debian/patches/series b/debian/patches/series
index df7cf10..c9cb17f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 01-make_linux.patch
-format-security.diff
 search-usr-lib-jni.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swt-gtk.git



More information about the pkg-java-commits mailing list